/* =========================================================
   OBEE TECH RELEASES PAGE
   FINAL CLEAN VERSION
   ========================================================= */


/* =========================================================
   PAGE
   ========================================================= */

.releases-page {

    position: relative;

    min-height: 100vh;

    background: #080b10;

    color: #f4f7fb;
}


/* =========================================================
   RELEASE HERO
   ========================================================= */

.releases-hero {

    position: relative;

    /*
       Extra top space because the site navbar
       sits above the hero.
    */
    padding: 145px 0 70px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(13, 110, 253, 0.14),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(111, 66, 193, 0.12),
            transparent 35%
        ),
        #080b10;
}


.releases-hero::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background:
        rgba(255, 255, 255, 0.08);
}


.releases-hero .container {

    position: relative;

    z-index: 1;
}


/* =========================================================
   HERO EYEBROW
   ========================================================= */

.releases-eyebrow {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 16px;

    padding: 7px 13px;

    border: 1px solid
        rgba(13, 110, 253, 0.25);

    border-radius: 999px;

    background:
        rgba(13, 110, 253, 0.08);

    color: #7db4ff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


/* =========================================================
   HERO TITLE
   ========================================================= */

.releases-hero h1 {

    margin: 0 0 16px;

    color: #ffffff;

    font-size:
        clamp(38px, 6vw, 64px);

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -1.5px;
}


/* =========================================================
   HERO DESCRIPTION
   ========================================================= */

.releases-hero p {

    max-width: 680px;

    margin: 0;

    color:
        rgba(244, 247, 251, 0.68);

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================================
   LATEST RELEASE SECTION
   ========================================================= */

.latest-release-section {

    padding: 55px 0 30px;
}


/* =========================================================
   LATEST RELEASE CARD
   ========================================================= */

.latest-release-card {

    position: relative;

    overflow: hidden;

    padding: 32px;

    border: 1px solid
        rgba(13, 110, 253, 0.35);

    border-radius: 22px;

    background:

        radial-gradient(
            circle at 90% 10%,
            rgba(13, 110, 253, 0.13),
            transparent 35%
        ),

        radial-gradient(
            circle at 10% 90%,
            rgba(111, 66, 193, 0.10),
            transparent 35%
        ),

        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    box-shadow:
        0 20px 55px
        rgba(0, 0, 0, 0.25);
}


/* =========================================================
   LATEST CARD TOP ACCENT
   ========================================================= */

.latest-release-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #0d6efd,
            #6f42c1,
            transparent
        );
}


/* =========================================================
   LATEST BADGE
   ========================================================= */

.latest-release-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 25px;

    padding: 7px 12px;

    border-radius: 999px;

    background:
        rgba(13, 110, 253, 0.12);

    border: 1px solid
        rgba(13, 110, 253, 0.25);

    color: #78adff;

    font-size: 11px;

    font-weight: 850;

    letter-spacing: 1px;
}


/* =========================================================
   LATEST CONTENT
   ========================================================= */

.latest-release-content {

    display: flex;

    align-items: flex-start;

    gap: 24px;
}


/* =========================================================
   LATEST ICON
   ========================================================= */

.latest-release-icon {

    flex: 0 0 72px;

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(13, 110, 253, 0.22),
            rgba(111, 66, 193, 0.16)
        );

    border: 1px solid
        rgba(13, 110, 253, 0.25);

    color: #79adff;

    font-size: 30px;
}


/* =========================================================
   LATEST INFO
   ========================================================= */

.latest-release-info {

    min-width: 0;

    flex: 1;
}


.latest-release-info h2 {

    margin: 0 0 13px;

    color: #ffffff;

    font-size:
        clamp(25px, 3vw, 34px);

    line-height: 1.2;

    font-weight: 900;

    letter-spacing: -0.7px;
}


/* =========================================================
   LATEST META
   ========================================================= */

.latest-release-meta {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 20px;
}


.latest-release-meta span {

    display: inline-flex;

    align-items: center;

    padding: 6px 11px;

    border-radius: 8px;

    background:
        rgba(255, 255, 255, 0.065);

    color:
        rgba(244, 247, 251, 0.72);

    font-size: 11px;

    font-weight: 750;
}


/* =========================================================
   LATEST DESCRIPTION
   ========================================================= */

.latest-release-description {

    max-width: 900px;

    margin-bottom: 25px;

    color:
        rgba(244, 247, 251, 0.68);

    font-size: 14px;

    line-height: 1.75;

    white-space: normal;
}


/* =========================================================
   LATEST ACTIONS
   ========================================================= */

.latest-release-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;
}


.latest-release-actions a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 44px;

    padding: 11px 18px;

    border-radius: 10px;

    font-size: 12px;

    font-weight: 850;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}


.latest-release-actions a:hover {

    transform: translateY(-1px);
}


/* =========================================================
   LATEST DOWNLOAD
   ========================================================= */

.latest-download {

    background: #0d6efd;

    border: 1px solid #0d6efd;

    color: #ffffff;
}


.latest-download:hover {

    background: #0b5ed7;

    color: #ffffff;
}


/* =========================================================
   LATEST GUIDE
   ========================================================= */

.latest-guide {

    background:
        rgba(255, 255, 255, 0.045);

    border: 1px solid
        rgba(255, 255, 255, 0.10);

    color:
        rgba(244, 247, 251, 0.78);
}


.latest-guide:hover {

    background:
        rgba(255, 255, 255, 0.08);

    color: #ffffff;
}


/* =========================================================
   RELEASES SECTION
   ========================================================= */

.releases-section {

    padding: 55px 0 110px;
}


/* =========================================================
   RELEASE GROUP
   ========================================================= */

.release-group {

    margin-bottom: 55px;
}


.release-group:last-child {

    margin-bottom: 0;
}


/* =========================================================
   CATEGORY HEADER
   ========================================================= */

.release-group-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 18px;

    padding-bottom: 12px;

    border-bottom: 1px solid
        rgba(255, 255, 255, 0.07);
}


.release-group-header h2 {

    margin: 0;

    color: #f8fafc;

    font-size: 24px;

    font-weight: 800;

    letter-spacing: -0.4px;
}


.release-group-header > span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 7px 13px;

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.05);

    border: 1px solid
        rgba(255, 255, 255, 0.07);

    color: #94a3b8;

    font-size: 11px;

    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   COMPACT RELEASE LIST
   ========================================================= */

.release-list {

    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   COMPACT RELEASE ROW
   ========================================================= */

.release-card {

    display: grid;

    grid-template-columns:
        54px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 18px;

    padding: 18px 20px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.018)
        );

    border: 1px solid
        rgba(255, 255, 255, 0.07);

    border-radius: 14px;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}


.release-card:hover {

    transform: translateY(-2px);

    border-color:
        rgba(13, 110, 253, 0.45);

    background:
        linear-gradient(
            135deg,
            rgba(13, 110, 253, 0.08),
            rgba(255, 255, 255, 0.025)
        );

    box-shadow:
        0 12px 30px
        rgba(0, 0, 0, 0.18);
}


/* =========================================================
   RELEASE ICON
   ========================================================= */

.release-icon {

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 13px;

    background:
        rgba(13, 110, 253, 0.10);

    border: 1px solid
        rgba(13, 110, 253, 0.22);

    color: #6fa8ff;

    font-size: 21px;
}


/* =========================================================
   RELEASE TITLE AREA
   ========================================================= */

.release-title {

    min-width: 0;
}


.release-title h3 {

    margin: 0 0 7px;

    color: #f8fafc;

    font-size: 16px;

    font-weight: 750;

    line-height: 1.35;
}


/* =========================================================
   RELEASE META
   ========================================================= */

.release-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.release-meta span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}



/* =========================================================
   RELEASE DESCRIPTION
   ========================================================= */

.release-description {

    grid-column: 2;

    margin-top: -7px;

    max-width: 720px;

    color: #7f8da3;

    font-size: 12px;

    line-height: 1.5;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================================
   RELEASE DETAILS
   ========================================================= */

/*
   Details are intentionally hidden in the
   compact release list.

   This prevents old releases from becoming
   unnecessarily tall.
*/

.release-details {

    display: none;
}


/* =========================================================
   RELEASE ACTIONS
   ========================================================= */

.release-actions {

    display: flex;

    align-items: center;

    gap: 7px;

    white-space: nowrap;
}


.release-actions a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    min-height: 36px;

    padding: 8px 12px;

    border-radius: 8px;

    font-size: 11px;

    font-weight: 750;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.release-actions a:hover {

    transform: translateY(-1px);
}


/* =========================================================
   RELEASE DOWNLOAD BUTTON
   ========================================================= */

.release-download {

    background: #0d6efd;

    border: 1px solid #0d6efd;

    color: #ffffff;
}


.release-download:hover {

    background: #0b5ed7;

    color: #ffffff;
}


/* =========================================================
   RELEASE GUIDE BUTTON
   ========================================================= */

.release-guide {

    background:
        rgba(255, 255, 255, 0.04);

    border: 1px solid
        rgba(255, 255, 255, 0.10);

    color: #cbd5e1;
}


.release-guide:hover {

    background:
        rgba(255, 255, 255, 0.08);

    color: #ffffff;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.release-empty {

    padding: 70px 25px;

    border: 1px solid
        rgba(255, 255, 255, 0.08);

    border-radius: 18px;

    background:
        rgba(255, 255, 255, 0.025);

    text-align: center;
}


.release-empty h2 {

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 22px;

    font-weight: 800;
}


.release-empty p {

    margin: 0;

    color:
        rgba(244, 247, 251, 0.55);

    font-size: 14px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .releases-hero {

        padding:
            125px 0 60px;
    }


    .latest-release-card {

        padding: 28px;
    }


    .release-card {

        grid-template-columns:
            50px
            minmax(0, 1fr)
            auto;

        gap: 15px;

        padding: 16px 18px;
    }


    .release-icon {

        width: 50px;

        height: 50px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .releases-hero {

        padding:
            110px 0 50px;
    }


    .releases-hero h1 {

        font-size: 40px;
    }


    .releases-hero p {

        font-size: 15px;
    }


    /* -----------------------------
       LATEST RELEASE
    ----------------------------- */

    .latest-release-section {

        padding:
            35px 0 20px;
    }


    .latest-release-card {

        padding: 22px;

        border-radius: 17px;
    }


    .latest-release-content {

        flex-direction: column;

        gap: 16px;
    }


    .latest-release-icon {

        flex-basis: 56px;

        width: 56px;

        height: 56px;

        border-radius: 14px;

        font-size: 23px;
    }


    .latest-release-info h2 {

        font-size: 25px;
    }


    .latest-release-description {

        font-size: 13px;

        line-height: 1.65;
    }


    .latest-release-actions {

        flex-direction: column;
    }


    .latest-release-actions a {

        width: 100%;
    }


    /* -----------------------------
       RELEASE SECTION
    ----------------------------- */

    .releases-section {

        padding:
            45px 0 75px;
    }


    .release-group {

        margin-bottom: 45px;
    }


    /* -----------------------------
       CATEGORY HEADER
    ----------------------------- */

    .release-group-header {

        align-items: flex-start;

        gap: 10px;

        margin-bottom: 14px;

        padding-bottom: 10px;
    }


    .release-group-header h2 {

        font-size: 20px;
    }


    .release-group-header > span {

        font-size: 10px;

        padding: 6px 9px;
    }


    /* -----------------------------
       RELEASE ROW
    ----------------------------- */

    .release-card {

        grid-template-columns:
            44px
            minmax(0, 1fr);

        gap: 12px;

        padding: 15px;

        border-radius: 13px;
    }


    .release-icon {

        width: 44px;

        height: 44px;

        font-size: 18px;
    }


    .release-title h3 {

        font-size: 14px;

        margin-bottom: 6px;
    }


    .release-meta {

        gap: 5px;
    }


    .release-meta span {

        font-size: 9px;

        padding: 4px 7px;
    }


    /* -----------------------------
       DESCRIPTION
    ----------------------------- */

    .release-description {

        grid-column: 1 / -1;

        margin-top: 0;

        max-width: none;

        font-size: 11px;

        line-height: 1.5;
    }


    /* -----------------------------
       ACTIONS
    ----------------------------- */

    .release-actions {

        grid-column: 1 / -1;

        width: 100%;

        display: flex;
    }


    .release-actions a {

        flex: 1;

        min-height: 38px;

        font-size: 10px;

        padding:
            8px 10px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .releases-hero {

        padding:
            100px 0 45px;
    }


    .releases-hero h1 {

        font-size: 34px;

        letter-spacing: -1px;
    }


    .releases-hero p {

        font-size: 14px;
    }


    .latest-release-card {

        padding: 19px;

        border-radius: 15px;
    }


    .latest-release-info h2 {

        font-size: 23px;
    }


    .latest-release-meta span {

        font-size: 10px;

        padding:
            5px 8px;
    }


    .release-group-header {

        align-items: flex-start;

        gap: 8px;
    }


    .release-group-header h2 {

        font-size: 18px;
    }


    .release-group-header > span {

        font-size: 9px;

        padding:
            5px 8px;
    }


    .release-card {

        padding: 13px;

        gap: 10px;
    }


    .release-icon {

        width: 42px;

        height: 42px;

        font-size: 17px;
    }


    .release-title h3 {

        font-size: 13px;
    }


    .release-description {

        font-size: 10px;
    }


    .release-actions {

        gap: 6px;
    }


    .release-actions a {

        min-height: 36px;

        padding:
            7px 8px;

        font-size: 9px;
    }

}

/* ==========================================
   RELEASE META TAGS
========================================== */

.release-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 10px;
}

.release-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 5px 10px;

    min-height: 28px;

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.07);

    color: #aeb8c7;

    font-size: 12px;
    font-weight: 600;

    line-height: 1;

    white-space: nowrap;
}

/* ==========================================
   RELEASE CARD HEADER — FINAL COMPACT LAYOUT
========================================== */

.release-card-header {
    display: grid;

    grid-template-columns: 70px minmax(0, 1fr);

    align-items: start;

    column-gap: 18px;

    min-width: 0;
}


/* ICON */

.release-icon {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}


/* TITLE AREA */

.release-title {
    min-width: 0;

    width: 100%;
}


/* TITLE */

.release-title h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.25;

    white-space: normal;
}


/* META */

.release-meta {
    display: flex;

    align-items: center;

    flex-direction: row;

    flex-wrap: wrap;

    gap: 8px;

    width: 100%;

    margin-top: 10px;
}

.release-meta span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: auto;

    padding: 5px 10px;

    min-height: 28px;

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.07);

    color: #aeb8c7;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    flex: 0 0 auto;
}

/* =========================================================
   RELEASE CARDS — FINAL COMPACT LAYOUT
========================================================= */

.release-card {
    position: relative;

    display: grid;

    grid-template-columns: 82px minmax(0, 1fr) auto;

    grid-template-areas:
        "icon title actions"
        "icon description actions"
        "icon details actions";

    column-gap: 18px;
    row-gap: 8px;

    align-items: start;

    padding: 22px 24px;

    min-height: 150px;

    box-sizing: border-box;
}


/* =========================================================
   CARD HEADER
========================================================= */

.release-card-header {
    display: contents;
}


/* =========================================================
   ICON
========================================================= */

.release-icon {
    grid-area: icon;

    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    flex-shrink: 0;
}


/* =========================================================
   TITLE AREA
========================================================= */

.release-title {
    grid-area: title;

    min-width: 0;
    width: auto;

    display: block;
}


.release-title h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.25;

    white-space: normal;

    overflow-wrap: normal;
}


/* =========================================================
   META TAGS
========================================================= */

.release-meta {
    display: flex !important;

    flex-direction: row !important;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    width: 100%;

    margin-top: 9px;

    min-width: 0;
}


.release-meta span {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    width: auto !important;

    min-width: 0;

    min-height: 28px;

    padding: 5px 10px;

    box-sizing: border-box;

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.07);

    color: #aeb8c7;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    flex: 0 0 auto !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.release-description {
    grid-area: description;

    min-width: 0;

    margin: 0;

    color: #94a3b8;

    font-size: 13px;

    line-height: 1.55;

    max-width: 900px;

    overflow-wrap: break-word;
}


/* =========================================================
   DETAILS
========================================================= */

.release-details {
    grid-area: details;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 10px;

    min-width: 0;

    margin-top: 2px;
}


.release-detail {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 6px 9px;

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.05);
}


.release-detail strong {
    color: #64748b;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;
}


.release-detail span {
    color: #cbd5e1;

    font-size: 11px;

    white-space: nowrap;
}


/* =========================================================
   ACTIONS
========================================================= */

.release-actions {
    grid-area: actions;

    align-self: center;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex-wrap: nowrap;

    gap: 8px;

    white-space: nowrap;
}


.release-actions a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 42px;

    padding: 10px 16px;

    box-sizing: border-box;

    border-radius: 9px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    white-space: nowrap;
}


/* DOWNLOAD */

.release-download {
    background: #0d6efd;

    border: 1px solid #0d6efd;

    color: #ffffff;

    transition:
        background .2s ease,
        transform .2s ease;
}


.release-download:hover {
    background: #0b5ed7;

    color: #ffffff;

    transform: translateY(-1px);
}


/* GUIDE */

.release-guide {
    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.12);

    color: #cbd5e1;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.release-guide:hover {
    background: rgba(255,255,255,.08);

    border-color: rgba(255,255,255,.2);

    color: #ffffff;

    transform: translateY(-1px);
}


/* =========================================================
   RELEASE CARDS — RESPONSIVE
   Desktop layout stays unchanged
========================================================= */


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .release-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 20px;
    }

    .release-actions {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: 5px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .release-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 16px;

        padding: 22px;
    }


    /* -----------------------------------------
       ICON
    ----------------------------------------- */

    .release-icon {
        width: 58px;
        height: 58px;

        flex: 0 0 58px;
    }


    /* -----------------------------------------
       TITLE
    ----------------------------------------- */

    .release-title {
        width: 100%;
    }

    .release-title h3 {
        margin: 0;

        font-size: 20px;
        line-height: 1.3;
    }


    /* -----------------------------------------
       META TAGS
       Version / Stable / Windows stay horizontal
    ----------------------------------------- */

    .release-meta {
        display: flex;

        align-items: center;
        justify-content: flex-start;

        flex-wrap: wrap;

        gap: 7px;

        margin-top: 9px;
    }

    .release-meta span {
        display: inline-flex;

        width: auto;
        min-height: 28px;

        padding: 5px 9px;

        white-space: nowrap;
    }


    /* -----------------------------------------
       DESCRIPTION
    ----------------------------------------- */

    .release-description {
        width: 100%;

        margin: 0;

        font-size: 13px;
        line-height: 1.65;

        color: #94a3b8;
    }


    /* -----------------------------------------
       DETAILS
       OS / FILE / SIZE / RELEASED
    ----------------------------------------- */

    .release-details {
        display: flex;

        flex-wrap: wrap;

        gap: 7px;

        width: 100%;
    }

    .release-detail {
        width: auto;
        min-width: 0;
    }


    /* -----------------------------------------
       ACTIONS
    ----------------------------------------- */

    .release-actions {
        display: flex;

        flex-direction: column;

        width: 100%;

        gap: 9px;

        margin-top: 2px;
    }

    .release-actions a {
        width: 100%;

        justify-content: center;
    }

}


/* =========================================
   SMALL PHONES
========================================= */

@media (max-width: 480px) {

    .release-card {
        padding: 18px;

        border-radius: 16px;
    }


    .release-icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;
    }


    .release-title h3 {
        font-size: 18px;
    }


    .release-meta {
        gap: 6px;
    }


    .release-meta span {
        font-size: 11px;

        min-height: 26px;

        padding: 4px 8px;
    }


    .release-description {
        font-size: 12px;
    }


    .release-details {
        gap: 6px;
    }


    .release-detail {
        font-size: 11px;
    }

}