@media (min-width: 768px) {
    .timeline .camlabel {
        font-size: var(--timeline-font-size-sm, inherit);
    }
}

@media (min-width: 992px) {
    .timeline .camlabel {
        font-size: var(--timeline-font-size-md, inherit);
    }
}

@media (min-width: 1200px) {
    .timeline .camlabel {
        font-size: var(--timeline-font-size-lg, inherit);
    }
}

.videoSortDebug {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 8pt;
    padding: 2px 4px;
    z-index: 1;
}

.timelinePostTextInModal {
    max-height: 6rem;
    overflow-y: scroll;
}

#postmodal {
    backdrop-filter: blur(4px);
}

#postmodaldialog {
    max-width: 960px;
}

#postmodalcontent {
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 60%, #f3f4f6 100%);
}

#postmodalheader,
#postmodalfooter {
    border: none;
    background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
    color: #1f2937;
    padding: 1.25rem 1.5rem;
}

    #postmodalheader h4,
    #postmodalheader h5 {
        margin: 0;
        font-weight: 700;
        color: #111827;
    }

    #postmodalheader .post-modal-header-layout {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    #postmodalheader .post-modal-avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
        border: 2px solid rgba(255, 255, 255, 0.18);
        flex: 0 0 auto;
    }

    #postmodalheader .post-modal-header-texts {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        flex: 1 1 auto;
    }

    #postmodalheader .post-modal-title-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    #postmodalheader .post-modal-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #111827;
    }

    #postmodalheader .post-modal-header-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    #postmodalheader .post-modal-header-action {
        border: 1px solid rgba(209, 213, 219, 0.8);
        background: rgba(249, 250, 251, 0.9);
        color: #4b5563;
        border-radius: 999px;
        padding: 0.35rem 0.5rem;
        line-height: 1;
        cursor: pointer;
        transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
    }

        #postmodalheader .post-modal-header-action:hover,
        #postmodalheader .post-modal-header-action:focus {
            background: #f3f4f6;
            color: #111827;
            transform: translateY(-1px);
        }

    #postmodalheader .timeline-post-like-icon,
    #postmodalheader .timeline-post-bookmark-icon {
        color: #6b7280;
    }

    #postmodalheader .timeline-post-like-icon-highlight {
        color: #ef4444;
    }

    #postmodalheader .timeline-post-bookmark-icon-highlight {
        color: #f59e0b;
    }

    #postmodalheader .post-modal-header-action .fa {
        font-size: 1rem;
    }

    #postmodalheader .post-modal-related-dropdown .dropdown-menu {
        min-width: 220px;
    }

    #postmodalheader .post-modal-related-dropdown .dropdown-item-text {
        white-space: normal;
    }

    #postmodalheader .post-modal-related-toggle {
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.15);
        color: #111827;
        font-weight: 700;
        letter-spacing: 0.01em;
        border-radius: 999px;
        padding: 0.25rem 0.85rem;
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
    }

    #postmodalheader .post-modal-related-toggle:hover,
    #postmodalheader .post-modal-related-toggle:focus {
        background: #f8fafc;
        color: #0f172a;
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
    }

    #postmodalheader .post-modal-related-dropdown .dropdown-menu {
        border-radius: 12px;
        border: 1px solid rgba(15, 23, 42, 0.12);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
        padding: 0.35rem 0;
    }

    #postmodalheader .post-modal-related-dropdown .dropdown-item {
        font-weight: 600;
    }

    #postmodalheader .post-modal-payment-area {
        margin-top: 0.35rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    #postmodalheader .post-modal-paymentauths,
    #postmodalheader #post-modal-paymentmethods {
        background: linear-gradient(180deg, rgba(243, 244, 246, 0.9), rgba(229, 231, 235, 0.9));
        border-radius: 12px;
        padding: 0.75rem 0.9rem;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
        border: 1px solid rgba(31, 41, 55, 0.08);
    }

    #postmodalheader .post-modal-paymentauths {
        border: 1px solid rgba(31, 41, 55, 0.08);
    }

    #postmodalheader .post-modal-payment-block {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 0;
    }

        #postmodalheader .post-modal-payment-block.is-hidden {
            display: none;
        }

    #postmodalheader .post-pricelabel-large {
        background: none;
        border-radius: 0;
        padding: 0;
        display: block;
        color: #4b5563;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        font-size: 0.85rem;
    }

#postmodalbody #post-modal-paymentmethods {
    border: 1px solid rgba(31, 41, 55, 0.08);
}

#postmodalbody {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(249, 250, 251, 0.98) 100%);
    color: #1f2937;
    padding: 1.5rem;
}

    #postmodalbody .post-pricelabel-headline {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1rem;
        font-weight: 700;
        color: #111827;
        padding: 0.6rem 0.85rem;
        border-radius: 12px;
        background: linear-gradient(135deg, rgba(254, 243, 199, 0.9), rgba(224, 231, 255, 0.8));
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    }

    #postmodalbody .post-pricelabel-emoji {
        font-size: 1.15rem;
    }

    #postmodalbody .post-modal-paymentauths .card,
    #postmodalbody #post-modal-paymentmethods .card {
        border-radius: 12px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
        margin-bottom: 0.6rem;
    }

    #postmodalbody .post-modal-paymentauths .card:last-child,
    #postmodalbody #post-modal-paymentmethods .card:last-child {
        margin-bottom: 0;
    }

    #postmodalbody .payment-method-timeline-logo {
        width: 100%;
        max-width: 72px;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.12));
    }

    #postmodalbody .payment-method-timeline-title {
        margin-bottom: 0.25rem;
        font-weight: 700;
    }

    #postmodalbody .payment-method-timeline-description {
        margin-bottom: 0.35rem;
        color: #6b7280;
    }

    #postmodalbody .payment-method-timeline-button {
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    #postmodalbody h5 {
        color: #111827;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    #postmodalbody p {
        color: #374151;
    }

    #postmodalbody .timeline-modal-poll {
        margin: 1rem 0;
        padding: 0.75rem 1rem;
        border-radius: 12px;
        border: 1px solid rgba(31, 41, 55, 0.12);
        background: rgba(255, 255, 255, 0.8);
    }

    #postmodalbody .timeline-modal-poll__question {
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #111827;
    }

    #postmodalbody .timeline-modal-poll__answers {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    #postmodalbody .timeline-modal-poll__results {
        margin-top: 0.5rem;
    }

    #postmodalbody .timeline-modal-poll__results-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }

    #postmodalbody .timeline-modal-poll__results-item {
        display: flex;
        justify-content: space-between;
        font-size: 0.9rem;
        color: #374151;
    }

    #postmodalbody .timeline-modal-poll__result-votes {
        color: #6b7280;
    }

    #postmodalbody .timeline-modal-poll__status {
        color: #6b7280;
        font-size: 0.95rem;
    }

    #postmodalbody .timeline-modal-poll__notice {
        color: #6b7280;
        font-size: 0.85rem;
    }

    #postmodalbody .timeline-modal-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 0.75rem;
    }

        #postmodalbody .timeline-modal-actions .btn {
            border-radius: 999px;
            padding: 0.5rem 1.15rem;
            box-shadow: 0 12px 30px rgba(107, 114, 128, 0.28);
        }

        #postmodalbody .timeline-modal-actions .btn-secondary {
            box-shadow: 0 10px 24px rgba(156, 163, 175, 0.35);
        }

    #postmodalbody .post-media-container {
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
        padding: 0.5rem;
    }

    #postmodalbody .post-media-item {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
        position: relative;
    }

    #postmodalbody .post-media-inner-play,
    #postmodalbody .post-media-inner-play-large {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        transform: none;
    }

    #postmodalbody .post-pricelabel-coins {
        color: #1f2937;
        font-weight: 600;
        font-size: 0.95rem;
    }

    #postmodalbody .post-media-video-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.6));
        transition: background 0.2s ease-in-out;
    }

        #postmodalbody .post-media-video-overlay:hover {
            background: radial-gradient(circle at center, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.7));
        }

    #postmodalbody .post-media-video-overlay-icon {
        font-size: 3rem;
        text-shadow: 0 6px 18px rgba(0, 0, 0, 0.65);
    }

.timeline-preview-notice {
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.post-modal-preview-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid rgba(251, 146, 60, 0.6);
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

    .post-modal-preview-hint .fa {
        color: #f97316;
    }

.timeline-preview-hide {
    background: none;
    border: none;
    color: inherit;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.timeline-poll__status {
    color: #6b7280;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.timeline-poll__results {
    margin-top: 0.5rem;
}

.timeline-poll__results-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.timeline-poll__results-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #374151;
}

.timeline-poll__result-votes {
    color: #6b7280;
}

.post-media-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0f172a;
}

.post-media-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

.post-media-image,
.post-media-video {
    width: 100%;
    height: 100%;
    display: block;
}

.post-media-image {
    object-fit: cover;
}

.post-media-video {
    background-size: cover;
    background-position: center;
}

.post-media-loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #e5e7eb;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    padding: 0.75rem;
    z-index: 2;
}

.post-media-loading-indicator {
    font-size: 2rem;
}

.post-media-loading-overlay.is-error {
    background: rgba(127, 29, 29, 0.75);
    color: #fef2f2;
}

.post-media-loading-overlay .post-media-loading-text {
    font-weight: 600;
}

.post-media-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-media-inner-play,
.post-media-inner-play-large {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .post-media-inner-play,
.timeline .post-media-inner-play-large,
.timelinepostmedia .post-media-inner-play,
.timelinepostmedia .post-media-inner-play-large {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2;
}

#postmodalfooter .post-modal-lower-table {
    width: 100%;
}

#postmodalfooter .post-modal-lower-left,
#postmodalfooter .post-modal-lower-right {
    color: #1f2937;
}

.post-modal-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 2rem 0;
}

    .post-modal-loader .loader-dots {
        display: inline-flex;
        gap: 8px;
    }

    .post-modal-loader .loader-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #9ca3af;
        animation: postModalPulse 1s ease-in-out infinite;
    }

        .post-modal-loader .loader-dot:nth-child(2) {
            animation-delay: 0.12s;
        }

        .post-modal-loader .loader-dot:nth-child(3) {
            animation-delay: 0.24s;
        }

    .post-modal-loader .loader-label {
        font-weight: 600;
        color: #4b5563;
        letter-spacing: 0.01em;
    }

.post-modal-mini-loader {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-weight: 600;
}

    .post-modal-mini-loader .loader-dot {
        width: 8px;
        height: 8px;
        background: #9ca3af;
    }

.post-modal-related-loader {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .post-modal-related-loader .related-loader-pill {
        position: relative;
        overflow: hidden;
        height: 30px;
        border-radius: 999px;
        background: #e5e7eb;
        min-width: 90px;
        flex: 0 0 auto;
    }

        .post-modal-related-loader .related-loader-pill.related-loader-pill--wide {
            min-width: 136px;
        }

        .post-modal-related-loader .related-loader-pill::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
            transform: translateX(-100%);
            animation: postModalShimmer 1.2s ease-in-out infinite;
        }

    .post-modal-related-loader .related-loader-text {
        color: #6b7280;
        font-weight: 600;
        font-size: 0.85rem;
    }

.post-modal-producer-videos {
    background: #f9fafb;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 12px;
    padding: 0.75rem;
}

.producer-videos-heading {
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.producer-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.producer-video-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .producer-video-card:hover,
    .producer-video-card:focus {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
        color: inherit;
    }

.producer-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}

    .producer-video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.producer-video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.producer-video-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(34, 197, 94, 0.9);
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.producer-video-meta {
    padding: 0.6rem 0.75rem 0.75rem;
}

.producer-video-title {
    font-weight: 700;
    color: #111827;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.producer-video-subline {
    color: #4b5563;
    font-size: 0.85rem;
}

@keyframes postModalPulse {
    0%, 80%, 100% {
        transform: scale(0.85);
        opacity: 0.5;
    }

    40% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes postModalShimmer {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.post-like-span {
    cursor: pointer;
}

.timelinepostheader {
    flex-flow: column;
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.timelinepost_outer_container:not(.timelinepost_outer_container--compact) {
    margin-bottom: 1.5rem;
}

.timeline {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 160px;
}

.timeline-list {
    position: relative;
    min-height: 160px;
}

.timeline-list.is-loading .timeline {
    min-height: 160px;
}

.timeline-loader {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    z-index: 5;
    pointer-events: none;
}

.timeline-loader__dots {
    display: inline-flex;
    gap: 10px;
}

.timeline-loader__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #64748b;
    animation: postModalPulse 1s ease-in-out infinite;
}

.timeline-loader__dot:nth-child(2) {
    animation-delay: 0.12s;
}

.timeline-loader__dot:nth-child(3) {
    animation-delay: 0.24s;
}

.timeline-loader__label {
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.01em;
}

    .timeline .timelinepost_outer_container {
        display: flex;
        float: none;
        padding-left: 4px;
        padding-right: 4px;
        box-sizing: border-box;
        flex: 0 0 auto;
    }

    .timeline .timelinepost_inner_container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .timeline .timelinepost {
        display: flex;
        flex-direction: column;
        height: auto;
        flex: 1 1 auto;
    }

    .timeline .timeline-bg {
        display: flex;
        flex-direction: column;
        height: auto;
        flex: 1 1 auto;
    }

    .timeline .timelineposttext {
        flex: 1 1 auto;
    }

    .timeline .timeline_post_info_container {
        margin-top: auto;
    }

.timelinepost_inner_container:not(.timelinepost_inner_container--compact) {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}

    .timelinepost_inner_container:not(.timelinepost_inner_container--compact):hover {
        box-shadow: 0 28px 54px rgba(15, 23, 42, 0.18);
        transform: translateY(-2px);
    }

.timelinepost:not(.timelinepost--compact) {
    height: auto;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.timelinepostmediawrapper {
    position: relative;
}

    .timelinepostmediawrapper:not(.timelinepostmediawrapper--compact) {
        background: #0f172a;
    }

.timelineposttext:not(.timelineposttext--compact) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 245, 249, 0.95) 100%);
    color: #1f2937;
}

.timeline .post-header-pseudo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    padding-top: 0.35rem;
    color: #4b5563;
}

.timeline .post-header-pseudo__name {
    flex: 1 1 auto;
}

.timeline .post-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
}

.timeline .post-header-action {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

    .timeline .post-header-action:hover,
    .timeline .post-header-action:focus {
        background: rgba(59, 130, 246, 0.18);
        color: #1f2937;
        text-decoration: none;
    }

.timeline .post-header-action--live {
    background: rgba(34, 197, 94, 0.16);
    color: #16a34a;
}

.timeline:not(.timeline--compact) .post-header-title {
    font-size: 1.1rem;
}

body.theme-dark .timeline .post-header-pseudo {
    color: #a3a3a3;
}

body.theme-dark .timeline .post-header-action {
    background: rgba(255, 255, 255, 0.08);
    color: #e5e5e5;
}

body.theme-dark .timeline .post-header-action--live {
    background: rgba(74, 222, 128, 0.24);
    color: #4ade80;
}

body.theme-dark .timeline .post-header-action:hover,
body.theme-dark .timeline .post-header-action:focus {
    background: rgba(59, 130, 246, 0.32);
    color: #f8fafc;
}

.timelineposttext:not(.timelineposttext--compact) h3 {
    color: #111827;
}

.timelineposttext:not(.timelineposttext--compact) p {
    color: #334155;
}

.timeline_post_info_container:not(.timeline_post_info_container--compact) {
    background: rgba(226, 232, 240, 0.9);
    color: #0f172a;
    border-top: 1px solid rgba(148, 163, 184, 0.45);
}

.timelinepostmediaprice__price {
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

.timelinepostmediaprice__price-current {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.timelinepostmediaprice__price-old {
    margin-left: 0.5rem;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.7;
}

.timelinepostmediaprice__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.55rem;
    margin-left: 0.5rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.15);
    color: #ea580c;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.timelinepostmediaprice__info {
    display: block;
    font-size: 0.8rem;
    line-height: 1.35;
    opacity: 0.9;
}

.timeline-comments-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    .timeline-comments-link:hover,
    .timeline-comments-link:focus {
        text-decoration: none;
        color: inherit;
    }

.timeline_post_info_container:not(.timeline_post_info_container--compact) .timeline_post_info,
.timeline_post_info_container:not(.timeline_post_info_container--compact) .timeline_post_date {
    font-size: 0.85rem;
    color: inherit;
    line-height: 1.45;
}

.timelinepost:not(.timelinepost--compact) .timelinepostmediaprice {
    background: rgba(241, 245, 249, 0.92);
    color: #0f172a;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

    .timelinepost:not(.timelinepost--compact) .timelinepostmediaprice:hover,
    .timelinepost:not(.timelinepost--compact) .timelinepostmediaprice:focus {
        background: rgba(59, 130, 246, 0.92);
        color: #f8fafc;
    }

.timelinepost:not(.timelinepost--compact) .timelineposticons {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    background-color: rgba(15, 23, 42, 0.72);
    color: #f8fafc;
    border-radius: 999px;
    padding: 0.35rem 0.45rem;
    z-index: 12;
}

.timelineposticons .circle {
    width: 34px;
    height: 34px;
    margin: 0;
}

.timelinepost:not(.timelinepost--compact) .timelinepostnewlabel,
.timelinepost:not(.timelinepost--compact) .timelineboughtlabel {
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #fff;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.45);
}

body.theme-dark .timelinepost_inner_container:not(.timelinepost_inner_container--compact) {
    background: linear-gradient(180deg, rgba(48, 48, 48, 0.96) 0%, rgba(26, 26, 26, 0.96) 100%);
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.6);
}

body.theme-dark .timelinepostmediawrapper:not(.timelinepostmediawrapper--compact) {
    background: #111111;
}

.timelinepost-virtual-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(15, 23, 42, 0.68);
    color: #f8fafc;
    font-size: 10px;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 4px;
    opacity: 0.7;
    z-index: 15;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: none;
}

.timelinesortdebug {
    position: absolute;
    top: 32px;
    left: 8px;
    background: rgba(15, 23, 42, 0.58);
    color: #f8fafc;
    font-size: 10px;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 14;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: none;
}

.timeline--debug .timelinepost-virtual-overlay,
.timeline--debug .timelinesortdebug {
    display: block;
}

body.theme-dark .timelineposttext:not(.timelineposttext--compact) {
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.4) 0%, rgba(20, 20, 20, 0.9) 100%);
    color: #e5e5e5;
}

    body.theme-dark .timelineposttext:not(.timelineposttext--compact) h3 {
        color: #f5f5f5;
    }

    body.theme-dark .timelineposttext:not(.timelineposttext--compact) p {
        color: #d4d4d4;
    }

body.theme-dark .timeline_post_info_container:not(.timeline_post_info_container--compact) {
    background: rgba(28, 28, 28, 0.95);
    color: #e5e5e5;
    border-top: 1px solid rgba(88, 88, 88, 0.7);
}

body.theme-dark .timelinepost:not(.timelinepost--compact) .timelinepostmediaprice {
    background: #5f5f5f;
    color: #f5f5f5;
    box-shadow: 0 12px 24px rgba(2, 6, 13, 0.65);
}

    body.theme-dark .timelinepost:not(.timelinepost--compact) .timelinepostmediaprice:hover,
    body.theme-dark .timelinepost:not(.timelinepost--compact) .timelinepostmediaprice:focus {
        background: rgba(170, 170, 170, 0.85);
        color: #1f1f1f;
    }

body.theme-dark .timelinepost:not(.timelinepost--compact) .timelineposticons {
    background-color: rgba(31, 41, 55, 0.8);
}

.timeline--container .post-header-title {
    font-size: 1rem;
}

.timeline--container:not(.timeline--compact) .timelineposticons {
    gap: 0.3rem;
    padding: 0.3rem 0.4rem;
}

    .timeline--container:not(.timeline--compact) .timelineposticons .circle {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

body.theme-dark .timelinepost:not(.timelinepost--compact) .timelinepostnewlabel,
body.theme-dark .timelinepost:not(.timelinepost--compact) .timelineboughtlabel {
    background: linear-gradient(135deg, #f97316, #c2410c);
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.5);
}

.timeline-special-offer {
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, rgba(255, 250, 235, 0.95), rgba(255, 243, 205, 0.95));
    border: 2px solid rgba(253, 186, 116, 0.6);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
    text-align: center;
    color: #1f2937;
}

.timeline-special-offer__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
    color: #b45309;
    margin-bottom: 0.35rem;
}

.timeline-special-offer__headline {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #7c2d12;
}

.timeline-special-offer__lead {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.timeline-special-offer__description {
    margin-bottom: 0.9rem;
    color: #374151;
}

.timeline-special-offer__highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
}

    .timeline-special-offer__highlights li {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.4rem;
        font-weight: 600;
        color: #0f172a;
    }

        .timeline-special-offer__highlights li::before {
            content: "\2022";
            color: #f97316;
            font-size: 1.2rem;
        }

.timeline-special-offer__cta-button {
    background: linear-gradient(135deg, #f97316, #fb923c);
    border: none;
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.4);
    font-weight: 700;
}

    .timeline-special-offer__cta-button:hover,
    .timeline-special-offer__cta-button:focus {
        background: linear-gradient(135deg, #ea580c, #f97316);
    }

.timeline-special-offer__note,
.timeline-special-offer__reassurance,
.timeline-special-offer__footnote {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    color: #4b5563;
}

@media (max-width: 575.98px) {
    .timeline-special-offer {
        padding: 1.25rem 1rem;
    }
}

.timeline-pagination-container {
    width: 100%;
}

.timeline--compact {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .timeline--compact .timelinepost_outer_container,
    .timelinepost_outer_container--compact {
        padding: 0;
        margin-bottom: 0;
    }

    .timeline--compact .timelinepost_inner_container,
    .timelinepost_inner_container--compact {
        margin: 0;
    }

    .timeline--compact .timelinepost,
    .timelinepost--compact {
        height: auto;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

        .timeline--compact .timelinepost:hover,
        .timelinepost--compact:hover {
            transform: translateY(-2px);
            box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
        }

    .timeline--compact .timeline-bg,
    .timeline-bg--compact {
        background: #ffffff;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding: 0.75rem;
    }

    .timeline--compact .timelinepostmediawrapper,
    .timelinepostmediawrapper--compact {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .timeline--compact .post-media-item,
    .timelinepostmedia--compact .post-media-item {
        width: 100%;
        aspect-ratio: 3 / 4 !important;
    }

    .timeline--compact .timelineposttext,
    .timelineposttext--compact {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .timeline--compact .post-header-pseudo {
        font-size: 0.85rem;
        margin: 0 0 0.15rem 0;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-align: left;
        justify-content: space-between;
    }

    .timeline--compact .post-header-title {
        font-size: 0.95rem;
        margin: 0 0 0.15rem 0;
        color: #1f2937;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .timeline--compact .post-text-body {
        margin: 0;
        color: #4b5563;
        font-size: 0.9rem;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .timeline--compact .timeline_post_info_container,
    .timeline_post_info_container--compact {
        background: transparent;
        padding: 0;
        margin-top: 0;
        color: #6b7280;
        font-size: 0.85rem;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .timeline--compact .timeline_post_info,
    .timeline--compact .timeline_post_date {
        display: flex;
        align-items: center;
        gap: 0.35rem;
    }

    .timeline--compact .timeline-comments-link,
    .timelinepost--compact .timeline-comments-link {
        display: none;
    }

    .timeline--compact .timeline-more-posts-link {
        font-size: 0.70rem;
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
    }

        .timeline--compact .timeline-more-posts-link:focus,
        .timeline--compact .timeline-more-posts-link:hover {
            text-decoration: underline;
        }

    .timeline--compact .timelineposticons,
    .timelinepost--compact .timelineposticons {
        top: 6px;
        right: 6px;
        font-size: 0.65rem;
        background-color: rgba(15, 23, 42, 0.45);
        padding: 0.1rem 0.2rem;
        border-radius: 999px;
        gap: 0.2rem;
    }

        .timeline--compact .timelineposticons .circle,
        .timelinepost--compact .timelineposticons .circle {
            width: 24px;
            height: 24px;
        }

    .timeline--compact .timelinepostmediaprice,
    .timelinepost--compact .timelinepostmediaprice {
        width: 100%;
        left: 0;
        margin-left: 0;
        border-radius: 12px;
        padding: 0.5rem 0.75rem;
        font-size: 0.95rem;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(236, 72, 153, 0.12));
        color: #0f172a;
        border: 1px solid rgba(148, 163, 184, 0.35);
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .timeline--compact .timelinepostmediaprice__info,
    .timelinepost--compact .timelinepostmediaprice__info {
        font-weight: 700;
        color: inherit;
        opacity: 1;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
    }

        .timeline--compact .timelinepostmediaprice__info .fa,
        .timelinepost--compact .timelinepostmediaprice__info .fa {
            font-size: 0.95rem;
        }

    .timeline--compact .timelinepostnewlabel,
    .timeline--compact .timelineboughtlabel,
    .timelinepost--compact .timelinepostnewlabel,
    .timelinepost--compact .timelineboughtlabel {
        top: 0px;
        left: 0px;
        transform: none;
        border-radius: 999px;
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }

    .timeline--compact .timelinepostmediawrapper::after,
    .timelinepostmediawrapper--compact::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
        pointer-events: none;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .timeline--compact .timelinepost_inner_container + .timelinepost_inner_container,
    .timelinepost_inner_container--compact + .timelinepost_inner_container--compact {
        margin-top: 0.5rem;
    }

    .timeline--compact .timelinepost_outer_container + .timelinepost_outer_container,
    .timelinepost_outer_container--compact + .timelinepost_outer_container--compact {
        margin-top: 0.75rem;
    }

    .timeline--compact .timeline_post_info_container .fa,
    .timeline_post_info_container--compact .fa {
        font-size: 0.85rem;
    }

    .timeline--compact .post-media-inner-play,
    .timelinepostmedia--compact .post-media-inner-play {
        font-size: 1.8rem;
    }

body.theme-dark .timeline--compact .timelinepost,
body.theme-dark .timelinepost--compact {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.6);
}

body.theme-dark .timeline--compact .timeline-bg,
body.theme-dark .timeline-bg--compact {
    background: #1a1a1a;
}

body.theme-dark .timeline--compact .post-header-pseudo {
    color: #a3a3a3;
}

body.theme-dark .timeline--compact .post-header-title {
    color: #f5f5f5;
}

body.theme-dark .timeline--compact .post-text-body {
    color: #d4d4d4;
}

body.theme-dark .timeline--compact .timeline_post_info_container,
body.theme-dark .timeline_post_info_container--compact {
    color: #b3b3b3;
}

body.theme-dark .timeline--compact .timelinepostmediaprice,
body.theme-dark .timelinepost--compact .timelinepostmediaprice {
    background: linear-gradient(135deg, rgba(130, 130, 130, 0.32), rgba(236, 236, 236, 0.22));
    color: #f3f4f6;
    border-color: rgba(148, 163, 184, 0.5);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

body.theme-dark .timeline--compact .timeline-more-posts-link {
    color: #93c5fd;
}

    body.theme-dark .timeline--compact .timeline-more-posts-link:focus,
    body.theme-dark .timeline--compact .timeline-more-posts-link:hover {
        color: #bfdbfe;
    }

body.theme-dark .timeline--compact .timelineposticons,
body.theme-dark .timelinepost--compact .timelineposticons {
    background-color: rgba(58, 58, 58, 0.7);
}

.timeline-pagination-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    clear: both;
}

    .timeline-pagination-container nav {
        display: inline-flex;
    }
