/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2026 | 08:07:07 */
/* ============================================================
   AUDIOBIBBIA PDF
   ============================================================ */

.audiobibbia-pdf-button {
    position: fixed;
    top: 18px;
    right: 5px;

    width: 46px;
    height: 46px;

    padding: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 14px;

    background: var(--card-color, #fff);

    box-shadow:
        0 5px 18px rgba(0, 0, 0, .15);

    cursor: pointer;

    /*z-index: 998;*/

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.audiobibbia-pdf-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, .20);
}

.audiobibbia-pdf-button img {
    width: 28px;
    height: 28px;

    object-fit: contain;

    display: block;
}


/* ============================================================
   OVERLAY
   ============================================================ */

.audiobibbia-pdf-overlay {
    position: fixed;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, .48);

    opacity: 0;
    visibility: hidden;

    z-index: 99;

    transition:
        opacity .2s ease,
        visibility .2s ease;

    box-sizing: border-box;
}

.audiobibbia-pdf-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}


/* ============================================================
   POPUP
   ============================================================ */

.audiobibbia-pdf-popup {
    position: relative;

    width: min(92vw, 410px);
    max-height: 90vh;

    overflow-y: auto;

    background: var(--card-color, #fff);

    color: var(--text-primary, #222);

    border-radius: 24px;

    padding: 30px 26px;

    box-sizing: border-box;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, .25);

    transform:
        translateY(15px)
        scale(.97);

    transition:
        transform .22s ease;
}

.audiobibbia-pdf-overlay.is-visible
.audiobibbia-pdf-popup {
    transform:
        translateY(0)
        scale(1);
}


/* ============================================================
   CLOSE
   ============================================================ */

.audiobibbia-pdf-close {
    position: absolute;

    top: 12px;
    right: 14px;

    width: 36px;
    height: 36px;

    border: 0;
    border-radius: 50%;

    background: transparent;

    font-size: 27px;
    line-height: 1;

    cursor: pointer;

    color: var(--text-primary, #333);
}


/* ============================================================
   HEADER
   ============================================================ */

.audiobibbia-pdf-content {
    text-align: center;
}

.audiobibbia-pdf-icon {
    font-size: 36px;

    margin-bottom: 7px;
}

.audiobibbia-pdf-content h2 {
    margin: 0 0 8px;

    font-size: 25px;
    line-height: 1.2;
}

.audiobibbia-pdf-subtitle {
    margin: 0 0 24px;

    font-size: 14px;
    line-height: 1.55;

    opacity: .75;
}


/* ============================================================
   LOCK
   ============================================================ */

.audiobibbia-pdf-lock {
    font-size: 42px;
    margin-bottom: 10px;
}

.audiobibbia-pdf-body h3 {
    margin: 0 0 12px;

    font-size: 20px;
}

.audiobibbia-pdf-body p {
    font-size: 15px;
    line-height: 1.55;
}


/* ============================================================
   DONA
   ============================================================ */

.audiobibbia-pdf-donate {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 160px;

    margin-top: 10px;

    padding: 13px 22px;

    border-radius: 999px;

    background: #396f95;
    color: #fff !important;

    text-decoration: none !important;

    font-weight: 700;

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.audiobibbia-pdf-donate:hover {
    transform: translateY(-1px);
    opacity: .92;
}


/* ============================================================
   FORM
   ============================================================ */

.audiobibbia-pdf-form {
    text-align: left;
}

.audiobibbia-pdf-form label {
    display: block;

    margin: 0 0 7px;

    font-size: 14px;
    font-weight: 700;
}

.audiobibbia-pdf-form input,
#audiobibbia-pdf-code {
    width: 100%;

    min-height: 48px;

    padding: 12px 14px;

    box-sizing: border-box;

    border:
        1px solid var(--border-color, #ddd);

    border-radius: 13px;

    background:
        var(--card-color, #fff);

    color:
        var(--text-primary, #222);

    font-size: 16px;

    outline: none;
}

.audiobibbia-pdf-form input:focus,
#audiobibbia-pdf-code:focus {
    border-color: #396f95;

    box-shadow:
        0 0 0 3px rgba(57, 111, 149, .12);
}


/* ============================================================
   SUBMIT
   ============================================================ */

.audiobibbia-pdf-submit {
    width: 100%;

    min-height: 48px;

    margin-top: 15px;

    border: 0;

    border-radius: 999px;

    background: #396f95;
    color: #fff;

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.audiobibbia-pdf-submit:hover {
    transform: translateY(-1px);
}

.audiobibbia-pdf-submit:disabled {
    opacity: .55;
    cursor: wait;
}


/* ============================================================
   VERIFICA
   ============================================================ */

.audiobibbia-pdf-verify-icon {
    font-size: 38px;
    margin-bottom: 7px;
}

.audiobibbia-pdf-verify h3 {
    margin: 0 0 10px;

    font-size: 21px;
}

.audiobibbia-pdf-verify p {
    margin-bottom: 4px;
}

.audiobibbia-pdf-email-display {
    display: block;

    margin-bottom: 22px;

    word-break: break-word;
}

.audiobibbia-pdf-verify label {
    display: block;

    margin-bottom: 7px;

    font-size: 14px;
    font-weight: 700;
}

#audiobibbia-pdf-code {
    text-align: center;

    letter-spacing: 7px;

    font-size: 22px;
    font-weight: 700;
}

.audiobibbia-pdf-back {
    display: block;

    width: 100%;

    margin-top: 10px;

    padding: 9px;

    border: 0;

    background: transparent;

    color: #396f95;

    cursor: pointer;

    font-weight: 600;
}


/* ============================================================
   MESSAGGI
   ============================================================ */

.audiobibbia-pdf-form-message {
    min-height: 20px;

    margin-top: 10px;

    font-size: 13px;

    line-height: 1.4;
}

.audiobibbia-pdf-form-message.error,
.audiobibbia-pdf-error {
    color: #b42318;
}

.audiobibbia-pdf-loading {
    padding: 20px 0;

    font-size: 14px;
    opacity: .7;
}


/* ============================================================
   SUCCESSO
   ============================================================ */

.audiobibbia-pdf-success {
    text-align: center;
}

.audiobibbia-pdf-success-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8f5ed;

    color: #26834a;

    font-size: 30px;
    font-weight: 800;
}

.audiobibbia-pdf-success h3 {
    margin: 0 0 10px;

    font-size: 22px;
}

.audiobibbia-pdf-success p {
    margin-bottom: 5px;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .audiobibbia-pdf-button {
        top: 70px;
        right: 5px;

        width: 42px;
        height: 42px;

        border-radius: 12px;
    }

    .audiobibbia-pdf-button img {
        width: 25px;
        height: 25px;
    }

    .audiobibbia-pdf-popup {
        width: 100%;

        border-radius: 21px;

        padding: 28px 20px 22px;
    }

}