/* ======================================================
   POSTER BASIS
====================================================== */
.fairplay-wrapper {
    margin: 0px auto;
    text-align: center;
}

.fairplay-actions {
    margin-bottom: 20px;
}

.fairplay-actions button {
    font-weight: 600;
}

/* ======================================================
   POSTER
====================================================== */
.fairplay-poster {
    max-width: 820px; /* A4 */
    margin: auto;
    background: #ffffffee;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 48px 56px;
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
    border: 8px solid #1f7a1f; /* groene rand */
}

/* A3 variant */
.fairplay-poster.a3 {
    max-width: 1120px;
    padding: 70px 80px;
}

/* ======================================================
   LOGO
====================================================== */
.fairplay-logo {
    margin-bottom: 24px;
}

.fairplay-logo img {
    height: 80px;
    opacity: .95;
}

/* ======================================================
   TITELS
====================================================== */
.fairplay-title {
    color: #1f7a1f;
    font-weight: 900;
    font-size: 2.6rem;
    margin-bottom: 8px;
}

.fairplay-sub {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

/* ======================================================
   LIJST
====================================================== */
.fairplay-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fairplay-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.45rem;
    text-align: left;
}

.fairplay-item:last-child {
    border-bottom: none;
}

.fairplay-icon {
    font-size: 2.2rem;
    width: 46px;
    text-align: center;
}

/* ======================================================
   SLOTZIN
====================================================== */
.fairplay-highlight {
    margin-top: 45px;
    font-size: 2rem;
    font-weight: 900;
    color: #1f7a1f;
    text-align: center;
}

/* ======================================================
   PRINT / PDF
====================================================== */
@media print {

    body {
        background: #fff !important;
    }

    header,
    nav,
    footer,
    .clubinfo-jeugdhero,
    .fairplay-actions {
        display: none !important;
    }

    .fairplay-poster {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }

    @page {
        size: A3;
        margin: 2cm;
    }
}
