.lq-stat-inline {
    color: #60697b;
    font-size: 0.95rem;
}

.lq-stat-inline strong {
    color: #49938e;
}

.lq-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin: 0 0 2.25rem;
}

.lq-cats__item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(164, 174, 198, 0.35);
    border-radius: 999px;
    background: #fff;
    color: #60697b;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.lq-cats__item span {
    color: #49938e;
    font-size: 0.75rem;
}

.lq-cats__item:hover,
.lq-cats__item.is-active {
    border-color: rgba(73, 147, 142, 0.45);
    background: #eef6f4;
    color: #343f52;
}

.lq-group {
    margin-bottom: 2.25rem;
}

.lq-group:last-child {
    margin-bottom: 0;
}

.lq-group__title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    line-height: 1.3;
    color: #343f52;
}

.lq-hero__kicker--muted {
    color: #60697b;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.lq-card {
    margin-bottom: 1.25rem;
    border: 1px solid rgba(164, 174, 198, 0.28);
    border-radius: 0.75rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lq-card:hover {
    border-color: rgba(73, 147, 142, 0.45);
    box-shadow: 0 0.35rem 1.5rem rgba(30, 34, 40, 0.08);
    transform: translateY(-2px);
}

.lq-card__link {
    display: block;
    padding: 1.4rem 1.5rem 1.25rem;
    color: inherit;
    text-decoration: none;
}

.lq-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    color: #60697b;
    font-size: 0.85rem;
}

.lq-card__name {
    margin: 0;
    font-weight: 700;
    color: #343f52;
}

.lq-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: #49938e;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lq-card__title {
    margin: 0 0 0.65rem;
    font-size: 1.2rem;
    line-height: 1.35;
    color: #343f52;
}

.lq-card:hover .lq-card__title {
    color: #49938e;
}

.lq-card__excerpt {
    margin: 0 0 1rem;
    color: #60697b;
    line-height: 1.65;
}

.lq-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    font-size: 0.8rem;
    color: #959ca9;
}

.lq-card__more {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.45rem 1rem;
    border-radius: 0.4rem;
    background: #49938e;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.lq-card:hover .lq-card__more {
    background: #3d7d79;
}

.lq-pagination .page-link {
    background-color: transparent !important;
}

.lq-pagination .page-item.disabled .page-link {
    background-color: transparent !important;
}

.lq-pagination .page-item.active .page-link {
    background-color: #343f52 !important;
    color: #fff !important;
}

.lq-empty {
    padding: 2.5rem 1.5rem;
}

.lq-empty p {
    color: #60697b;
    font-size: 1.05rem;
    line-height: 1.6;
}

.lq-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lq-hero__kicker,
.lq-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #49938e;
}

.lq-show-card {
    margin-top: 2.5rem;
}

.lq-show__body {
    width: 100%;
    padding: 2rem 1.35rem 2.1rem;
}

.lq-question {
    width: 100%;
    margin: 0 0 2rem;
    padding: 1.2rem 1.35rem 1.25rem;
    border-left: 4px solid #49938e;
    background: #f6f7f9;
    border-radius: 0 0.65rem 0.65rem 0;
}

.lq-question__text {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.65;
    font-weight: 500;
    color: #343f52;
}

.lq-answer {
    width: 100%;
}

.lq-answer-card {
    width: 100%;
    padding: 1.35rem 1.25rem 1.5rem;
    background: #eef6f4;
    border: 1px solid rgba(73, 147, 142, 0.16);
    border-radius: 0.85rem;
}

.lq-answer-card .lq-kicker {
    margin-bottom: 0.85rem;
}

.lq-answer-card .blog-article.lq-article {
    width: 100%;
    max-width: none;
}

.lq-answer-card .blog-article p:last-child,
.lq-answer-card .blog-article ul:last-child,
.lq-answer-card .blog-article ol:last-child {
    margin-bottom: 0;
}

.lq-author {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.15rem;
}

.lq-author__photo {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #dceee9;
}

.lq-author__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.lq-author__name {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #343f52;
}

.lq-author__role {
    margin: 0.2rem 0 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a93a2;
}

.lq-author__all {
    display: inline-block;
    margin-top: 0.45rem;
    color: #49938e;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}

.lq-author__all:hover {
    color: #3d7d79;
    text-decoration: underline;
}

.lq-author-hero__photo {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    background: #dceee9;
}

.lq-author-hero__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.lq-disclaimer {
    margin: 2rem 0 1.5rem;
    padding: 0.9rem 1rem;
    border-radius: 0.5rem;
    background: #f6f7f9;
    color: #60697b;
    font-size: 0.9rem;
}

.lq-show__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
}

.lq-back {
    color: #49938e;
    font-weight: 600;
}

@media (min-width: 768px) {
    .lq-show__body {
        padding: 2.6rem 2.4rem 2.4rem;
    }

    .lq-question {
        padding: 1.35rem 1.6rem 1.45rem;
    }

    .lq-question__text {
        font-size: 1.18rem;
        line-height: 1.7;
    }

    .lq-answer-card {
        padding: 1.6rem 1.7rem 1.75rem;
    }

    .lq-author__photo {
        width: 5rem;
        height: 5rem;
    }
}

@media (min-width: 1200px) {
    .lq-show__body {
        padding: 3rem 3.25rem 2.75rem;
    }
}

@media (max-width: 767.98px) {
    .lq-card__link {
        padding: 1.15rem 1.1rem;
    }

    .lq-card__title {
        font-size: 1.08rem;
    }

    .lq-question__text {
        font-size: 1.05rem;
    }
}
