/* ============================================================
   DEWPOINT PLAYER CHECKOUT PAGE
   Dedicated stylesheet extracted from dewpoint-landing.css.
   This file owns the /checkout interface.
   ============================================================ */

body.dp-route-checkout .dp-inline-checkout{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    zoom:1 !important;
}

body.dp-route-checkout .dp-new-checkout-page{
    width:min(100% - 24px,1180px) !important;
    min-height:0;
    margin:0 auto !important;
    padding:24px 0 36px !important;
    color:#1d3557 !important;
    font-family:inherit !important;
}

.dp-new-checkout-page *,
.dp-new-checkout-page *::before,
.dp-new-checkout-page *::after{
    box-sizing:border-box;
}

.dp-new-checkout-heading{
    display:grid;
    grid-template-columns:105px 1fr 105px;
    align-items:center;
    margin-bottom:10px;
}

.dp-new-checkout-heading h1{
    margin:0;
    text-align:center;
    font-size:30px;
    line-height:1.1;
    color:#1d3557;
}

.dp-new-checkout-heading button{
    appearance:none;
    border:0;
    background:#ffffff;
    color:#1d3557;
    font-weight:700;
    cursor:pointer;
    text-align:left;
}

.dp-new-hold-banner{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:8px;
    min-height:36px;
    margin-bottom:12px;
    padding:7px 12px;
    border:1px solid #d7dee8;
    border-radius:12px;
    background:#ffffff !important;
    color:#1d3557 !important;
}

.dp-new-hold-banner strong{
    color:#1d3557 !important;
    font-size:15px;
}

.dp-new-steps{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:0 0 14px;
}

.dp-new-steps > div{
    position:relative;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:34px;
    color:#1d3557;
    font-weight:700;
}

.dp-new-steps > div::after{
    content:"";
    position:absolute;
    left:36px;
    right:-10px;
    top:16px;
    height:1px;
    background:#d7dee8;
    z-index:0;
}

.dp-new-steps > div:last-child::after{
    display:none;
}

.dp-new-steps i{
    position:relative;
    z-index:1;
    display:grid;
    place-items:center;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#ffffff;
    color:#1d3557;
    font-style:normal;
    font-weight:900;

    border:1px solid #d7dee8;}

.dp-new-steps span{
    position:relative;
    z-index:1;
    padding-right:8px;
    background:#ffffff;
}

.dp-new-steps > div.active{
    color:#1d3557;
}

.dp-new-steps > div.active i{
    background:#ffffff;
    color:#1d3557;

    border:2px solid #1d3557;}

.dp-new-checkout-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:16px;
    align-items:start;
}

.dp-new-main-card,
.dp-new-summary{
    background:#ffffff !important;
    border:1px solid #d7dee8 !important;
    box-shadow:none !important;
}

.dp-new-main-card{
    padding:18px !important;
    border-radius:16px !important;
}

.dp-new-main-card > h2{
    margin:0 0 3px;
    font-size:20px;
    color:#1d3557 !important;
}

.dp-new-subtitle{
    margin:0 0 12px;
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
    line-height:1.35;
}

.dp-new-date-card{
    overflow:hidden;
    margin-bottom:10px;
    border:1px solid #d7dee8;
    border-radius:12px;
    background:#ffffff !important;
}

.dp-new-date-card > header,
.dp-new-date-card > footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    background:#ffffff !important;
}

.dp-new-date-card > header{
    border-bottom:1px solid #d7dee8;
}

.dp-new-date-card > footer{
    border-top:1px solid #d7dee8;
}

.dp-new-date-card article{
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
    gap:18px;
    padding:14px 16px;
    border-bottom:1px solid #d7dee8;
    background:#ffffff !important;
}

.dp-new-date-card article:last-of-type{
    border-bottom:0;
}

.dp-new-date-card article span{
    color:#1d3557 !important;
}

.dp-new-date-card article strong,
.dp-new-date-card footer strong{
    color:#1d3557 !important;
}

.dp-new-discount{
    padding:16px;
    margin:16px 0;
    border:1px solid #d7dee8;
    border-radius:16px;
    background:#ffffff !important;
}

.dp-new-discount > small{
    display:block;
    margin:3px 0 12px;
    color:#1d3557 !important;
}

.dp-new-discount > div{
    display:flex;
    gap:8px;
}

.dp-new-discount button{
    border:1px solid #d7dee8;
    border-radius:999px;
    padding:8px 16px;
    background:#ffffff;
    color:#1d3557;
    font-weight:700;
    cursor:pointer;
}

.dp-new-discount button.selected{
    background:#ffffff;
    border-color:#d7dee8;
    color:#1d3557;

    border:2px solid #1d3557;}

.dp-new-warning{
    margin:16px 0;
    padding:13px 15px;
    border-radius:12px;
    background:#ffffff !important;
    color:#1d3557 !important;
}

.dp-new-terms{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding:16px;
    border:1px solid #d7dee8;
    border-radius:14px;
    background:#ffffff !important;
    color:#1d3557 !important;
}

.dp-new-terms input,
.dp-new-confirm input{
    width:18px;
    height:18px;
    flex:0 0 auto;
}

.dp-new-review-actions{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin-top:20px;
}

.dp-new-review-actions button{
    min-height:44px;
    border-radius:999px;
    padding:0 22px;
    font-weight:800;
    cursor:pointer;
}

.dp-new-review-actions button.text{
    padding-left:0;
    border:0;
    background:#ffffff;
    color:#1d3557;
}

.dp-new-review-actions button.primary{
    border:1px solid #1d3557;
    background:#ffffff;
    color:#1d3557;
}

.dp-new-review-actions button:disabled{
    opacity:.45;
    cursor:not-allowed;
}

.dp-new-summary{
    position:sticky;
    top:110px;
    padding:14px !important;
    border-radius:16px !important;
}

.dp-new-summary > small{
    display:block;
    margin-bottom:9px;
    color:#1d3557 !important;
    font-weight:800;
}

.dp-new-summary section{
    padding-bottom:9px;
    margin-bottom:9px;
    border-bottom:1px solid #d7dee8;
}

.dp-new-summary section > b{
    display:block;
    margin-bottom:5px;
    color:#1d3557;
}

.dp-new-summary article{
    display:grid;
    grid-template-columns:1fr auto;
    gap:6px;
    padding:5px 6px;
    border-radius:10px;
    background:#ffffff !important;
}

.dp-new-summary article + article{
    margin-top:6px;
}

.dp-new-summary article span:last-child{
    color:#1d3557 !important;
    text-align:right;
}

.dp-new-summary-row,
.dp-new-summary-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 0;
}

.dp-new-summary-total{
    border-top:1px solid #d7dee8;
    font-size:17px;
    font-weight:900;
}

.dp-new-summary-total strong{
    color:#1d3557 !important;
    font-size:20px;
}

.dp-new-white-card{
    margin-top:10px;
    padding:12px;
    border:1px solid #d7dee8;
    border-radius:12px;
    background:#ffffff;
    background-image:none;
    color:#1d3557;
    box-shadow:none;
}

.dp-new-white-card *{
    color:#1d3557;
}

.dp-new-amount{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    min-height:54px;
}

.dp-new-amount small{
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.dp-new-amount strong{
    color:#1d3557;
    font-size:23px;
    font-weight:900;
    white-space:nowrap;
}

.dp-new-methods > b{
    display:block;
    margin-bottom:9px;
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
    font-size:14px;
    font-weight:900;
}

.dp-new-methods > div{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
}

.dp-new-methods button{
    position:relative;
    min-height:58px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:2px;
    border:1px solid #d7dee8;
    border-radius:11px;
    background:#ffffff;
    color:#1d3557;
    padding:9px 36px 9px 11px;
    text-align:left;
    font-weight:800;
    cursor:pointer;
    box-shadow:none;
}

.dp-new-methods button.selected{
    border:2px solid #1d3557;
    background:#ffffff;
    color:#1d3557;
    box-shadow:none;
}

.dp-new-methods button:disabled{
    opacity:.42;
    cursor:not-allowed;
}

.dp-new-destination{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
    margin-top:16px;
    padding:18px;
    border:1px solid #d7dee8;
    border-radius:16px;
    background:#ffffff;
    text-align:center;
}

.dp-new-destination > small{
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
}

.dp-new-destination > b{
    margin-top:4px;
    color:#1d3557;
    font-size:18px;
    font-weight:900;
}

.dp-new-destination > span{
    margin-top:2px;
    color:#1d3557;
    font-size:12px;
}

.dp-new-destination > img{
    width:min(230px,80%);
    max-height:230px;
    object-fit:contain;
    margin-top:14px;
    border:1px solid #d7dee8;
    border-radius:14px;
    background:#ffffff;
    padding:8px;
}

.dp-new-receipt > b{
    display:block;
    margin-bottom:12px;
    color:#1d3557;
    font-size:15px;
    font-weight:900;
}

.dp-new-upload{
    min-height:150px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    border:1px dashed #d7dee8;
    border-radius:14px;
    background:#ffffff;
    color:#1d3557;
    cursor:pointer;
}

.dp-new-upload > span{
    font-size:26px;
}

.dp-new-upload > small{
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
}

.dp-new-upload input,
.dp-new-receipt-preview input{
    display:none;
}

.dp-new-receipt-preview{
    display:grid;
    gap:12px;
    padding-top:4px;
}

.dp-new-receipt-preview img{
    width:min(300px,100%);
    max-height:280px;
    object-fit:contain;
    justify-self:center;
    border:1px solid #d7dee8;
    border-radius:14px;
    background:#ffffff;
    padding:6px;
}

.dp-new-receipt-preview label{
    justify-self:center;
    padding:10px 14px;
    border:1px solid #1d3557;
    border-radius:12px;
    background:#ffffff;
    color:#1d3557;
    cursor:pointer;
    font-weight:800;
}

.dp-new-reference{
    display:block;
    margin-top:16px;
}

.dp-new-reference span{
    display:block;
    margin-bottom:7px;
    color:#1d3557;
    font-size:12px;
    font-weight:700;
}

.dp-new-reference input{
    width:100%;
    min-height:46px;
    padding:0 12px;
    border:1px solid #d7dee8;
    border-radius:12px;
    background:#ffffff;
    color:#1d3557;
    outline:none;
    font:inherit;
}

.dp-new-confirm{
    display:flex;
    align-items:flex-start;
    gap:11px;
    margin:16px 0;
    padding:14px;
    border:1px solid #d7dee8;
    border-radius:14px;
    background:#ffffff;
    color:#1d3557;
    cursor:pointer;
}

.dp-new-final-button{
    width:100%;
    min-height:48px;
    margin-top:16px;
    border:1px solid #1d3557;
    border-radius:13px;
    background:#ffffff;
    color:#1d3557;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    box-shadow:none;
}

.dp-new-final-button:disabled{
    opacity:.45;
    cursor:not-allowed;
}

.dp-new-checkout-error{
    margin-bottom:16px;
    padding:12px 14px;
    border:1px solid #d7dee8;
    border-radius:12px;
    background:#ffffff;
    color:#1d3557;
    font-weight:700;
}

.dp-new-checkout-loading{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #d7dee8;
    border-radius:20px;
    background:#ffffff;
}

.dp-new-checkout-loading b{
    font-size:18px;
}

.dp-new-checkout-loading span{
    color:#1d3557;
}

.dp-new-success{
    max-width:700px;
    margin:60px auto;
    padding:48px 36px;
    text-align:center;
    border:1px solid #d7dee8;
    border-radius:22px;
    background:#ffffff;
}

.dp-new-success > span{
    display:grid;
    place-items:center;
    width:64px;
    height:64px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#ffffff;
    color:#1d3557;
    font-size:30px;
    font-weight:900;

    border:2px solid #1d3557;}

.dp-new-success small{
    color:#1d3557;
    font-weight:900;
    letter-spacing:.08em;
}

.dp-new-success h1{
    margin:8px 0;
    color:#1d3557;
}

.dp-new-success p{
    margin-bottom:22px;
    color:#1d3557;
}

.dp-new-success button{
    min-height:46px;
    padding:0 24px;
    border:1px solid #1d3557;
    border-radius:999px;
    background:#ffffff;
    color:#1d3557;
    font-weight:900;
    cursor:pointer;
}

@media (max-width:900px){

    body.dp-route-checkout .dp-new-checkout-page{
        width:min(100% - 24px,100%) !important;
        padding-top:28px !important;
    }

    .dp-new-checkout-layout{
        grid-template-columns:1fr;
    }

    .dp-new-summary{
        position:static;
        order:-1;
    }

    .dp-new-checkout-heading{
        grid-template-columns:70px 1fr 70px;
    }

    .dp-new-checkout-heading h1{
        font-size:28px;
    }
}

@media (max-width:600px){

    .dp-new-checkout-page{
        padding-top:20px !important;
    }

    .dp-new-main-card{
        padding:16px !important;
        border-radius:16px !important;
    }

    .dp-new-steps{
        gap:8px;
    }

    .dp-new-steps span{
        font-size:12px;
    }

    .dp-new-date-card article{
        grid-template-columns:1fr auto;
    }

    .dp-new-date-card article span{
        grid-column:1/-1;
        grid-row:2;
    }

    .dp-new-methods > div{
        grid-template-columns:1fr;
    }

    .dp-new-review-actions{
        flex-direction:column-reverse;
        align-items:stretch;
    }

    .dp-new-review-actions button{
        width:100%;
    }

    .dp-new-summary{
        padding:16px !important;
    }
}


/* =========================================================
   DEWPOINT REAL /CHECKOUT — DESKTOP WIDTH UNLOCK V1
   Neutralize all legacy compact/zoom checkout rules.
   ========================================================= */

/* Full-width checkout section */
body.dp-route-checkout
.dp-site:has(.dp-home-booking .dp-inline-checkout)
> .dp-home-booking{
    display:block !important;

    width:100% !important;
    max-width:none !important;

    margin:0 !important;

    padding:
        18px clamp(18px,3vw,40px) 36px !important;

    min-height:calc(100vh - 90px) !important;

    box-sizing:border-box !important;
}

/* Kill old 760px / 920px / 980px + zoom:.78 rules */
body.dp-route-checkout
.dp-site:has(.dp-home-booking .dp-inline-checkout)
.dp-inline-checkout{
    display:block !important;

    width:100% !important;
    max-width:none !important;

    margin:0 !important;

    position:static !important;
    left:auto !important;
    right:auto !important;

    zoom:1 !important;

    transform:none !important;
    scale:none !important;

    box-sizing:border-box !important;
}

/* Actual new checkout content wrapper */
body.dp-route-checkout
.dp-site:has(.dp-home-booking .dp-inline-checkout)
.dp-inline-checkout
.dp-new-checkout-page{
    width:min(100%,1180px) !important;
    max-width:1180px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    padding:
        4px 0 32px !important;

    zoom:1 !important;
    transform:none !important;
}

/* Desktop: give the booking/payment column plenty of room */
@media (min-width:1100px){

    body.dp-route-checkout
    .dp-new-checkout-layout{
        grid-template-columns:
            minmax(0,1fr) 330px !important;

        gap:16px !important;
    }

    body.dp-route-checkout
    .dp-new-main-card{
        width:100% !important;
        max-width:none !important;
    }

    body.dp-route-checkout
    .dp-new-summary{
        width:100% !important;
        max-width:none !important;
    }
}

/* Large monitors */
@media (min-width:1500px){

    body.dp-route-checkout
    .dp-site:has(.dp-home-booking .dp-inline-checkout)
    .dp-inline-checkout
    .dp-new-checkout-page{
        width:min(90vw,1440px) !important;
    }
}

/* Tablet / mobile remains responsive */
@media (max-width:900px){

    body.dp-route-checkout
    .dp-site:has(.dp-home-booking .dp-inline-checkout)
    > .dp-home-booking{
        padding:
            24px
            14px
            48px !important;
    }

    body.dp-route-checkout
    .dp-site:has(.dp-home-booking .dp-inline-checkout)
    .dp-inline-checkout
    .dp-new-checkout-page{
        width:100% !important;
        max-width:none !important;
    }

    body.dp-route-checkout
    .dp-new-checkout-layout{
        grid-template-columns:1fr !important;
    }
}

/* ===== DEWPOINT CHECKOUT SOLID BOX HEADER THEME ===== */

/*
 * Matches the existing Dewpoint header:
 * #020817 -> #03133f -> #26084d
 *
 * Major box headers use the Dewpoint gradient.
 * Box bodies remain white with dark readable text.
 */

/* ---------------------------------------------------------
   BOOKING CONFIRMATION
   --------------------------------------------------------- */

body.dp-route-checkout .dp-new-success{
    overflow:hidden;
    padding:0 36px 48px;
    background:#ffffff;
    color:#1d3557;
}

body.dp-route-checkout .dp-new-success small{
    display:block;
    width:auto;

    margin:0 -36px 30px;
    padding:17px 24px;

    background:linear-gradient(
        90deg,
        #020817 0%,
        #03133f 48%,
        #26084d 100%
    );

    color:#ffffff;
    -webkit-text-fill-color:#ffffff;

    font-weight:900;
    letter-spacing:.08em;
}

body.dp-route-checkout .dp-new-success > span{
    margin-top:30px;

    background:#ffffff;
    color:#1d3557;

    border-color:#1d3557;
}

body.dp-route-checkout .dp-new-success h1{
    color:#1d3557;
}

body.dp-route-checkout .dp-new-success p{
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
}


/* ---------------------------------------------------------
   WHITE BODY / READABLE NAVY TEXT
   --------------------------------------------------------- */

body.dp-route-checkout
.dp-new-white-card{
    background:#ffffff;
    color:#1d3557;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width:600px){

    body.dp-route-checkout
    .dp-new-success{
        padding:
            0
            20px
            34px;
    }

    body.dp-route-checkout
    .dp-new-success small{
        margin:
            0
            -20px
            26px;

        padding:
            15px
            16px;
    }

    body.dp-route-checkout
    .dp-new-main-card > h2{
        padding:
            13px
            14px;
    }
}

/* ===== END DEWPOINT CHECKOUT SOLID BOX HEADER THEME ===== */


/* =========================================================
   DP-CHECKOUT-02C1
   Regular Review visual ownership moved to checkout-ui.css.
   Payment visual ownership remains in this file.
   ========================================================= */

/* ===== DP-CHECKOUT-02C1 CLEANUP START ===== */
/* Regular checkout cleanup:
   1. Discount options -> same visual language as GCash box
   2. Back/Edit Slots button -> same visual language as Open Play back box
*/

body.dp-route-checkout .dp-checkout-choice-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(136px,136px));
    gap:10px;
    align-items:stretch;
    justify-content:start;
}

body.dp-route-checkout .dp-checkout-choice{
    position:relative;
    width:100%;
    min-height:50px;
    padding:0 14px;
    border:1px solid #cbd5e1;
    border-radius:14px;
    background:#ffffff;
    color:#173f73;
    box-shadow:none !important;
    text-align:center;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:5px;
    font-size:14px;
    font-weight:800;
    line-height:1.1;
    box-sizing:border-box;
}

body.dp-route-checkout .dp-checkout-choice:first-child::before{
    content:none;
    display:block;
    font-size:12px;
    font-weight:500;
    color:#1d3557;
    opacity:.82;
}

body.dp-route-checkout .dp-checkout-choice:last-child::before{
    content:none;
    display:block;
    font-size:12px;
    font-weight:500;
    color:#1d3557;
    opacity:.82;
}

body.dp-route-checkout .dp-checkout-choice[aria-pressed="true"],
body.dp-route-checkout .dp-checkout-choice.is-selected{
    border:2px solid #1d3557 !important;
    background:#1d3557 !important;
    color:#ffffff !important;
}

body.dp-route-checkout .dp-checkout-choice[aria-pressed="true"]::after,
body.dp-route-checkout .dp-checkout-choice.is-selected::after{
    content:none;
    position:absolute;
    right:18px;
    top:18px;
    font-size:22px;
    font-weight:900;
    color:#1d3557;
    line-height:1;
}

body.dp-route-checkout .dp-checkout-voucher{
    gap:8px;
}

body.dp-route-checkout .dp-checkout-voucher-field input{
    min-height:42px;
    border-radius:10px;
}

body.dp-route-checkout .dp-checkout-voucher .dp-checkout-button-primary{
    min-height:42px;
    border:1px solid #1d3557 !important;
    border-radius:11px !important;
    background:#ffffff !important;
    color:#1d3557 !important;
    box-shadow:none !important;
}

body.dp-route-checkout .dp-checkout-actions{
    display:flex;
    flex-direction:column-reverse;
    align-items:stretch;
    gap:8px;
}

body.dp-route-checkout .dp-checkout-actions .dp-checkout-button{
    width:100%;
}

body.dp-route-checkout .dp-checkout-button-secondary{
    min-height:46px;
    padding:0 16px;
    border:2px solid #2a426c !important;
    border-radius:13px !important;
    background:#ffffff !important;
    color:#2a426c !important;
    box-shadow:none !important;
    font-size:14px;
    font-weight:800;
}

body.dp-route-checkout .dp-checkout-button-primary{
    min-height:46px;
    border-radius:13px !important;
}

body.dp-route-checkout .dp-new-checkout-heading button{
    min-height:42px;
    padding:0 14px;
    border:2px solid #2a426c !important;
    border-radius:13px !important;
    background:#ffffff !important;
    color:#2a426c !important;
    box-shadow:none !important;
    font-weight:800;
}

/* mobile */
@media (max-width: 700px){

    body.dp-route-checkout .dp-checkout-choice{
        min-height:76px;
        padding:14px 48px 14px 16px;
        font-size:17px;
    }

    body.dp-route-checkout .dp-checkout-choice[aria-pressed="true"]::after,
    body.dp-route-checkout .dp-checkout-choice.is-selected::after{
        right:14px;
        top:14px;
        font-size:20px;
    }

    body.dp-route-checkout .dp-checkout-button-secondary{
        min-height:64px;
        border-radius:18px !important;
    }
}
/* ===== DP-CHECKOUT-02C1 CLEANUP END ===== */

/* =========================================================
   PAYMENT STAGE KICKER
   Direct owner for the PAYMENT eyebrow label.
   ========================================================= */

.dp-new-kicker{
    display:block;
    margin:0 0 7px;
    color:#1d3557;
    -webkit-text-fill-color:#1d3557;
    opacity:1;
    filter:none;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* =========================================================
   DP-CHECKOUT-02C2
   REGULAR PAYMENT VISUAL OWNER
   Matches Open Play checkout presentation.
   ========================================================= */

@media (max-width:700px){

    .dp-new-methods > div{
        grid-template-columns:1fr;
    }

    .dp-new-methods button{
        min-height:76px;
    }

    .dp-new-destination{
        padding:16px;
    }
}
