:root {
    --gk-sidebar-thumb-w: 76px;
    --gk-sidebar-thumb-h: 56px;
    --gk-sidebar-gap: 12px;
    --gk-sidebar-radius: 8px;
    --gk-sidebar-title-lines: 2;
}

.entry-meta--chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.discount-calendar-section {
    margin-bottom: 30px;
}

.timeline-reviews-section {
    margin: 28px 0;
}

.theiaStickySidebar {
    min-height: auto !important;
    height: auto !important;
}

.widget-posts .posts > div,
.rpwe-block li {
    align-items: flex-start;
    gap: var(--gk-sidebar-gap);
}

.widget-posts .entry-thumbnail {
    width: var(--gk-sidebar-thumb-w);
    height: var(--gk-sidebar-thumb-h);
    border-radius: var(--gk-sidebar-radius);
    overflow: hidden;
}

.widget-posts .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.widget-posts .entry-header {
    margin-left: 12px;
    min-width: 0;
}

.widget-posts .entry-title,
.rpwe-block h3,
.wtpsw-post-thumb-right h6 a.wtpsw-post-title,
.gk-empty-discovery__review-meta > a {
    display: -webkit-box;
    -webkit-line-clamp: var(--gk-sidebar-title-lines);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
}

.rpwe-block li {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececf1;
}

.rpwe-block li + li {
    margin-top: 12px;
}

.rpwe-block h3 {
    margin: 0 !important;
    font-size: 14px !important;
}

.rpwe-thumb {
    width: var(--gk-sidebar-thumb-w) !important;
    height: var(--gk-sidebar-thumb-h) !important;
    margin: 0 !important;
    border-radius: var(--gk-sidebar-radius) !important;
    object-fit: cover;
    flex-shrink: 0;
}

.wtpsw-post-thumb-left img,
.wtpsw-post-thumb-right img {
    width: var(--gk-sidebar-thumb-w) !important;
    height: var(--gk-sidebar-thumb-h) !important;
    object-fit: cover;
    border-radius: var(--gk-sidebar-radius);
}

.wtpsw-post-thumb-right {
    min-width: 0;
}

.wtpsw-post-thumb-right h6 {
    margin: 0;
}

.gdt-dark .rpwe-block li,
.darkmysite_dark_mode_enabled .rpwe-block li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
    :root {
        --gk-sidebar-thumb-w: 68px;
        --gk-sidebar-thumb-h: 50px;
        --gk-sidebar-gap: 10px;
    }

    .timeline-reviews-section {
        margin: 22px 0;
    }
}

/* Single top: tighter rhythm + cleaner meta strip */
.single .type-post .entry-header {
    padding-top: 10px;
    padding-bottom: 8px;
}

.single .type-post .entry-header .entry-category {
    margin-bottom: 8px;
    letter-spacing: .08em;
}

.single .type-post .entry-header .entry-category a {
    color: #7c8290;
    font-size: 11px;
    font-weight: 500;
}

.gdt-dark .single .type-post .entry-header .entry-category a,
.darkmysite_dark_mode_enabled .single .type-post .entry-header .entry-category a {
    color: #9ba3b4;
}

.single .type-post .entry-header .entry-title {
    max-width: 980px;
    margin-bottom: 0;
}

.single .type-post .entry-header .excerpt {
    max-width: 980px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 1.35;
}

.single .type-post .entry-action {
    min-height: 44px;
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
}

.single .type-post .entry-action img.avatar {
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-right: 6px;
}

.single .type-post .entry-action .author-name,
.single .type-post .entry-action .entry-date {
    line-height: 1.15;
}

.single .type-post .entry-action > div:last-child a {
    transform: translateY(1px);
}

@media (max-width: 900px) {
    .single .type-post .entry-header {
        padding-top: 10px;
    }

    .single .type-post .entry-header .entry-title,
    .single .type-post .entry-header .excerpt {
        max-width: none;
    }

    .single .type-post .entry-header .excerpt {
        font-size: 15px;
        margin-top: 8px;
    }
}

/* Single article: ultra-clean bottom strip (tags left, id right) */
.single .type-post .entry-wrapper {
    padding-bottom: 8px;
}

.single .type-post .entry-footer-meta {
    margin: 24px -62px 0;
    padding: 14px 62px 0;
    border-top: 1px solid #dfe3ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.single .type-post .entry-tags {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    min-width: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.35;
}

.single .type-post .entry-tags a {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #646d7d;
    font-weight: 400;
    transition: color .2s ease;
}

.single .type-post .entry-tags a:hover {
    color: #1f2f57;
}

.single .type-post .entry-tags .dot {
    display: none;
}

.single .type-post .entry-tags a + a::before {
    content: "·";
    color: #a7aebb;
    margin: 0 9px;
}

.single .type-post .post-meta-hud {
    margin: 0;
    color: #646d7d;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    top: 1px;
}

.single .type-post .entry-share {
    margin: 10px 0 0;
    border-top: 0;
    padding-top: 0;
}

.single .type-post .entry-share:empty {
    display: none;
}

.gdt-dark .single .type-post .entry-footer-meta,
.darkmysite_dark_mode_enabled .single .type-post .entry-footer-meta {
    border-top-color: rgba(255, 255, 255, 0.14);
}

.gdt-dark .single .type-post .entry-tags a,
.darkmysite_dark_mode_enabled .single .type-post .entry-tags a {
    color: #c2cada;
}

.gdt-dark .single .type-post .entry-tags a:hover,
.darkmysite_dark_mode_enabled .single .type-post .entry-tags a:hover {
    color: #edf2ff;
}

.gdt-dark .single .type-post .entry-tags a + a::before,
.darkmysite_dark_mode_enabled .single .type-post .entry-tags a + a::before {
    color: #8f98aa;
}

.gdt-dark .single .type-post .post-meta-hud,
.darkmysite_dark_mode_enabled .single .type-post .post-meta-hud {
    color: #c2cada;
}

@media (max-width: 767px) {
    .single .type-post .entry-footer-meta {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .single .type-post .post-meta-hud {
        text-align: left;
        white-space: normal;
    }
}
