.article-detail img {
    max-width: 100% !important;
}

.icon-btn {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.border-comment {
    border-top: 3px solid var(--bs-gray);
}

.grid-review {
    display: grid;
    grid-template-columns: 90px 1fr;
}

.underline-animation {
	background: linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 3px no-repeat;
	transition: 0.5s;
}

.underline-animation-active {
    color: var(--bs-tertiary)!important;
    border-bottom: 3px solid var(--bs-tertiary);
    padding-bottom: 5px;
}

.underline-animation:hover {
	--d: 100%;
	color: var(--bs-tertiary)!important;
}

@media (max-width: 766px) {
    .company-header-avatar {
        width: 60px;
        height: 60px;
    }
    .h3 {
        font-size: 20px;
    }
    .h1 {
        font-size: 30px;
    }
}