.help_archive {
    padding: 60px 0 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.help_archive-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 48px;
}

.help_archive-sidebar {
    display: block;
    position: sticky;
    top: 80px;
    width: 100%;
    max-width: 272px;
}

.dropdow-help-title {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    margin-bottom: 24px;
}

.dropdow-help-title button {
    font-size: 30px;
    padding: 0 8px;
}

.help_sidebar-open {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}

.help_sidebar-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.help_sidebar-item {
    width: 100%;
}

.help_sidebar-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 24px;
    background: transparent;
    transition: var(--transition);
    color: var(--typograph-black);
    width: 100%;
}

.category-icon {
    max-width: 24px;
    height: 24px;
}

.category-icon path {
    transition: var(--transition);
}

.help_sidebar-item a:hover {
    color: var(--typograph-blue);
    background: var(--background-cream-tertiary);
}

.current-cat.help_sidebar-item a {
    color: var(--typograph-black);
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.help_sidebar-item a:hover .category-icon path {
    fill: var(--typograph-blue);
}

.current-cat.help_sidebar-item a .category-icon path {
    fill: var(--typograph-black);
}

.help_archive-content {
    display: flex;
    flex-direction: column;
    max-width: 880px;
    width: 100%;
}

.archive_content-top {
    border-bottom: 1px solid var(--stroke-secondary-interface);
    padding: 48px;
}

.archive_content-bottom {
    padding: 48px 0 36px;
}

.help_archive-list {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.help_archive-item {
    width: 100%;
}

.help_archive-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--typograph-blue);
    padding: 12px 48px;
    background: transparent;
    transition: var(--transition);
}

.help_archive-item a:hover {
    background: var(--background-page);
}

/* article */

.help_article-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    max-width: 880px;
}

.help_article-top {
    display: grid;
    grid-template-columns: 1fr 1.5fr 5fr;
    gap: 24px;
    align-items: center;
    padding: 48px;
    border-bottom: 1px solid var(--stroke-secondary-interface);
}

.help_article-title {
    grid-column: 1/4;
}

.article_back {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    padding: 6px 14px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-brown);
    background: var(--background-page);
    max-width: 108px;
}

.article_post-time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.help_article-author {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 16px;
    padding: 48px;
    border-bottom: 1px solid var(--stroke-secondary-interface);
}

.article_author-img {
    grid-row: 1/3;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    width: 98px;
}

.article_author-img img {
    width: 100%;
}

.article_author-name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.article_author-descript {
    color: var(--typograph-black);
}

.article_content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}

.article_content ul li {
    list-style: disc;
}

.article_content li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: #000;
    margin-left: 25px;
    margin-bottom: 8px;
}

.article_content li:last-child {
    margin-bottom: 0;
}

.article_content ol li {
    padding-left: 10px;
    margin-left: 20px;
}

.article_content ol li::marker {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    text-align: center;
    content: counter(list-item) " ";
    color: #000;
}

.article_content p a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--typograph-blue);
    transition: var(--transition);
}

.article_content p a:hover {
    color: #2b71f6;
    text-decoration: none;
}

.article_content p a:active {
    color: var(--typograph-brown);
}

.article_content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.article_content img {
    width: 100%;
}

.article_content blockquote {
    position: relative;
    display: block;
    border: 2px solid #f0d448;
    border-radius: 16px;
    padding: 16px 24px 16px 76px;
    box-shadow: 0 8px 12px 0 rgba(206, 202, 180, 0.24);
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 1) -2px,
            rgba(255, 255, 255, 1) 9px,
            transparent 10px,
            transparent 16px
        ),
        #fff9e085;
    overflow: hidden;
}

.article_content blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 52px;
    background: #f0d448;
}

.article_content blockquote::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url(../image/icon/ic-quote.svg);
    z-index: 1;
}

.wp-block-table {
    box-shadow: 0 8px 12px 0 rgba(207, 192, 149, 0.2);
    border: 1px solid var(--stroke-secondary-interface);
    border-radius: 16px;
    width: 100%;
    overflow: hidden;
}

.wp-block-table table thead {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-black);
    background: var(--background-cream-secondary);
}

.article_content table {
    width: 100%;
    border-collapse: collapse;
}

.article_content th {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-black);
    background: var(--background-cream-secondary);
    padding: 12px 0;
}

.article_content td {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    padding: 12px 0;
}

.wp-block-table table,
.wp-block-table th,
.wp-block-table td {
    border: none;
    border-bottom: 1px solid var(--stroke-secondary-interface);
}

.wp-block-table thead {
    border-bottom: 3px solid transparent;
}

.my-widget {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-radius: 16px;
    padding: 12px 12px 12px 24px;
    background: var(--background-cream-secondary);
}

.my-widget__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    margin-right: auto;
}

.my-widget__light-btn,
.my-widget__blue-btn {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-white-primary);
    border-radius: 20px;
    padding: 16px 24px;
    text-align: center;
}

.my-widget__light-btn {
    color: var(--typograph-black);
}

.callout {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 16px;
    overflow: hidden;
}

.callout_top {
    position: relative;
    width: 100%;
    padding: 12px 12px 12px 56px;
}

.callout_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-white-primary);
}

.callout__content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
    padding: 12px 24px 16px;
}

.warning {
    box-shadow: 0 8px 12px 0 rgba(232, 110, 80, 0.24);
    border: 1px solid #e86e50;
}

.info {
    border: 1px solid #6596e5;
    box-shadow: 0 8px 12px 0 rgba(101, 150, 229, 0.24);
}

.question {
    border: 1px solid #e47da3;
    box-shadow: 0 8px 12px 0 rgba(228, 125, 163, 0.24);
}

.success {
    border: 1px solid #6bc486;
    box-shadow: 0 8px 12px 0 rgba(73, 157, 99, 0.24);
}

.warning .callout_top {
    background: #e86e50;
}

.info .callout_top {
    background: #6596e5;
}

.question .callout_top {
    background: #e47da3;
}

.success .callout_top {
    background: #6bc486;
}

.info .callout_top::before,
.question .callout_top::before,
.success .callout_top::before,
.warning .callout_top::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 24px;
    height: 24px;
}

.warning .callout_top::before {
    background: url(../image/icon/ic-warning.svg) 50% 50% / cover no-repeat;
}

.question .callout_top::before {
    background: url(../image/icon/ic-question.svg) 50% 50% / cover no-repeat;
}

.info .callout_top::before {
    background: url(../image/icon/ic-info.svg) 50% 50% / cover no-repeat;
}

.success .callout_top::before {
    background: url(../image/icon/ic-sucsess.svg) 50% 50% / cover no-repeat;
}

.article_like-wrap {
    padding: 0 12px 12px;
    width: 100%;
    position: relative;
}

.article_thanks,
.article_like {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 16px;
    padding: 24px 24px 24px 36px;
    background: var(--background-cream-secondary);
}

.article_like-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black);
}

.article_like-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
}

.article_dislike-button,
.article_like-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 20px;
    padding: 16px 24px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
}

.article_dislike-button svg {
    transform: rotate(180deg);
}

.article_thanks {
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 95%;
    transition: var(--transition);
}

.article_thanks .article_like-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.article_thanks-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.article_thanks-btn svg {
    margin-left: 2px;
}

.article-like .article_thanks {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.thanks_tooltip {
    position: absolute;
    top: -50px;
    border-radius: 16px;
    white-space: nowrap;
    padding: 12px 16px;
    background: var(--typograph-black);
    color: var(--typograph-white-primary);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
}

.article_thanks-btn:hover .thanks_tooltip {
    opacity: 1;
    visibility: visible;
}

/* ═══════════════════════════════════════════════════
   BLOG INDEX PAGE
   ═══════════════════════════════════════════════════ */

.blog-page {
    padding: 60px 0 100px;
}

.blog-page__inner {
    display: flex;
    align-items: start;
    gap: 48px;
}

.blog-page__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ── Featured Carousel ────────────────────────────── */

.blog-featured {
    position: relative;
}

.blog-featured__swiper {
    border-radius: 28px;
    overflow: hidden;
}

.blog-featured__slide {
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 380px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: var(--typograph-black);
    text-decoration: none;
}

.blog-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 100%
    );
    border-radius: 28px;
}

.blog-featured__content {
    position: relative;
    z-index: 1;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-featured__category {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-white-primary);
}

.blog-featured__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: var(--typograph-white-primary);
}

.blog-featured__excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
}

.blog-featured__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.blog-featured__prev,
.blog-featured__next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}

.blog-featured__pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-featured__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--background-cream-primary);
    opacity: 1;
    transition: var(--transition);
}

.blog-featured__pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #e05a33;
}

/* ── Articles Section ─────────────────────────────── */

.blog-articles__header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.blog-articles__title {
    flex-shrink: 0;
    margin-right: auto;
}

.blog-articles__filters {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-filter-select {
    position: relative;
}

.blog-filter-select select {
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
    padding: 12px 44px 12px 20px;
    border-radius: 16px;
    border: 1px solid var(--stroke-secondary-interface);
    background: var(--typograph-white-primary);
    cursor: pointer;
    min-width: 160px;
    transition: var(--transition);
}

.blog-filter-select select:hover {
    border-color: var(--typograph-blue);
}

.blog-filter-select select:focus {
    outline: none;
    border-color: var(--typograph-blue);
    box-shadow: 0 0 0 3px rgba(9, 75, 186, 0.1);
}

.blog-filter-select__arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
}

.blog-search {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-search input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-black);
    padding: 12px 44px 12px 20px;
    border-radius: 16px;
    border: 1px solid var(--stroke-secondary-interface);
    background: var(--typograph-white-primary);
    min-width: 200px;
    transition: var(--transition);
}

.blog-search input::placeholder {
    color: var(--typograph-black-secondary);
}

.blog-search input:hover {
    border-color: var(--typograph-blue);
}

.blog-search input:focus {
    outline: none;
    border-color: var(--typograph-blue);
    box-shadow: 0 0 0 3px rgba(9, 75, 186, 0.1);
}

.blog-search__btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    color: var(--typograph-black-secondary);
    cursor: pointer;
    transition: var(--transition);
}

.blog-search__btn:hover {
    color: var(--typograph-blue);
}

.blog-articles__divider {
    height: 1px;
    background: linear-gradient(
        to right,
        var(--stroke-secondary-interface),
        transparent
    );
    margin: 20px 0 8px;
}

/* ── Article Feed ──────────────────────────────────── */

.blog-articles__feed {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
}

.blog-post {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 24px;
    background: var(--typograph-white-primary);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    color: var(--typograph-black);
}

.blog-post__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-post__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-post__meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.blog-post__author-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--typograph-black);
}

.blog-post__meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-post__category {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--typograph-blue);
}

.blog-post__date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--typograph-black-secondary);
}

.blog-post__meta-row .blog-post__category::after {
    content: "\00b7";
    margin-left: 8px;
    color: var(--typograph-black-secondary);
}

.blog-post__title-link {
    text-decoration: none;
    color: inherit;
}

.blog-post__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: var(--typograph-black);
    transition: var(--transition);
}

.blog-post__title-link:hover .blog-post__title {
    color: var(--typograph-blue);
}

.blog-post__image {
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.blog-post__image img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 420px;
}

.blog-post__excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post__readmore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--typograph-blue);
    text-decoration: none;
    transition: var(--transition);
}

.blog-post__readmore:hover {
    color: #2b71f6;
}

.blog-post__footer {
    margin-top: 4px;
}

.blog-post__actions {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-post__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: var(--typograph-black-secondary);
    transition: var(--transition);
}

.blog-post__action:hover {
    background: var(--background-cream-secondary);
    color: var(--typograph-black);
}

.blog-post__action--views {
    margin-left: auto;
    cursor: default;
}

.blog-post__action--views:hover {
    background: transparent;
}

/* ── Empty state ──────────────────────────────────── */

.blog-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-black-secondary);
}

/* ── Value Banner ─────────────────────────────────── */

.value-banner-section {
    padding-bottom: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog-value-banner {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 64px 0 0;
    padding: 48px 56px;
    min-height: 168px;
    border-radius: 28px;
    background:
        radial-gradient(
            ellipse at 10% 50%,
            rgba(20, 194, 79, 0.08) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at 90% 50%,
            rgba(14, 168, 62, 0.06) 0%,
            transparent 50%
        ),
        var(--more-green-background);
    border: 1px solid rgba(20, 194, 79, 0.15);
    box-sizing: border-box;
    isolation: isolate;
}

.blog-value-banner__icon {
    display: flex;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #14c24f 0%, #0ea83e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(20, 194, 79, 0.3);
}

.blog-value-banner__icon .material-symbols-rounded {
    font-size: 40px;
    color: #fff;
}

.blog-value-banner__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}

.blog-value-banner__title {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    color: var(--typograph-black);
}

.blog-value-banner__text {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--typograph-black-secondary);
}

/* ═══════════════════════════════════════════════════
   HELP Q&A PAGE — StackOverflow-style cards
   ═══════════════════════════════════════════════════ */

.help-page {
    padding: 60px 0 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.help-page__inner {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.help-page__content {
    flex: 1;
    min-width: 0;
}

.help-articles__header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.help-articles__title {
    flex-shrink: 0;
    margin-right: auto;
}

.help-articles__feed {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
}

/* ── Q&A Card ─────────────────────────────────────── */

.qa-card {
    display: flex;
    gap: 24px;
    padding: 28px 32px;
    border-radius: 20px;
    transition: var(--transition);
}

.qa-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

/* ── Votes column ─────────────────────────────────── */

.qa-card__votes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    min-width: 48px;
}

.qa-card__vote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid var(--stroke-secondary-interface);
    color: var(--typograph-black-secondary);
    cursor: pointer;
    transition: var(--transition);
    font-size: 0;
}

.qa-card__vote-btn .material-symbols-rounded {
    font-size: 28px;
}

.qa-card__vote-btn:hover {
    background: rgba(9, 75, 186, 0.06);
    color: var(--typograph-blue);
    border-color: var(--typograph-blue);
}

.qa-card__vote-btn.active {
    background: var(--typograph-blue);
    color: #fff;
    border-color: var(--typograph-blue);
}

.qa-card__vote-count {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--typograph-black);
    padding: 6px 0;
    min-width: 24px;
    text-align: center;
}

/* ── Card body ────────────────────────────────────── */

.qa-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.qa-card__title-link {
    text-decoration: none;
    color: inherit;
}

.qa-card__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 133%;
    color: var(--typograph-black);
    transition: var(--transition);
    margin: 0;
}

.qa-card__title-link:hover .qa-card__title {
    color: var(--typograph-blue);
}

.qa-card__excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 156%;
    color: var(--typograph-black-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.qa-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.qa-card__badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 8px;
    background: rgba(9, 75, 186, 0.08);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--typograph-blue);
    line-height: 1.4;
}

.qa-card__date,
.qa-card__views {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 20px;
    color: var(--typograph-black-secondary);
}

/* ── Empty state ──────────────────────────────────── */

.help-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 24px;
    border-radius: 20px;
    text-align: center;
    color: var(--typograph-black-secondary);
    font-size: 20px;
}
