/*
 * IRF v336 - Child archive cards with independent font-size controls.
 * Desktop only. The mobile layout is intentionally untouched.
 */
@media (min-width:821px){
    body.interviews-page .ifx329-children-navigation{
        position:relative;
        isolation:isolate;
        width:min(1180px,calc(100% - 40px));
        margin:18px auto 0;
        padding:22px;
        overflow:hidden;
        border:1px solid rgba(215,174,83,.46);
        border-radius:22px;
        background:
            radial-gradient(circle at 92% 0%,rgba(215,174,83,.105),transparent 34%),
            linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.017));
        box-shadow:0 22px 58px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.035);
    }
    body.interviews-page .ifx329-children-navigation::before{
        content:"";
        position:absolute;
        z-index:-1;
        left:-92px;
        bottom:-132px;
        width:285px;
        height:285px;
        border-radius:50%;
        background:rgba(215,174,83,.065);
        filter:blur(3px);
        pointer-events:none;
    }
    body.interviews-page .ifx329-children-navigation__head{
        display:flex;
        align-items:flex-end;
        justify-content:space-between;
        gap:20px;
        margin-bottom:18px;
    }
    body.interviews-page .ifx329-children-navigation__title{
        display:flex;
        align-items:center;
        gap:12px;
        min-width:0;
    }
    body.interviews-page .ifx329-children-navigation__icon{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        flex:0 0 42px;
        width:42px;
        height:42px;
        border:1px solid rgba(215,174,83,.34);
        border-radius:13px;
        color:#f3d38b;
        background:rgba(215,174,83,.09);
    }
    body.interviews-page .ifx329-children-navigation__icon svg{
        display:block;
        width:23px;
        height:23px;
    }
    body.interviews-page .ifx329-children-navigation__title small{
        display:block;
        margin-bottom:2px;
        color:#f3d38b;
        font-size:var(--ifx329-section-eyebrow-size,10px);
        font-weight:900;
    }
    body.interviews-page .ifx329-children-navigation__title h2{
        margin:0;
        color:#fff;
        font-size:var(--ifx329-section-title-size,20px);
        line-height:1.5;
        font-weight:950;
    }
    body.interviews-page .ifx329-children-navigation__hint{
        flex:0 0 auto;
        color:#9eabb8;
        font-size:var(--ifx329-section-hint-size,11px);
        font-weight:700;
    }
    body.interviews-page .ifx329-children-navigation__links{
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
        gap:12px;
    }
    body.interviews-page .ifx329-child-link{
        position:relative;
        display:flex;
        min-width:0;
        min-height:100px;
        padding:14px 15px 13px;
        flex-direction:column;
        align-items:flex-start;
        justify-content:center;
        overflow:hidden;
        border:1px solid rgba(255,255,255,.09);
        border-radius:16px;
        background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
        color:#fff;
        text-decoration:none;
        box-shadow:0 12px 28px rgba(0,0,0,.16);
        transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    body.interviews-page a.ifx329-child-link:hover,
    body.interviews-page a.ifx329-child-link:focus-visible{
        transform:translateY(-4px);
        border-color:rgba(215,174,83,.62);
        background:linear-gradient(145deg,rgba(215,174,83,.16),rgba(255,255,255,.035));
        box-shadow:0 18px 38px rgba(0,0,0,.27);
        outline:none;
    }
    body.interviews-page .ifx329-child-link::after{
        content:"";
        position:absolute;
        right:-24px;
        bottom:-38px;
        width:92px;
        height:92px;
        border:1px solid rgba(215,174,83,.12);
        border-radius:50%;
        pointer-events:none;
    }
    body.interviews-page .ifx329-child-link small{
        position:relative;
        z-index:1;
        display:block;
        color:#aeb9c4;
        font-size:var(--ifx329-card-label-size,9.5px);
        font-style:normal;
        font-weight:800;
        white-space:nowrap;
    }
    body.interviews-page .ifx329-child-link strong{
        position:relative;
        z-index:1;
        display:block;
        margin-top:4px;
        color:#fff;
        font-size:var(--ifx329-card-title-size,23px);
        line-height:1.3;
        font-weight:950;
        white-space:nowrap;
    }
    body.interviews-page .ifx329-child-link em{
        position:relative;
        z-index:1;
        display:block;
        margin-top:6px;
        color:rgba(255,255,255,.52);
        font-size:var(--ifx329-card-button-size,9px);
        line-height:1;
        font-style:normal;
        font-weight:800;
        opacity:0;
        transform:translateY(3px);
        transition:opacity .22s ease,transform .22s ease;
    }
    body.interviews-page a.ifx329-child-link:hover em,
    body.interviews-page a.ifx329-child-link:focus-visible em{
        opacity:1;
        transform:translateY(0);
    }
    body.interviews-page .ifx329-child-link.is-disabled{
        opacity:.55;
        cursor:not-allowed;
    }
    body.interviews-page .ifx329-child-link.is-disabled em{
        opacity:.85;
        transform:none;
    }
}
@media (max-width:820px){
    body.interviews-page .ifx329-children-navigation{
        display:none!important;
    }
}

/* IRF_V336_CHILD_ARCHIVE_FONT_CONTROLS_CSS_END */
