.payment-page button.amount {
    font-family: Lato, Arial, sans-serif;
}

.payment-page .btn-sample {
    color: #611bbd;
    border-color: #130269;
}

.payment-page .btn-sample:hover,
.payment-page .btn-sample:focus {
    color: #fff;
    background-color: #49247a;
}


/* ===============================
   GLOBAL
=============================== */

.payment-page {
    color: #555;
}

.payment-page p {
    line-height: 1.8;
}

.payment-page a {
    color: #8a6843;
}

.payment-page a:hover {
    color: #5b432c;
}


/* ===============================
   ALERT
=============================== */

.payment-page .alert {
    position: relative;
    padding: 22px 28px;
    margin: 25px 0 35px;
    background: rgba(176, 139, 87, .08);
    border: 1px solid rgba(176, 139, 87, .3);
    color: #555;
}

.payment-page .alert-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5b432c;
}


/* ===============================
   HEADER ZBIÓRKI
=============================== */

.payment-page .post_header {
    max-width: 900px;
    margin: 0 auto 45px;
    text-align: center;
}

.payment-page .post_info {
    margin-bottom: 20px;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
}

.payment-page .post_info_item {
    color: #777 !important;
}

.payment-page .post_title {
    margin: 0 auto 25px;
    max-width: 850px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.35;
    color: #444 !important;
}

.payment-page .post_title:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 25px auto 0;
    background: #b08b57;
}

.payment-page .post_supporters_title {
    max-width: 800px;
    margin: 30px auto 0;
    padding: 0 25px;
    font-family: Lato, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #666 !important;
}

.payment-page .post_header + br {
    display: none;
}


/* ===============================
   PAYMENT TAB
=============================== */

.payment-page .sc_tabs {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.payment-page .sc_tabs_titles {
    margin: 0 0 35px !important;
    padding: 0 !important;
    text-align: center;
    background: transparent !important;
}

.payment-page .sc_tabs_title {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* przycisk zakładki */
.payment-page .payment-tab-button {
    display: inline-block;
    padding: 14px 35px !important;
    border-radius: 30px;
    background: #b08b57 !important;
    color: #fff !important;
    font-family: Lato, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 6px 15px rgba(176, 139, 87, .25);
    transition: all .3s ease;
}

.payment-page .payment-tab-button:hover {
    background: #8f6b3d !important;
    color: #fff !important;
    cursor: default;
}

/* aktywna zakładka */
.payment-page .sc_tabs_title.ui-tabs-active .payment-tab-button,
.payment-page .sc_tabs_title.active .payment-tab-button {
    background: #5b432c !important;
}

/* zawartość */
.payment-page .sc_tabs_content {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}


/* ===============================
   SIDEBAR
=============================== */

.payment-page .post_sidebar {
    font-family: Lato, Arial, sans-serif;
}

.payment-page .post_sidebar * {
    box-sizing: border-box;
}


/* ===============================
   KWOTY ZBIÓRKI
=============================== */

.payment-page .post_raised {
    position: relative;
    margin: 0 0 32px;
    padding: 0 0 25px;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

/* usuwa dekoracje starego motywu */
.payment-page .post_raised:before {
    display: none !important;
}

/* delikatna linia między sekcjami */
.payment-page .post_raised:not(:last-of-type):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    background: #e8e1d8;
}

/* nazwa wartości */
.payment-page .post_raised_title {
    margin: 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: Lato, Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
    color: #555 !important;
}

/* kwota */
.payment-page .post_raised_amount {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-family: Lato, Arial, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .3px;
    text-align: left !important;
    color: #4a3825 !important;
}

/* Całkowita kwota */
.payment-page .post_raised:nth-of-type(1) .post_raised_amount {
    color: #8b6a38 !important;
}

/* Pozyskane środki */
.payment-page .post_raised:nth-of-type(2) .post_raised_amount {
    color: #39734a !important;
}

/* Brakuje */
.payment-page .post_raised:nth-of-type(3) .post_raised_amount {
    color: #a05252 !important;
}


/* ===============================
   POMÓŻ NAM
=============================== */

.payment-page .post_help {
    margin: 25px 0;
    color: #555 !important;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
}

.payment-page .post_help:first-of-type {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    color: #444 !important;
}

.payment-page .post_help p {
    margin: 0;
}


/* ===============================
   SKARBONKA
=============================== */

.payment-page #sc_skills_diagram_3 {
    margin: 45px 0 35px !important;
    padding: 35px 25px 30px !important;
    background: linear-gradient(
        145deg,
        #fff,
        #faf7f1
    ) !important;
    border: none !important;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(176, 139, 87, .18),
    0 12px 35px rgba(0, 0, 0, .06);
    text-align: center;
}

/* usuwamy pionowy pasek */
.payment-page #sc_skills_diagram_3:before {
    display: none !important;
}

/* koło */
.payment-page .sc_skills_item {
    background: transparent !important;
}

/* procent */
.payment-page .sc_skills_total {
    font-family: Georgia, serif !important;
    font-size: 52px !important;
    font-weight: 600 !important;
    color: #5b432c !important;
}

/* podpis */
.payment-page .sc_skills_info {
    margin-top: 25px;
}

.payment-page .sc_skills_label {
    font-family: Georgia, serif;
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #5b432c !important;
}

.payment-page #sc_skills_diagram_3 .sc_skills_label:before {
    content: "♡";
    display: block;
    margin-bottom: 8px;
    font-size: 32px;
    color: #b08b57;
}

/* opis */
.payment-page #sc_skills_diagram_3:after {
    content: "Każda wpłata przybliża nas do realizacji celu.";
    display: block;
    max-width: 280px;
    margin: 15px auto 0;
    color: #777;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}


/* ===============================
   BANK TRANSFER
=============================== */

.payment-page .payment-bank-section {
    margin-top: 35px;
}

.payment-page .bank-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 35px;
    background: #fff;
    border: 1px solid rgba(176, 139, 87, .35);
    border-left: 6px solid #b08b57;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.payment-page .bank-title {
    margin: 0 0 10px;
    color: #5b432c;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.payment-page .bank-name {
    margin-bottom: 35px;
    color: #666;
    font-size: 16px;
}

.payment-page .bank-account-box {
    margin-bottom: 22px;
    padding: 20px;
    background: #faf8f4;
    border: 1px solid #eee;
    border-radius: 6px;
}

.payment-page .bank-label {
    margin-bottom: 10px;
    color: #806443;
    font-size: 15px;
    font-weight: 700;
}

.payment-page .bank-number {
    color: #222;
    font-family: Lato, Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow-x: auto;
}

.payment-page .bank-small {
    font-size: 20px;
}

.payment-page .bank-note {
    margin-top: 35px;
    padding: 22px;
    background: rgba(176, 139, 87, .1);
    border: 1px solid rgba(176, 139, 87, .25);
    color: #444;
    font-size: 17px;
    line-height: 1.7;
}


/* ===============================
   THANK YOU CONTENT
=============================== */

.payment-page .payment-thank-you {
    max-width: 950px;
    margin: 60px auto 40px;
    padding: 45px 55px;
    background: #fff;
    border: 1px solid rgba(176, 139, 87, .35);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    position: relative;
}

/* złoty akcent */
.payment-page .payment-thank-you:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 35px;
    bottom: 35px;
    width: 6px;
    background: #b08b57;
    border-radius: 0 6px 6px 0;
}

/* nagłówek */
.payment-page .payment-thank-you h4 {
    margin: 0 0 40px;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    color: #5b432c;
    text-align: center;
}

/* treść */
.payment-page .thank-you-content {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.payment-page .thank-you-content p {
    margin-bottom: 25px;
}

.payment-page .highlight-text {
    margin: 40px auto !important;
    padding: 30px 40px !important;
    max-width: none !important;
    background: rgba(176, 139, 87, .08) !important;
    border: 1px solid rgba(176, 139, 87, .25) !important;
    border-left: 5px solid #b08b57 !important;
    border-radius: 6px;
    box-shadow: none !important;
    color: #444 !important;
    font-size: 19px !important;
    line-height: 1.8 !important;
    text-align: center;
}

.payment-page .payment-list {
    margin: 30px 0 40px;
    padding-left: 35px;
}

.payment-page .payment-list li {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555;
}

.payment-page .krs-number {
    font-weight: 700;
    color: #5b432c;
}

.payment-page .quote-signature {
    margin-top: 55px;
    padding-top: 25px;
    border-top: 1px solid rgba(176, 139, 87, .35);
    text-align: right;
    font-family: Georgia, serif;
    font-style: italic;
    color: #806443;
    line-height: 1.8;
}


/* ===============================
   VIDEO DOM MAŁYCH DUSZ
=============================== */

.payment-page .video-section {
    max-width: 950px;
    margin: 60px auto 0;
    padding: 40px;
    background: #fff;
    border: 1px solid rgba(176, 139, 87, .35);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* tytuł */
.payment-page .video-title {
    margin: 0 0 25px;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}

.payment-page .video-title a {
    color: #5b432c !important;
    text-decoration: none;
}

.payment-page .video-title a:hover {
    color: #b08b57 !important;
}

/* opis */
.payment-page .video-description {
    max-width: 850px;
    margin: 0 auto 35px;
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.payment-page .video-description p {
    margin-bottom: 20px;
}

/* video */
.payment-page .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.payment-page .video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* ===============================
   MOBILE THANK YOU
=============================== */

@media (max-width: 768px) {

    /* ===============================
       PODZIĘKOWANIE
    =============================== */
    .payment-page .payment-thank-you {
        margin: 35px 10px;
        padding: 30px 25px;
    }

    .payment-page .payment-thank-you h4 {
        font-size: 20px !important;
        line-height: 1.45 !important;
    }

    .payment-page .thank-you-content {
        font-size: 16px !important;
        line-height: 1.8 !important;
    }

    .payment-page .thank-you-content p {
        margin-bottom: 20px;
    }

    .payment-page .highlight-text {
        margin: 30px 0 !important;
        padding: 22px 18px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .payment-page .payment-list {
        padding-left: 25px;
    }

    .payment-page .payment-list li {
        margin-bottom: 12px;
        line-height: 1.7;
    }

    .payment-page .quote-signature {
        margin-top: 35px;
        text-align: center;
        font-size: 15px;
        line-height: 1.7;
    }


    /* ===============================
       NAGŁÓWEK ZBIÓRKI
    =============================== */
    .payment-page .post_title {
        font-size: 26px !important;
        line-height: 1.35 !important;
    }

    .payment-page .post_supporters_title {
        padding: 0 10px !important;
        font-size: 16px !important;
        line-height: 1.7 !important;
    }


    /* ===============================
       KWOTY ZBIÓRKI
    =============================== */
    .payment-page .post_raised_title {
        white-space: nowrap !important;
        font-size: 15px !important;
    }

    .payment-page .post_raised_amount {
        white-space: nowrap !important;
        font-size: 30px !important;
        letter-spacing: 0 !important;
    }


    /* ===============================
       SKARBONKA
    =============================== */
    .payment-page #sc_skills_diagram_3 {
        padding: 25px 15px !important;
    }

    .payment-page .sc_skills_total {
        font-size: 38px !important;
    }

    .payment-page .sc_skills_label {
        font-size: 22px !important;
    }


    /* ===============================
       PRZELEW BANKOWY
    =============================== */
    .payment-page .bank-title {
        font-size: 21px !important;
        line-height: 1.4;
    }

    .payment-page .bank-name {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .payment-page .bank-account-box {
        overflow: hidden;
    }

    .payment-page .bank-number {
        display: block;
        white-space: nowrap !important;
        overflow-x: auto !important;
        font-size: 18px !important;
        letter-spacing: .5px !important;
        padding-bottom: 5px;
    }

    .payment-page .bank-small {
        font-size: 18px !important;
    }

    .payment-page .bank-note {
        font-size: 15px;
        line-height: 1.6;
        padding: 18px;
    }


    /* ===============================
       VIDEO
    =============================== */
    .payment-page .video-section {
        margin: 35px 10px 0;
        padding: 25px 20px;
    }

    .payment-page .video-title {
        font-size: 21px;
    }

    .payment-page .video-description {
        font-size: 16px;
    }

}
