/* ==================================================
   CBST BASE STYLES
   ================================================== */
.cbs-wrapper {
    max-width: 700px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

.cbs-toggle { display:flex; background:#f1f1f1; border-radius:10px; overflow:hidden; margin-bottom:20px; }
.cbs-toggle button { flex:1; padding:10px; border:0; background:transparent; cursor:pointer; font-weight:600; }
.cbs-toggle .active { background:#fff; border-radius:10px; }
.cbs-row { display:flex; flex-direction:column; gap:8px; margin-bottom:18px; }
.cbs-row label { display:block; margin-bottom:2px; font-weight:600; }
.cbs-row input, .cbs-row textarea { width:100%; box-sizing:border-box; padding:12px; border:1px solid #ddd; border-radius:8px; font-size:14px; transition:.2s; }
.cbs-row input:focus, .cbs-row textarea:focus { border-color:#2b6cb0; outline:none; }
.cbs-inline { display:flex; gap:10px; }
.cbs-btn { width:100%; padding:14px; background:#2b6cb0; color:#fff; font-weight:600; border:0; border-radius:10px; font-size:16px; cursor:pointer; transition:.2s; }
.cbs-btn:hover { background:#1f4f85; }
.cbs-summary-box { background:#f8f8f8; padding:20px; border-radius:10px; margin-bottom:25px; }

/* ==================================================
   PROFESSIONAL CONFIRM BOOKING PAGE
   ================================================== */
.cbs-confirm-page {
    max-width: 1040px !important;
    margin: 42px auto !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e7e1d5;
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 18px 55px rgba(24, 31, 40, .10) !important;
    color: #1d2733;
}

.cbs-confirm-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:38px 44px 32px;
    border-bottom:1px solid #eee9df;
    background:linear-gradient(180deg,#fff,#fcfbf8);
}
.cbs-eyebrow {
    display:block;
    margin-bottom:8px;
    color:#a07b2c;
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
}
.cbs-confirm-header h2 { margin:0 0 8px; color:#172231; font-size:32px; line-height:1.15; font-weight:700; }
.cbs-confirm-header p { margin:0; color:#69727d; font-size:14px; line-height:1.6; }
.cbs-secure-badge { display:flex; align-items:center; gap:9px; white-space:nowrap; padding:10px 14px; border:1px solid #e4e0d7; border-radius:999px; background:#fff; color:#49525d; font-size:12px; font-weight:700; }
.cbs-secure-icon { display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%; background:#e8f5ec; color:#27824b; font-size:12px; }

.cbs-confirm-grid { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:20px; padding:28px 44px 10px; }
.cbs-ride-card, .cbs-fare-card { border:1px solid #e8e3d9; border-radius:15px; }
.cbs-ride-card { padding:25px; background:#fff; }
.cbs-fare-card { padding:27px; background:#18222d; color:#fff; border-color:#18222d; }
.cbs-section-heading { display:flex; align-items:center; gap:12px; margin-bottom:25px; }
.cbs-section-icon { display:flex; align-items:center; justify-content:center; width:34px; height:34px; flex:0 0 34px; border-radius:10px; background:#f7f0e1; color:#a07b2c; font-size:12px; }
.cbs-section-heading h3 { margin:0 0 3px; color:#1d2733; font-size:17px; font-weight:700; }
.cbs-section-heading span:not(.cbs-section-icon) { color:#89919a; font-size:12px; }
.cbs-route { display:grid; grid-template-columns:25px minmax(0,1fr); gap:14px; }
.cbs-route-line { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:space-between; min-height:128px; padding:5px 0; }
.cbs-route-line > span:nth-child(2) { width:1px; flex:1; margin:5px 0; border-left:1px dashed #cfc8b9; }
.cbs-route-dot { width:11px; height:11px; border-radius:50%; box-sizing:border-box; background:#fff; border:3px solid #a07b2c; z-index:1; }
.cbs-drop-dot { border-color:#303d4a; }
.cbs-route-content { display:flex; flex-direction:column; justify-content:space-between; min-height:128px; gap:22px; }
.cbs-route-stop { min-width:0; }
.cbs-route-label, .cbs-meta-label, .cbs-fare-label { display:block; margin-bottom:6px; color:#9a9fa5; font-size:10px; font-weight:800; letter-spacing:1.3px; }
.cbs-route-stop strong { display:block; color:#25313e; font-size:14px; line-height:1.55; font-weight:600; overflow-wrap:anywhere; }
.cbs-ride-meta { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin-top:25px; padding-top:20px; border-top:1px solid #eeeae3; }
.cbs-ride-meta strong { color:#26313d; font-size:13px; }
.cbs-fare-label { color:#bfa66d; }
.cbs-total-fare { margin-top:4px; color:#fff; font-size:38px; line-height:1.1; font-weight:700; letter-spacing:-1px; }
.cbs-fare-divider { height:1px; margin:23px 0 18px; background:rgba(255,255,255,.14); }
.cbs-fare-breakdown span { display:block; margin-bottom:6px; color:#aeb6be; font-size:11px; }
.cbs-fare-breakdown strong { display:block; color:#fff; font-size:13px; line-height:1.5; }
.cbs-fare-note { margin:23px 0 0; padding-top:17px; border-top:1px solid rgba(255,255,255,.12); color:#aeb6be; font-size:11px; line-height:1.6; }

.cbs-confirm-form { padding:20px 44px 40px; }
.cbs-form-section { padding-top:10px; }
.cbs-form-section > .cbs-section-heading { padding-bottom:3px; }
.cbs-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 18px; }
.cbs-full-row { grid-column:1 / -1; }
.cbs-confirm-form .cbs-row { margin-bottom:20px; gap:7px; }
.cbs-confirm-form .cbs-row label { color:#293542; font-size:13px; }
.cbs-confirm-form .cbs-row label span { color:#9aa1a8; font-weight:400; }
.cbs-confirm-form .cbs-row input, .cbs-confirm-form .cbs-row textarea { border:1px solid #dcdfe2; border-radius:9px; background:#fff; color:#27313c; box-shadow:inset 0 1px 1px rgba(0,0,0,.02); font-size:14px; }
.cbs-confirm-form .cbs-row input { height:48px; }
.cbs-confirm-form .cbs-row textarea { min-height:105px; resize:vertical; line-height:1.5; }
.cbs-confirm-form .cbs-row input::placeholder, .cbs-confirm-form .cbs-row textarea::placeholder { color:#a7adb3; }
.cbs-confirm-form .cbs-row input:focus, .cbs-confirm-form .cbs-row textarea:focus { border-color:#a07b2c; outline:0; box-shadow:0 0 0 3px rgba(160,123,44,.10); }
.cbs-confirm-form .cbs-row small { color:#8b929a; font-size:11px; }

.cbs-payment-box { display:flex; align-items:center; gap:14px; margin:5px 0 18px; padding:17px 18px; border:1px solid #e5e1d9; border-radius:12px; background:#faf9f6; }
.cbs-payment-icon { display:flex; align-items:center; justify-content:center; width:39px; height:39px; flex:0 0 39px; border-radius:10px; background:#18222d; color:#d7b66a; font-weight:800; }
.cbs-payment-copy { min-width:0; flex:1; }
.cbs-payment-copy strong { display:block; margin-bottom:3px; color:#27313c; font-size:13px; }
.cbs-payment-copy span { display:block; color:#858d95; font-size:11px; line-height:1.5; }
.cbs-stripe-mark { color:#5b5f69; font-size:11px; font-weight:800; letter-spacing:1px; }
.cbs-confirm-btn { display:flex; align-items:center; justify-content:space-between; gap:15px; width:100%; min-height:56px; margin:0; padding:0 21px; border-radius:10px; background:#a07b2c; color:#fff; box-shadow:0 8px 18px rgba(160,123,44,.20); font-size:15px; font-weight:700; }
.cbs-confirm-btn:hover { background:#896822; box-shadow:0 10px 22px rgba(160,123,44,.25); }
.cbs-btn-amount { font-size:13px; font-weight:700; opacity:.95; }
.cbs-payment-trust { margin:12px 0 0; color:#8d949b; text-align:center; font-size:10px; line-height:1.5; }

/* Popup compatibility */
.elementor-popup-modal .dialog-widget-content, .elementor-popup-modal .dialog-message, .popup-content, .pum-container { max-height:calc(100vh - 32px) !important; overflow-y:auto !important; overflow-x:hidden !important; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; }
.elementor-popup-modal .cbs-wrapper, .popup-content .cbs-wrapper, .pum-container .cbs-wrapper { margin:16px auto !important; }

/* ==================================================
   WAITING PAGE
   ================================================== */
.cbs-waiting { max-width:900px; margin:60px auto; padding:40px; background:#fff; border-radius:16px; box-shadow:0 12px 35px rgba(0,0,0,.08); text-align:center; }
.cbs-success-icon { width:90px; height:90px; margin:0 auto 25px; border-radius:50%; background:#1FA64A; color:#fff; font-size:48px; font-weight:bold; line-height:90px; }
.cbs-waiting h2 { margin-bottom:15px; font-size:34px; color:#222; }
.cbs-waiting-text { max-width:650px; margin:0 auto 35px; color:#666; line-height:1.7; }
.cbs-status-card { background:#FFF8E6; border-left:5px solid #D4AF37; border-radius:10px; padding:25px; margin:35px 0; }
.cbs-status-card h3 { margin-top:0; margin-bottom:15px; }
#cbs-status { font-size:22px; font-weight:700; color:#B8860B; margin-bottom:15px; }
.cbs-progress { margin:45px 0; }
.cbs-step { padding:18px; margin:12px 0; border-radius:8px; background:#F7F7F7; font-weight:600; }
.cbs-step.done { background:#E8F7EC; color:#1FA64A; }
.cbs-step.active { background:#FFF8E6; color:#B8860B; }
.cbs-help { margin-top:45px; padding:30px; border-radius:10px; background:#F9F9F9; }
.cbs-help h3 { margin-top:0; }

/* ==================================================
   MOBILE
   ================================================== */
@media(max-width:768px){
    .cbs-wrapper { width:calc(100% - 16px); max-width:none; margin:8px auto !important; padding:16px; border-radius:10px; }
    .cbs-row { gap:6px; margin-bottom:12px; }
    .cbs-row label { margin-bottom:2px; }
    .cbs-row input, .cbs-row textarea { box-sizing:border-box; padding:10px; font-size:16px; }
    .cbs-inline { flex-direction:column; }
    .elementor-popup-modal .dialog-widget-content, .elementor-popup-modal .dialog-message, .popup-content, .pum-container { max-height:calc(100dvh - 16px) !important; }

    .cbs-confirm-page { width:calc(100% - 16px) !important; margin:8px auto !important; border-radius:14px !important; }
    .cbs-confirm-header { align-items:flex-start; flex-direction:column; gap:16px; padding:26px 20px 22px; }
    .cbs-confirm-header h2 { font-size:25px; }
    .cbs-confirm-grid { grid-template-columns:1fr; padding:18px 20px 0; }
    .cbs-ride-card, .cbs-fare-card { padding:20px; }
    .cbs-total-fare { font-size:34px; }
    .cbs-confirm-form { padding:15px 20px 25px; }
    .cbs-form-grid { grid-template-columns:1fr; gap:0; }
    .cbs-full-row { grid-column:auto; }
    .cbs-payment-box { align-items:flex-start; }
    .cbs-stripe-mark { display:none; }
    .cbs-confirm-btn { min-height:54px; }
}

/* ==================================================
   MOBILE / TABLET OVERRIDES
   These rules are intentionally scoped and use !important
   where WordPress themes / Elementor can override plugin styles.
   ================================================== */
@media screen and (max-width: 1024px) {
    .cbs-confirm-page {
        width: calc(100% - 24px) !important;
        max-width: none !important;
        margin: 18px auto !important;
        padding: 0 !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .cbs-confirm-page .cbs-confirm-header {
        display: block !important;
        padding: 24px 20px !important;
    }

    .cbs-confirm-page .cbs-confirm-header h2 {
        margin: 0 0 8px !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }

    .cbs-confirm-page .cbs-confirm-header p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .cbs-confirm-page .cbs-eyebrow {
        font-size: 10px !important;
        line-height: 1.4 !important;
        letter-spacing: 1.8px !important;
        margin-bottom: 7px !important;
    }

    .cbs-confirm-page .cbs-secure-badge {
        display: inline-flex !important;
        margin-top: 16px !important;
        padding: 9px 12px !important;
        font-size: 11px !important;
    }

    .cbs-confirm-page .cbs-confirm-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        padding: 14px 16px 0 !important;
    }

    .cbs-confirm-page .cbs-ride-card,
    .cbs-confirm-page .cbs-fare-card {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 18px !important;
        border-radius: 12px !important;
    }

    .cbs-confirm-page .cbs-section-heading {
        gap: 10px !important;
        margin-bottom: 18px !important;
    }

    .cbs-confirm-page .cbs-section-heading h3 {
        margin: 0 0 2px !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
    }

    .cbs-confirm-page .cbs-section-heading span:not(.cbs-section-icon) {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }

    .cbs-confirm-page .cbs-route {
        grid-template-columns: 20px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    .cbs-confirm-page .cbs-route-line,
    .cbs-confirm-page .cbs-route-content {
        min-height: 0 !important;
    }

    .cbs-confirm-page .cbs-route-content {
        gap: 18px !important;
    }

    .cbs-confirm-page .cbs-route-stop strong {
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    .cbs-confirm-page .cbs-route-label,
    .cbs-confirm-page .cbs-meta-label,
    .cbs-confirm-page .cbs-fare-label {
        margin-bottom: 5px !important;
        font-size: 9px !important;
        line-height: 1.3 !important;
        letter-spacing: 1.1px !important;
    }

    .cbs-confirm-page .cbs-ride-meta {
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        margin-top: 20px !important;
        padding-top: 16px !important;
    }

    .cbs-confirm-page .cbs-ride-meta strong {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .cbs-confirm-page .cbs-total-fare {
        margin-top: 3px !important;
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    .cbs-confirm-page .cbs-fare-divider {
        margin: 18px 0 15px !important;
    }

    .cbs-confirm-page .cbs-fare-breakdown span,
    .cbs-confirm-page .cbs-fare-note {
        font-size: 10px !important;
        line-height: 1.5 !important;
    }

    .cbs-confirm-page .cbs-fare-breakdown strong {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    .cbs-confirm-page .cbs-confirm-form {
        padding: 18px 16px 28px !important;
    }

    .cbs-confirm-page .cbs-form-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .cbs-confirm-page .cbs-full-row {
        grid-column: auto !important;
    }

    .cbs-confirm-page .cbs-confirm-form .cbs-row {
        width: 100% !important;
        margin-bottom: 15px !important;
        gap: 6px !important;
    }

    .cbs-confirm-page .cbs-confirm-form .cbs-row label {
        font-size: 12px !important;
        line-height: 1.4 !important;
        font-weight: 700 !important;
    }

    .cbs-confirm-page .cbs-confirm-form .cbs-row input,
    .cbs-confirm-page .cbs-confirm-form .cbs-row textarea,
    .cbs-confirm-page .cbs-confirm-form select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-height: 46px !important;
        padding: 11px 12px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        border-radius: 8px !important;
    }

    .cbs-confirm-page .cbs-confirm-form .cbs-row textarea {
        min-height: 100px !important;
    }

    .cbs-confirm-page .cbs-payment-box {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px !important;
        margin: 4px 0 15px !important;
        padding: 13px !important;
        border-radius: 10px !important;
        box-sizing: border-box !important;
    }

    .cbs-confirm-page .cbs-payment-icon {
        width: 34px !important;
        height: 34px !important;
        flex: 0 0 34px !important;
        border-radius: 8px !important;
    }

    .cbs-confirm-page .cbs-payment-copy strong {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .cbs-confirm-page .cbs-payment-copy span {
        font-size: 10px !important;
        line-height: 1.45 !important;
    }

    .cbs-confirm-page .cbs-stripe-mark {
        display: none !important;
    }

    .cbs-confirm-page .cbs-confirm-btn {
        width: 100% !important;
        min-height: 52px !important;
        padding: 0 16px !important;
        border-radius: 9px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .cbs-confirm-page .cbs-btn-amount {
        font-size: 12px !important;
    }

    .cbs-confirm-page .cbs-payment-trust {
        font-size: 9px !important;
        line-height: 1.45 !important;
    }
}

@media screen and (max-width: 480px) {
    .cbs-confirm-page {
        width: calc(100% - 16px) !important;
        margin: 10px auto !important;
        border-radius: 12px !important;
    }

    .cbs-confirm-page .cbs-confirm-header {
        padding: 21px 16px !important;
    }

    .cbs-confirm-page .cbs-confirm-header h2 {
        font-size: 24px !important;
    }

    .cbs-confirm-page .cbs-confirm-header p {
        font-size: 13px !important;
    }

    .cbs-confirm-page .cbs-confirm-grid {
        padding: 12px 12px 0 !important;
    }

    .cbs-confirm-page .cbs-ride-card,
    .cbs-confirm-page .cbs-fare-card {
        padding: 16px !important;
    }

    .cbs-confirm-page .cbs-route-stop strong {
        font-size: 13px !important;
    }

    .cbs-confirm-page .cbs-ride-meta {
        grid-template-columns: 1fr !important;
    }

    .cbs-confirm-page .cbs-total-fare {
        font-size: 30px !important;
    }

    .cbs-confirm-page .cbs-confirm-form {
        padding: 16px 12px 24px !important;
    }
}

.cbs-manager-page{max-width:760px;margin:40px auto;padding:24px;font-family:inherit}
.cbs-manager-page h2{margin:0 0 20px}
.cbs-manager-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin:0 0 18px;box-shadow:0 4px 18px rgba(0,0,0,.05)}
.cbs-manager-card h3{margin-top:0}
.cbs-manager-card p{margin:10px 0;line-height:1.55}
.cbs-manager-card input[type=number],.cbs-manager-card textarea{width:100%;max-width:100%;box-sizing:border-box;padding:10px;border:1px solid #d1d5db;border-radius:7px}
.cbs-manager-card button{border:0;border-radius:7px;padding:11px 18px;margin:8px 8px 0 0;cursor:pointer;font-weight:600}
.cbs-manager-approve{background:#111827;color:#fff}
.cbs-manager-reject{background:#fee2e2;color:#991b1b}
.cbs-manager-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:12px;margin-bottom:18px}

.cbs-address-hint{
    display:block;
    margin-top:6px;
    line-height:1.5;
    opacity:.8;
}
.cbs-distance-result{margin-top:10px;}
.cbs-distance-loading,.cbs-distance-error,.cbs-distance-box{
    padding:10px 12px;
    border-radius:6px;
    margin-top:8px;
}
.cbs-distance-box{background:#f5f7f9;}
.cbs-distance-error{background:#fff4f4;}


/* PREMIUM BOOKING FORM — ELITE BLACK TRANSPORT */
.cbs-wrapper{max-width:760px;margin:40px auto;padding:34px;background:#fff;border:1px solid #e8e0d0;border-radius:20px;box-shadow:0 20px 55px rgba(0,0,0,.12);font-family:Arial,sans-serif;color:#1d2630;box-sizing:border-box}
.cbs-toggle{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;margin-bottom:30px;background:#f4f2ee;border:1px solid #e6e0d5;border-radius:12px}
.cbs-toggle button{min-height:46px;padding:11px 18px;border:0;border-radius:9px;background:transparent;color:#5e6670;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}
.cbs-toggle button:hover{color:#9b762b}.cbs-toggle .active{background:#1b2530;color:#d8b86a;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.cbs-row{display:flex;flex-direction:column;gap:8px;margin-bottom:21px}.cbs-row label{margin:0;color:#26313c;font-size:13px;font-weight:700}
.cbs-row input,.cbs-row textarea,.cbs-row select{width:100%;min-height:50px;box-sizing:border-box;padding:13px 15px;border:1px solid #d9dce0;border-radius:10px;background:#fff;color:#27313c;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}
.cbs-row input:hover,.cbs-row textarea:hover,.cbs-row select:hover{border-color:#c8c2b7}.cbs-row input:focus,.cbs-row textarea:focus,.cbs-row select:focus{border-color:#a07b2c;outline:none;box-shadow:0 0 0 3px rgba(160,123,44,.11)}
.cbs-row input::placeholder,.cbs-row textarea::placeholder{color:#a2a8af}.cbs-row textarea{min-height:110px;resize:vertical;line-height:1.5}
.cbs-address-hint{display:block;margin:-6px 1px 20px;color:#8a9097;font-size:11px;line-height:1.55}.cbs-address-hint::before{content:'i';display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:6px;border:1px solid #cdbb91;border-radius:50%;color:#9b762b;font-size:10px;font-weight:700}
.cbs-autocomplete-wrapper{position:relative}.cbs-google-suggestions{border:1px solid #ddd8ce!important;border-top:0!important;border-radius:0 0 10px 10px!important;box-shadow:0 12px 28px rgba(0,0,0,.13)!important;overflow:hidden}.cbs-google-suggestion{padding:13px 15px!important;color:#29333e!important;font-size:13px!important;background:#fff!important;border-bottom:1px solid #eeeae3!important}.cbs-google-suggestion:hover{padding-left:18px!important;background:#faf7f0!important}
.cbs-distance-result{margin:-7px 0 20px}.cbs-distance-box{padding:12px 15px!important;border:1px solid #e5dcc9;border-radius:10px!important;background:#faf8f3!important;color:#5f5748;font-size:12px}.cbs-distance-box strong{color:#8f6d27}
.cbs-btn{width:100%;min-height:54px;padding:0 20px;border:0;border-radius:10px;background:#a07b2c;color:#fff;font-size:15px;font-weight:700;letter-spacing:.2px;cursor:pointer;box-shadow:0 8px 18px rgba(160,123,44,.22);transition:background .2s,transform .15s,box-shadow .2s}.cbs-btn:hover{background:#896822;box-shadow:0 10px 22px rgba(160,123,44,.27);transform:translateY(-1px)}.cbs-btn:active{transform:translateY(0)}
.cbs-inline{display:grid;grid-template-columns:1fr 1fr;gap:16px}.elementor-popup-modal .cbs-wrapper,.popup-content .cbs-wrapper,.pum-container .cbs-wrapper{margin:0 auto!important;border:0;border-radius:18px;box-shadow:none}
@media(max-width:768px){.cbs-wrapper{width:calc(100% - 20px);margin:10px auto!important;padding:20px 16px;border-radius:15px}.cbs-toggle{margin-bottom:23px}.cbs-toggle button{min-height:44px;padding:10px;font-size:13px}.cbs-row{margin-bottom:17px}.cbs-row input,.cbs-row textarea,.cbs-row select{min-height:48px;padding:12px 13px;font-size:16px}.cbs-inline{grid-template-columns:1fr;gap:0}.cbs-btn{min-height:52px}}

