/**
 * EMA PDF Downloads.
 * Matches .pdfs from partner-with-us.html.
 */
.elementor-widget-ema_pdfs .pdfs{
    padding: 120px 32px;
    background: #12110F;
    color: #F5EFD9;
}

/* Header */
.elementor-widget-ema_pdfs .pdfs-head{
    max-width: 1280px;
    margin: 0 auto 56px;
}
.elementor-widget-ema_pdfs .pdfs-head .eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #C2A862;
    margin-bottom: 20px;
}
.elementor-widget-ema_pdfs .pdfs-head .eyebrow::before{
    content: "";
    width: 32px;
    height: 2px;
    background: #C2A862;
    flex: 0 0 32px;
}
.elementor-widget-ema_pdfs .pdfs-head h2{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: .98;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #F5EFD9;
    max-width: 880px;
    margin: 0;
}
.elementor-widget-ema_pdfs .pdfs-head h2 em{
    font-style: normal;
    color: #C2A862;
}

/* Grid */
.elementor-widget-ema_pdfs .pdfs-grid{
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Card */
.elementor-widget-ema_pdfs .pdf-card{
    padding: 40px 36px;
    background: rgba(245,239,217,.05);
    border: 2px solid rgba(245,239,217,.18);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
    transition: background .25s, border-color .25s, transform .25s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.elementor-widget-ema_pdfs .pdf-card:hover{
    background: rgba(245,239,217,.1);
    border-color: #C2A862;
    transform: translateY(-4px);
}

/* Icon */
.elementor-widget-ema_pdfs .pdf-icon{
    width: 60px;
    height: 72px;
    background: #A01428;
    color: #F5EFD9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .06em;
    position: relative;
    flex-shrink: 0;
}
.elementor-widget-ema_pdfs .pdf-icon::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #12110F transparent transparent;
}

/* Card content */
.elementor-widget-ema_pdfs .pdf-card-content{
    flex: 1;
}
.elementor-widget-ema_pdfs .pdf-card .tag{
    display: inline-block;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #C2A862;
    margin-bottom: 8px;
}
.elementor-widget-ema_pdfs .pdf-card h3{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: #F5EFD9;
    margin: 0 0 12px;
}
.elementor-widget-ema_pdfs .pdf-card p{
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(245,239,217,.72);
    margin: 0 0 20px;
}
.elementor-widget-ema_pdfs .pdf-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #F5EFD9;
    padding-bottom: 6px;
    border-bottom: 2px solid #F5EFD9;
    transition: gap .25s, color .25s, border-color .25s;
}
.elementor-widget-ema_pdfs .pdf-card:hover .pdf-link{
    gap: 18px;
    color: #C2A862;
    border-color: #C2A862;
}

/* Responsive */
@media (max-width: 1100px){
    .elementor-widget-ema_pdfs .pdfs-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media (max-width: 780px){
    .elementor-widget-ema_pdfs .pdfs{ padding: 60px 16px; }
    .elementor-widget-ema_pdfs .pdfs-head h2{ font-size: 36px; }
    .elementor-widget-ema_pdfs .pdf-card h3{
                font-size: 22px;
    }
    .elementor-widget-ema_pdfs .pdf-card{
        padding: 28px 24px;
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .elementor-widget-ema_pdfs .pdf-icon{
        width: 48px;
        height: 60px;
        font-size: 12px;
    }
}
