.fpt-ox {
    --ox-blue: #186bb1;
    --ox-blue-hover: #1b78c7;
    --ox-ink: #18222d;
    --ox-slate: #4f5d6b;
    --ox-gold: #b68c5a;
    --ox-gold-hover: #a67a49;
    --ox-paper: #ffffff;
    --ox-border: #d9e2eb;
    width: 100%;
    max-width: 1400px;
    margin: 34px auto 40px;
    padding: 0 20px;
    isolation: isolate;
}

.fpt-ox * {
    box-sizing: border-box;
}

.fpt-ox-heading {
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

.fpt-ox-heading-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #f5f8fc;
    font: 700 clamp(1.35rem, 2.1vw, 1.85rem)/1.1 "Playfair Display", Georgia, serif;
    letter-spacing: 0.01em;
}

.fpt-ox-heading-title::before,
.fpt-ox-heading-title::after {
    content: "";
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(245, 248, 252, 0.2) 0%, rgba(182, 140, 90, 0.88) 100%);
}

.fpt-ox-heading-title::after {
    transform: scaleX(-1);
}

.fpt-ox-card {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(250px, 42%) minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 0 !important;
    border: 1px solid rgba(24, 107, 177, 0.2) !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, #ffffff 0%, #f4f8fc 100%) !important;
    box-shadow: 0 14px 34px rgba(24, 34, 45, 0.16) !important;
    overflow: hidden !important;
}

.fpt-ox-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--ox-blue) 0%, var(--ox-gold) 100%);
}

.fpt-ox-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 84% 18%, rgba(24, 107, 177, 0.12) 0%, transparent 36%),
        radial-gradient(circle at 70% 72%, rgba(182, 140, 90, 0.14) 0%, transparent 40%);
}

.fpt-ox-media {
    position: relative;
    min-height: 230px;
    border-right: 1px solid rgba(24, 107, 177, 0.14);
    background: #10253a;
    z-index: 1;
}

.fpt-ox-thumb {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    display: block;
    filter: saturate(1.02) contrast(1.05);
}

.fpt-ox-thumb-fallback {
    width: 100%;
    height: 100%;
    min-height: 230px;
    background:
        radial-gradient(circle at 18% 20%, rgba(27, 120, 199, 0.45) 0%, transparent 42%),
        radial-gradient(circle at 82% 72%, rgba(182, 140, 90, 0.34) 0%, transparent 47%),
        linear-gradient(145deg, #1d3552 0%, #0f1d2f 100%);
}

.fpt-ox-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(8, 16, 26, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font: 700 10px/1 "Poppins", Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fpt-ox-content {
    min-width: 0;
    padding: 24px 26px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.fpt-ox-kicker {
    margin: 0 0 8px;
    font: 700 11px/1 "Poppins", Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ox-blue) !important;
}

.fpt-ox-title {
    margin: 0;
    font: 700 clamp(1.3rem, 2.2vw, 1.9rem)/1.15 "Playfair Display", Georgia, serif;
    color: #11243a !important;
    text-shadow: none !important;
}

.fpt-ox-copy {
    margin: 10px 0 0;
    font: 400 14px/1.68 "Poppins", Arial, sans-serif;
    color: #4a5b6f !important;
}

.fpt-ox-date {
    margin: 12px 0 0;
    font: 600 12px/1.2 "Poppins", Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7f5d2f !important;
}

.fpt-ox-actions {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px !important;
    margin-top: 16px;
    padding: 0 !important;
    border-left: 0;
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.fpt-ox-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font: 700 11px/1 "Poppins", Arial, sans-serif;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.fpt-ox-btn-preview {
    background: var(--ox-blue) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

.fpt-ox-btn-preview:hover {
    background: var(--ox-blue-hover) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(27, 120, 199, 0.4);
}

.fpt-ox-btn-listen {
    background: #11243a !important;
    color: #ffffff !important;
    border-color: #11243a !important;
}

.fpt-ox-btn-listen:hover {
    color: #ffffff !important;
    border-color: #0b1a2a;
    background: #0b1a2a;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(11, 26, 42, 0.28);
}

@media (max-width: 760px) {
    .fpt-ox {
        margin: 24px auto 30px;
        padding: 0 12px;
    }

    .fpt-ox-card {
        grid-template-columns: 1fr !important;
    }

    .fpt-ox-heading {
        margin-bottom: 12px;
    }

    .fpt-ox-heading-title {
        gap: 10px;
        font-size: clamp(1.2rem, 6.6vw, 1.55rem);
    }

    .fpt-ox-heading-title::before,
    .fpt-ox-heading-title::after {
        width: 30px;
    }

    .fpt-ox-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-right: 0;
        border-bottom: 1px solid rgba(24, 107, 177, 0.16);
    }

    .fpt-ox-thumb,
    .fpt-ox-thumb-fallback {
        min-height: 0;
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .fpt-ox-content {
        padding: 16px 14px 14px;
    }

    .fpt-ox-kicker {
        font-size: 10px;
    }

    .fpt-ox-title {
        font-size: clamp(1.35rem, 7vw, 1.72rem);
        line-height: 1.14;
    }

    .fpt-ox-date {
        margin-top: 10px;
        font-size: 11px;
    }

    .fpt-ox-copy {
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.58;
    }

    .fpt-ox-badge {
        top: 10px;
        left: 10px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .fpt-ox-actions {
        width: 100%;
        flex-direction: column !important;
        justify-content: stretch !important;
        align-items: stretch;
        padding: 0;
        gap: 10px !important;
    }

    .fpt-ox-btn {
        min-width: 0;
        width: 100%;
        padding: 12px 14px;
        font-size: 10px;
        letter-spacing: 0.065em;
    }

    .fpt-ox-all-wrap {
        margin-top: 12px;
    }

    .fpt-ox-btn-all {
        width: 100%;
        min-width: 0;
        padding: 12px 14px;
        font-size: 10px;
    }
}

.fpt-ox-all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.fpt-ox-btn-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 11px 22px;
    border-radius: 999px;
    text-decoration: none !important;
    border: 1px solid rgba(24, 107, 177, 0.24);
    background: #ffffff;
    color: #11243a !important;
    font: 700 11px/1 "Poppins", Arial, sans-serif;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.fpt-ox-btn-all:hover {
    transform: translateY(-1px);
    border-color: var(--ox-blue);
    color: var(--ox-blue) !important;
    box-shadow: 0 8px 20px rgba(17, 36, 58, 0.12);
}
