/*
 * Spotrise offer/account styles.
 * Extracted from PHP templates and includes so account/offers UI is styled consistently.
 */

/* Source: inc/cpt-offer.php:208 */
.ct-offer-gallery-list{
            display:flex;
            flex-wrap:wrap;
            gap:8px;
            margin:0;
            padding:0;
        }
        .ct-offer-gallery-item{
            position:relative;
            width:72px;
            height:72px;
            list-style:none;
            border:1px solid #dcdcde;
            background:#fff;
            cursor:move;
            overflow:hidden;
            border-radius:4px;
            box-sizing:border-box;
        }
        .ct-offer-gallery-thumb{
            width:100%;
            height:100%;
        }
        .ct-offer-gallery-thumb img{
            display:block;
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .ct-offer-gallery-remove{
            position:absolute;
            top:2px;
            right:4px;
            display:inline-block;
            width:18px;
            height:18px;
            line-height:16px;
            text-align:center;
            text-decoration:none;
            background:#fff;
            border-radius:50%;
            color:#b32d2e;
            font-weight:700;
            border:1px solid #dcdcde;
            box-sizing:border-box;
        }
        .ct-offer-gallery-item.ui-sortable-helper{
            box-shadow:0 4px 14px rgba(0,0,0,.15);
        }

/* Source: inc/cpt-offer.php:518 */
.ct-offer-admin-booking-enabled {
            margin: 8px 0 16px;
        }
        .ct-offer-admin-booking-rules {
            display: grid;
            gap: 14px;
        }
        .ct-offer-admin-rule {
            border: 1px solid #dcdcde;
            border-radius: 8px;
            background: #fff;
            padding: 16px;
        }
        .ct-offer-admin-rule.is-conflict {
            border-color: #d63638;
            border-width: 2px;
            box-shadow: 0 0 0 2px rgba(214, 54, 56, .18);
            background: #fff5f5;
        }
        .ct-offer-admin-rule.is-conflict .ct-offer-admin-generator {
            border-color: #d63638;
            background: #fff1f1;
        }
        .ct-offer-admin-rule.is-conflict input,
        .ct-offer-admin-rule.is-conflict select {
            border-color: #d63638;
        }
        .ct-offer-admin-rule.is-conflict input.ct-offer-admin-invalid,
        .ct-offer-admin-rule.is-conflict select.ct-offer-admin-invalid {
            box-shadow: 0 0 0 1px #d63638;
        }
        .ct-offer-admin-conflict-note {
            border-left: 4px solid #d63638;
            background: #fcf0f1;
            color: #1d2327;
            padding: 10px 12px;
            margin: 0 0 12px;
        }
        .ct-offer-admin-conflict-note ul {
            list-style: disc;
            margin: 6px 0 0 20px;
        }
        .ct-offer-admin-rule-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 12px;
        }
        .ct-offer-admin-rule-field label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }
        .ct-offer-admin-rule-field input,
        .ct-offer-admin-rule-field select {
            width: 100%;
            max-width: 100%;
        }
        .ct-offer-admin-days {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 16px;
            margin: 8px 0 14px;
        }
        .ct-offer-admin-generator {
            border: 1px solid #dcdcde;
            border-radius: 8px;
            background: #f6f7f7;
            padding: 14px;
        }
        .ct-offer-admin-preview {
            margin-top: 10px;
            color: #646970;
        }

        .ct-offer-admin-fees {
            border: 1px solid #dcdcde;
            border-radius: 8px;
            background: #fff;
            padding: 14px;
            margin-top: 12px;
        }
        .ct-offer-admin-fees-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }
        .ct-offer-admin-fee-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 120px auto;
            gap: 8px;
            align-items: end;
            margin-bottom: 8px;
        }
        .ct-offer-admin-fee-row label {
            display: block;
            margin-bottom: 4px;
            font-weight: 600;
        }
        .ct-offer-admin-fee-row input {
            width: 100%;
        }
        .ct-offer-admin-fee-row.is-invalid input {
            border-color: #d63638;
            box-shadow: 0 0 0 1px #d63638;
        }
        @media (max-width: 960px) {
            .ct-offer-admin-rule-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 782px) {
            .ct-offer-admin-rule-grid,
            .ct-offer-admin-fees-grid {
                grid-template-columns: 1fr;
            }
            .ct-offer-admin-fee-row {
                grid-template-columns: 1fr;
            }
        }

/* Source: inc/customer-auth.php:996 */
.ct-auth-page .card { border-radius: 1rem; }
        .ct-auth-page .form-label { font-weight: 500; }
        .ct-auth-page .form-control-lg,
        .ct-auth-page .input-group-lg > .form-control,
        .ct-auth-page .input-group-lg > .btn { min-height: 3.25rem; }
        .ct-customer-auth__hp,
        .ct-register-host__hp { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
        .ct-auth-choice { display:block; padding:1rem; border:1px solid rgba(0,0,0,.125); border-radius:1rem; background:#fff; color:inherit; transition:.15s ease; }
        .ct-auth-choice:hover { border-color:rgba(13,110,253,.45); box-shadow:0 .75rem 1.75rem rgba(15,23,42,.08); transform:translateY(-1px); }
        .ct-register-customer__error,
        .ct-login__error { margin-top:.375rem; }

/* Source: inc/form-register-instructor.php:472 */
.ct-register-host {
            max-width: 880px;
        }

        .ct-register-host__hp {
            position: absolute;
            left: -9999px;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

/* Source: inc/frontend-password-reset.php:235 */
.ct-password-reset-page{min-height:70vh;background:#f6f7fb;}
            .ct-password-reset-card{max-width:620px;margin:0 auto;border:0;border-radius:28px;box-shadow:0 18px 45px rgba(15,23,42,.08);}
            .ct-password-reset-card .form-control{min-height:56px;}

/* Source: inc/map-admin.php:44 */
.ct-offer-admin-location-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px 18px;
            margin-bottom: 16px;
        }
        .ct-offer-admin-location-field--full {
            grid-column: 1 / -1;
        }
        .ct-offer-admin-location-field label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }
        .ct-offer-admin-location-field input,
        .ct-offer-admin-location-field select {
            width: 100%;
            max-width: 100%;
        }
        #offer-admin-map {
            height: 420px;
            margin-top: 12px;
            border: 1px solid #dcdcde;
            border-radius: 8px;
            overflow: hidden;
        }
        .ct-offer-admin-location-toolbar {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
            margin: 12px 0;
        }
        .ct-offer-admin-location-status {
            color: #646970;
        }
        .ct-offer-admin-location-status.is-error {
            color: #b32d2e;
        }
        .ct-offer-admin-location-status.is-success {
            color: #008a20;
        }
        @media (max-width: 782px) {
            .ct-offer-admin-location-grid {
                grid-template-columns: 1fr;
            }
        }

/* Source: inc/myaccount-host-panel.php:1165 */
.ct-host-panel__header {
            padding: 24px;
            margin-bottom: 24px;
            border: 1px solid rgba(0, 0, 0, .08);
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
        }
        .ct-host-panel__header--split {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 16px;
        }
        .ct-host-panel__header h2 {
            margin: 0 0 8px;
        }
        .ct-host-panel__header p {
            margin-bottom: 0;
        }
        .ct-host-panel__eyebrow,
        .ct-host-panel__card-kicker {
            display: block;
            margin: 0 0 8px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: #6c757d;
        }
        .ct-host-panel__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 18px;
        }
        .ct-host-panel__card {
            padding: 22px;
            border: 1px solid rgba(0, 0, 0, .08);
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
        }
        .ct-host-panel__card h3 {
            margin-top: 0;
        }
        .ct-host-panel__card p {
            min-height: 72px;
        }
        .ct-host-offers-list__item {
            border-radius: 18px;
        }
        .ct-host-offers-list__thumb {
            min-height: 180px;
        }
        .ct-host-offers-list__thumb-img {
            min-height: 180px;
            object-fit: cover;
        }
        .ct-host-offers-list .badge,
        .ct-host-bookings-list .badge {
            font-weight: 600;
        }
        .ct-host-bookings-list__item {
            border-radius: 18px;
        }
        .ct-host-bookings-list__actions {
            min-height: 100%;
        }
        @media (max-width: 991px) {
            .ct-host-panel__grid {
                grid-template-columns: 1fr;
            }
            .ct-host-panel__card p {
                min-height: 0;
            }
            .ct-host-panel__header--split {
                flex-direction: column;
            }
            .ct-host-offers-list__actions-wrap {
                border-left: 0 !important;
                border-top: 1px solid rgba(0, 0, 0, .08);
            }
        }

/* Source: inc/myaccount-instructor-profile.php:626 */
.ct-myaccount-host-profile__grid {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 16px;
		}
		.ct-myaccount-host-profile__grid .form-row {
			float: none !important;
			width: 100% !important;
			margin: 0 !important;
		}
		.ct-myaccount-host-profile__company {
			display: none;
			margin-top: 10px;
		}
		.ct-myaccount-host-profile__company.is-active {
			display: block;
		}
		@media (max-width: 767px) {
			.ct-myaccount-host-profile__grid {
				grid-template-columns: 1fr;
			}
		}

/* Source: inc/offer-booking.php:2174 */
.ct-booking-admin-after-title{margin:18px 0 18px}.ct-booking-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:10px}
        .ct-booking-admin-card{border:1px solid #dcdcde;border-radius:10px;background:#fff;padding:14px 16px}
        .ct-booking-admin-card h3{margin:0 0 10px;font-size:14px;text-transform:uppercase;letter-spacing:.03em;color:#646970}
        .ct-booking-admin-table{width:100%;border-collapse:collapse}
        .ct-booking-admin-table th{width:34%;text-align:left;vertical-align:top;color:#646970;font-weight:600;padding:7px 8px 7px 0;border-top:1px solid #f0f0f1}
        .ct-booking-admin-table td{vertical-align:top;padding:7px 0;border-top:1px solid #f0f0f1}
        .ct-booking-admin-table tr:first-child th,.ct-booking-admin-table tr:first-child td{border-top:0}
        .ct-booking-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-weight:700;font-size:12px;line-height:1.2}
        .ct-booking-status-pending{background:#fff3cd;color:#664d03}
        .ct-booking-status-confirmed{background:#d1e7dd;color:#0f5132}
        .ct-booking-status-cancelled{background:#e2e3e5;color:#41464b}
        .ct-booking-status-declined{background:#f8d7da;color:#842029}
        .ct-booking-status-expired{background:#e2e3e5;color:#41464b}
        .ct-booking-status-default{background:#f0f0f1;color:#1d2327}
        .ct-booking-list{margin:.25rem 0 0 1.1rem}
        .ct-booking-muted{color:#646970}
        .ct-booking-admin-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}
        .ct-booking-admin-actions .button{justify-content:center;text-align:center;width:100%}
        .ct-booking-admin-notice{border-left:4px solid #00a32a;background:#f0f6ef;padding:8px 10px;margin:8px 0 12px}
        .ct-booking-admin-error{border-left-color:#d63638;background:#fcf0f1}
        @media (max-width: 1100px){.ct-booking-admin-grid{grid-template-columns:1fr}}

/* Source: single-offer.php:165 */
.ct-offer-page{background:#f6f7fb;}
        .ct-offer-hero{padding:48px 0 24px;}
        .ct-offer-gallery-main{position:relative;overflow:hidden;border-radius:24px;background:#e9ecef;min-height:360px;}
        .ct-offer-gallery-main img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;}
        .ct-offer-gallery-placeholder{min-height:360px;background:linear-gradient(135deg,#e9ecef,#f8f9fa);color:#6c757d;}
        .ct-offer-thumb{display:block;border-radius:14px;overflow:hidden;background:#e9ecef;height:92px;}
        .ct-offer-thumb img{width:100%;height:100%;object-fit:cover;}
        .ct-offer-card{border:0;border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.08);}
        .ct-offer-sticky{position:sticky;top:24px;}
        .ct-offer-badge{border:1px solid rgba(13,110,253,.16);background:rgba(13,110,253,.08);color:#0d6efd;font-weight:600;}
        .ct-offer-section{padding:24px 0;}
        .ct-offer-map{height:390px;border-radius:24px;overflow:hidden;background:#e9ecef;}
        .ct-booking-calendar{background:#fff;border:1px solid #e9ecef;border-radius:22px;padding:18px;}
        .ct-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;}
        .ct-calendar-weekday{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6c757d;text-align:center;font-weight:700;padding-bottom:4px;}
        .ct-calendar-day{min-height:48px;border:1px solid #e9ecef;background:#f8f9fa;border-radius:14px;color:#adb5bd;font-weight:600;transition:.15s ease;}
        .ct-calendar-day.is-available{background:#fff;color:#212529;border-color:#ced4da;}
        .ct-calendar-day.is-available:hover{border-color:#0d6efd;box-shadow:0 0 0 .2rem rgba(13,110,253,.12);}
        .ct-calendar-day.is-selected{background:#0d6efd;color:#fff;border-color:#0d6efd;box-shadow:0 10px 20px rgba(13,110,253,.22);}
        .ct-calendar-day.is-today:not(.is-selected){border-color:#0d6efd;color:#0d6efd;}
        .ct-slot-btn{border:1px solid #dee2e6;background:#fff;border-radius:18px;padding:14px 16px;text-align:left;width:100%;transition:.15s ease;}
        .ct-slot-btn:hover{border-color:#0d6efd;box-shadow:0 0 0 .2rem rgba(13,110,253,.10);}
        .ct-slot-btn.is-selected{border-color:#0d6efd;background:#eef5ff;box-shadow:0 0 0 .2rem rgba(13,110,253,.12);}
        .ct-slot-btn.is-in-range{border-color:#0d6efd;background:#f4f8ff;}
        .ct-slot-btn.is-range-edge{background:#e7f1ff;}
        .ct-booking-selection-note{border:1px solid #cfe2ff;background:#f4f8ff;color:#084298;border-radius:16px;padding:12px 14px;font-size:14px;}
        .ct-booking-selection-warning{border:1px solid #f5c2c7;background:#f8d7da;color:#842029;border-radius:16px;padding:12px 14px;font-size:14px;display:none;}
        .ct-slot-time{font-size:18px;font-weight:800;color:#111827;}
        .ct-slot-meta{font-size:13px;color:#6c757d;}
        .ct-price-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:18px;padding:16px;}
        .ct-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:5px 0;font-size:14px;}
        .ct-price-row strong{font-size:18px;}
        .ct-booking-option{display:flex;align-items:flex-start;gap:10px;border:1px solid #e9ecef;background:#fff;border-radius:14px;padding:10px 12px;margin-top:8px;}
        .ct-booking-option:hover{border-color:#b6d4fe;background:#f8fbff;}
        .ct-booking-option .form-check-input{width:18px;height:18px;min-width:18px;min-height:18px;flex:0 0 18px;margin:3px 0 0;cursor:pointer;}
        .ct-booking-options-title{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#6c757d;font-weight:800;margin-top:14px;}
        .ct-booking-summary-empty{border:1px dashed #ced4da;border-radius:18px;padding:20px;color:#6c757d;text-align:center;background:#fff;}
        .ct-booking-login-info{border:1px solid #cfe2ff;background:#f4f8ff;color:#084298;border-radius:18px;padding:14px 16px;}
        .ct-booking-main-cta{box-shadow:0 14px 25px rgba(13,110,253,.22);}
        .ct-booking-modal-card{border:0;border-radius:28px;overflow:hidden;}
        .ct-booking-modal-header{border:0;padding:30px 30px 0;}
        .ct-booking-modal-body{padding:24px 30px 30px;}
        .ct-booking-auth-lead{font-size:20px;line-height:1.45;color:#6c757d;}
        .ct-booking-modal-summary{border:1px solid #e9ecef;background:#f8f9fa;border-radius:18px;padding:14px 16px;}
        .ct-booking-auth-divider{display:flex;align-items:center;gap:14px;color:#adb5bd;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:20px 0;}
        .ct-booking-auth-divider:before,.ct-booking-auth-divider:after{content:'';height:1px;background:#e9ecef;flex:1;}
        .ct-offer-content img{max-width:100%;height:auto;border-radius:16px;}
        @media (max-width:991.98px){.ct-offer-sticky{position:static}.ct-offer-gallery-main,.ct-offer-gallery-main img,.ct-offer-gallery-placeholder{min-height:260px}.ct-offer-map{height:300px}}

/* Source: template-parts/myaccount-host-profile.php:46 */
.ct-myaccount-host-profile-edit {
            max-width: 980px;
        }
        .ct-myaccount-host-profile-edit .ct-host-panel__header {
            padding: 2rem;
            margin-bottom: 1.5rem;
            border: 1px solid rgba(15, 23, 42, .08);
            border-radius: 1.25rem;
            background: #fff;
            box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
        }
        .ct-myaccount-host-profile-edit .ct-host-panel__header h2 {
            font-size: clamp(2rem, 4vw, 3rem);
            line-height: 1.05;
            margin: 0 0 .75rem;
        }
        .ct-myaccount-host-profile-edit .ct-host-panel__header p:last-child {
            margin-bottom: 0;
            color: #4b5563;
            font-size: 1.05rem;
        }
        .ct-myaccount-host-profile-edit__form {
            padding: 2rem;
            border: 1px solid rgba(15, 23, 42, .08);
            border-radius: 1.25rem;
            background: #fff;
            box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
        }
        .ct-myaccount-host-profile-edit__form .row.g-3 {
            row-gap: 1.25rem;
        }
        .ct-myaccount-host-profile-edit__form .form-label {
            margin-bottom: .5rem;
            font-weight: 600;
            color: #1f2937;
        }
        .ct-myaccount-host-profile-edit__form .form-control,
        .ct-myaccount-host-profile-edit__form .form-select {
            min-height: 3.25rem;
            border-color: rgba(15, 23, 42, .16);
            border-radius: .85rem;
            box-shadow: none;
            font-size: 1rem;
        }
        .ct-myaccount-host-profile-edit__form .form-control:focus,
        .ct-myaccount-host-profile-edit__form .form-select:focus {
            border-color: rgba(13, 110, 253, .7);
            box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .12);
        }
        .ct-myaccount-host-profile-edit__form .form-text {
            margin-top: .45rem;
            color: #6b7280;
        }
        .ct-myaccount-host-profile-edit__form .btn-lg,
        .ct-myaccount-host-profile-edit__form .btn {
            border-radius: .85rem;
        }
        .ct-myaccount-host-profile-edit__form .btn-primary {
            box-shadow: 0 10px 20px rgba(13, 110, 253, .18);
        }
        .ct-myaccount-host-profile-edit .woocommerce-error,
        .ct-myaccount-host-profile-edit .woocommerce-message,
        .ct-myaccount-host-profile-edit .woocommerce-info {
            border-radius: 1rem;
            margin-bottom: 1.25rem;
        }
        .ct-myaccount-host-profile-edit #ri-host-map {
            min-height: 380px;
            border-radius: 1rem;
            border: 1px solid rgba(15, 23, 42, .14);
            overflow: hidden;
            background: #f8fafc;
        }
        .ct-myaccount-host-profile-edit #ri-host-map.is-invalid {
            border-color: #dc3545;
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .12);
        }
        .ct-myaccount-host-profile-edit__error:empty {
            display: none !important;
        }
        .ct-myaccount-host-profile-edit .is-invalid + .ct-myaccount-host-profile-edit__error,
        .ct-myaccount-host-profile-edit .ct-myaccount-host-profile-edit__error:not(:empty) {
            display: block !important;
        }
        .woocommerce-account .woocommerce-MyAccount-navigation ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem;
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }
        .woocommerce-account .woocommerce-MyAccount-navigation a {
            display: block;
            padding: .8rem 1rem;
            border: 1px solid rgba(15, 23, 42, .12);
            border-radius: .85rem;
            text-decoration: none;
            color: #1f2937;
            background: #fff;
            transition: .15s ease;
        }
        .woocommerce-account .woocommerce-MyAccount-navigation a:hover,
        .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
            color: #0d6efd;
            border-color: rgba(13, 110, 253, .45);
            background: rgba(13, 110, 253, .06);
        }
        @media (max-width: 767px) {
            .ct-myaccount-host-profile-edit .ct-host-panel__header,
            .ct-myaccount-host-profile-edit__form {
                padding: 1.25rem;
                border-radius: 1rem;
            }
            .ct-myaccount-host-profile-edit #ri-host-map {
                min-height: 320px;
            }
        }

/* Source: template-parts/offer-add.php:216 */
.offer-panel {
    max-width: 1140px;
}

.offer-errors {
    display: none;
}

.offer-errors.is-visible {
    display: block;
}

.offer-hidden-checkbox {
    display: none !important;
}

.offer-media-card img,
.js-featured-existing-card img,
.js-featured-new-preview img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.offer-media-card.is-removed,
.js-featured-existing-card.is-removed {
    opacity: .45;
}

.offer-counter.is-over {
    color: var(--bs-danger);
    font-weight: 600;
}

.offer-location-map {
    min-height: 360px;
    border-radius: .75rem;
    border: 1px solid rgba(0, 0, 0, .125);
    overflow: hidden;
}

.offer-location-status.is-error {
    color: var(--bs-danger);
}

.offer-location-status.is-success {
    color: var(--bs-success);
}

.availability-rule.is-conflict {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .18);
    background-color: #fff5f5;
}

.availability-rule.is-conflict > .card-body {
    background-color: #fff5f5;
}

.availability-rule.is-conflict .border.rounded {
    border-color: #dc3545 !important;
    background-color: #fff1f1 !important;
}

.availability-rule.is-conflict .form-control,
.availability-rule.is-conflict .form-select,
.availability-rule.is-conflict .form-check-input {
    border-color: #dc3545 !important;
}

.availability-conflict-note {
    border-left: .35rem solid #dc3545;
}

.availability-fee-row.is-invalid .form-control {
    border-color: var(--bs-danger) !important;
}

/* Source: template-parts/register-host.php:115 */
#ri-host-map {
                                min-height: 360px;
                                border-radius: .75rem;
                                border: 1px solid rgba(0, 0, 0, .125);
                                overflow: hidden;
                            }

/* Source: woocommerce/myaccount/form-edit-account.php:136 */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem;
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation a {
        display: block;
        padding: .8rem 1rem;
        border: 1px solid rgba(15, 23, 42, .12);
        border-radius: .85rem;
        text-decoration: none;
        color: #1f2937;
        background: #fff;
        transition: .15s ease;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation a:hover,
    .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
        color: #0d6efd;
        border-color: rgba(13, 110, 253, .45);
        background: rgba(13, 110, 253, .06);
    }
    .ct-account-details .card { border-radius: 1rem; }
    .ct-account-details .form-label { font-weight: 500; }
    .ct-account-details .form-control-lg,
    .ct-account-details .input-group-lg > .form-control,
    .ct-account-details .input-group-lg > .btn { min-height: 3.25rem; }
    .ct-account-details__error:empty { display: none !important; }
    .ct-account-details__password-rules { padding: 1rem; border: 1px solid rgba(15, 23, 42, .12); border-radius: .85rem; background: #f8fafc; }


/* Source: inline style attributes moved from PHP templates */
.ct-myaccount-host-profile__separator { margin: 24px 0; }
.ct-myaccount-host-profile__password-help { margin-top: 8px; }
#ri-admin-host-map { height: 380px; max-width: 820px; border: 1px solid #c3c4c7; border-radius: 4px; }
.ct-offer-gallery-hint { font-size: 12px; color: #666; margin: 8px 0 0; }
.ct-offer-admin-rule-grid--generator { margin-top: 12px; }
.ct-offer-admin-validation-list { list-style: disc; margin-left: 20px; }
#offers-map { height: 600px; }
.offer-featured-card { max-width: 320px; }
.ct-is-hidden { display: none !important; }

/* Front page marketplace */
:root{
    --sp-text:#111827;
    --sp-muted:#64748b;
    --sp-border:rgba(15,23,42,.10);
    --sp-soft:#f6f7fb;
    --sp-card:#ffffff;
    --sp-shadow:0 12px 28px rgba(15,23,42,.08);
    --sp-radius:20px;
}
body.body{background:#fff;color:var(--sp-text);}
.header{position:sticky;top:0;z-index:1040;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,.08);}
.header>.container{min-height:64px;justify-content:space-between!important;gap:18px;}
.top-brand{display:inline-flex;align-items:center;text-decoration:none;color:#111827;font-weight:900;letter-spacing:-.04em;font-size:22px;}
.top-brand:before{content:'Spotrise';}
.topnav{margin-left:auto;}
.main-menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none;}
.main-menu a{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border-radius:999px;color:#111827;text-decoration:none;font-weight:700;font-size:13px;}
.main-menu a:hover{background:#f1f5f9;color:#111827;}
.burger{display:none;width:40px;height:40px;border-radius:999px;border:1px solid var(--sp-border);align-items:center;justify-content:center;text-decoration:none;}
.burger div,.burger:before,.burger:after{content:'';display:block;width:19px;height:2px;background:#111827;border-radius:999px;transition:.18s ease;}
.burger:before{transform:translateY(-7px);position:absolute;}
.burger:after{transform:translateY(7px);position:absolute;}
.ct-home-page{background:linear-gradient(180deg,#fff 0,#f8fafc 46%,#fff 100%);overflow:hidden;}
.ct-home-hero{position:relative;padding:34px 0 16px;}
.ct-home-hero:before{content:'';position:absolute;inset:-180px -18vw auto auto;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(13,110,253,.12),rgba(13,110,253,0) 68%);pointer-events:none;}
.ct-home-hero__inner{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 2px;}
.ct-home-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;white-space:nowrap;}
.ct-home-hero__actions .btn{min-height:40px;padding:.5rem 1rem;font-size:14px;font-weight:800;}
.ct-home-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.11em;color:#0d6efd;}
.ct-home-eyebrow:before{content:'';width:7px;height:7px;border-radius:999px;background:#0d6efd;box-shadow:0 0 0 5px rgba(13,110,253,.12);}
.ct-home-hero h1{max-width:780px;margin:0;font-size:clamp(30px,4.1vw,52px);line-height:1.02;letter-spacing:-.055em;font-weight:950;color:#0f172a;}
.ct-home-lead{max-width:720px;margin:12px 0 0;color:var(--sp-muted);font-size:clamp(14px,1.25vw,17px);line-height:1.45;}
.ct-home-search-wrap{position:sticky;top:64px;z-index:1030;padding:8px 0 10px;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.88));backdrop-filter:blur(14px);}
.ct-home-search{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(145px,1fr)) auto;gap:8px;align-items:stretch;padding:8px;border:1px solid var(--sp-border);border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.07);}
.ct-home-search__field{display:flex;flex-direction:column;justify-content:center;min-height:48px;padding:6px 14px;border-right:1px solid rgba(15,23,42,.09);}
.ct-home-search__field label{font-size:11px;font-weight:900;letter-spacing:.035em;color:#0f172a;margin-bottom:1px;}
.ct-home-search__field input,.ct-home-search__field select{width:100%;border:0;background:transparent;color:#475569;outline:0;font-size:14px;line-height:1.2;padding:0;}
.ct-home-search__actions{display:flex;align-items:center;gap:4px;padding-right:2px;}
.ct-home-search__actions .btn-dark{min-width:92px;min-height:44px;font-weight:800;font-size:14px;}
.ct-home-search__actions .btn-link{font-size:13px;text-decoration:none;}
.ct-home-map-strip{padding:10px 0 24px;}
.ct-home-map-panel{position:relative;overflow:hidden;border:1px solid var(--sp-border);border-radius:22px;background:#fff;box-shadow:var(--sp-shadow);}
.ct-home-map-panel--wide{width:100%;}
.ct-home-map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:10px 14px;border-bottom:1px solid rgba(15,23,42,.08);background:#fff;}
.ct-home-map-toolbar strong{display:block;font-size:14px;line-height:1.15;color:#0f172a;}
.ct-home-map-toolbar span{display:block;color:var(--sp-muted);font-size:12px;line-height:1.25;}
.ct-home-map-count{display:inline-flex!important;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#334155!important;font-weight:800;white-space:nowrap;}
.ct-home-map{height:clamp(260px,28vh,340px);background:#e2e8f0;}
.ct-home-map-empty{position:absolute;left:50%;top:calc(50% + 24px);z-index:500;transform:translate(-50%,-50%);width:min(300px,calc(100% - 48px));padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.95);box-shadow:0 14px 32px rgba(15,23,42,.15);text-align:center;font-size:13px;font-weight:800;color:#475569;}
.ct-home-map-price-pin{background:transparent;border:0;}
.ct-home-map-price-pin span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;max-width:96px;padding:6px 10px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#fff;color:#0f172a;box-shadow:0 8px 20px rgba(15,23,42,.16);font-weight:900;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ct-home-map-popup{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;color:#0f172a;text-decoration:none;}
.ct-home-map-popup img,.ct-home-map-popup__placeholder{width:72px;height:72px;border-radius:14px;object-fit:cover;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:24px;}
.ct-home-map-popup__body{display:flex;min-width:0;flex-direction:column;gap:3px;}
.ct-home-map-popup strong{font-size:14px;line-height:1.2;}
.ct-home-map-popup small{color:#64748b;font-size:12px;line-height:1.3;}
.ct-home-map-popup em{font-style:normal;font-weight:900;font-size:13px;color:#0d6efd;}
.leaflet-popup-content{margin:10px;}
.leaflet-popup-content-wrapper{border-radius:18px;box-shadow:0 16px 40px rgba(15,23,42,.16);}
.ct-home-marketplace{padding:2px 0 64px;}
.ct-home-marketplace__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 16px;padding:0 2px;}
.ct-home-marketplace__head h2{margin:0;font-size:clamp(24px,2.7vw,36px);letter-spacing:-.04em;font-weight:950;color:#0f172a;}
.ct-home-marketplace__head p{margin:5px 0 0;color:var(--sp-muted);font-size:14px;}
.ct-home-marketplace__head .btn{min-height:38px;padding:.45rem .9rem;font-size:13px;font-weight:800;}
.ct-home-offers-grid{display:grid;grid-template-columns:1fr;gap:14px;}
.ct-home-offer-card{overflow:hidden;border:1px solid var(--sp-border);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;}
.ct-home-offer-card:hover{transform:translateY(-2px);border-color:rgba(13,110,253,.22);box-shadow:0 14px 32px rgba(15,23,42,.09);}
.ct-home-offer-card__media{position:relative;display:block;aspect-ratio:1.16/1;background:#e2e8f0;overflow:hidden;color:inherit;text-decoration:none;}
.ct-home-offer-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease;}
.ct-home-offer-card:hover .ct-home-offer-card__media img{transform:scale(1.03);}
.ct-home-offer-card__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:34px;background:linear-gradient(135deg,#eff6ff,#f8fafc);}
.ct-home-offer-card__price{position:absolute;left:9px;bottom:9px;display:inline-flex;align-items:center;max-width:calc(100% - 18px);min-height:29px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(15,23,42,.14);color:#0f172a;font-weight:900;font-size:12px;line-height:1;}
.ct-home-offer-card__body{padding:10px 10px 11px;}
.ct-home-offer-card__badges{display:flex;flex-wrap:nowrap;gap:5px;margin-bottom:7px;min-height:21px;overflow:hidden;}
.ct-home-offer-card__badges span{display:inline-flex;max-width:100%;padding:4px 7px;border-radius:999px;background:#eff6ff;color:#0d6efd;font-size:10.5px;font-weight:800;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ct-home-offer-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;margin:0 0 7px;font-size:14.5px;line-height:1.18;font-weight:900;letter-spacing:-.02em;}
.ct-home-offer-card h3 a{color:#0f172a;text-decoration:none;}
.ct-home-offer-card h3 a:hover{color:#0d6efd;}
.ct-home-offer-card p{display:none;}
.ct-home-offer-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:7px;border-top:1px solid rgba(15,23,42,.07);font-size:12px;line-height:1.2;}
.ct-home-offer-card__footer span{color:#475569;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ct-home-offer-card__footer a{display:none;}
.ct-home-pagination{margin-top:24px;}
.ct-home-pagination ul{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;padding:0;list-style:none;}
.ct-home-pagination a,.ct-home-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:999px;border:1px solid var(--sp-border);background:#fff;text-decoration:none;font-weight:800;font-size:13px;color:#0f172a;}
.ct-home-pagination .current{background:#0f172a;color:#fff;border-color:#0f172a;}
.ct-home-empty{padding:46px 20px;border:1px dashed rgba(15,23,42,.18);border-radius:24px;background:#fff;text-align:center;}
.ct-home-empty h3{font-weight:950;letter-spacing:-.03em;}
@media (min-width:576px){
    .ct-home-offers-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:768px){
    .ct-home-offers-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (min-width:992px){
    .ct-home-offers-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media (min-width:1200px){
    .ct-home-offers-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:15px;}
}
@media (min-width:1600px){
    .ct-home-offers-grid{gap:16px;}
}
@media (max-width:1199.98px){
    .ct-home-search{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:24px;}
    .ct-home-search__field{border-right:0;border-bottom:1px solid rgba(15,23,42,.08);}
    .ct-home-search__actions{grid-column:1/-1;justify-content:flex-end;padding:2px 6px 2px 0;}
    .ct-home-map{height:300px;}
}
@media (max-width:991.98px){
    .topnav{display:none;position:absolute;left:12px;right:12px;top:64px;padding:12px;border:1px solid var(--sp-border);border-radius:20px;background:#fff;box-shadow:var(--sp-shadow);}
    body.responsive .topnav{display:block;}
    .main-menu{display:block;}
    .main-menu a{display:flex;width:100%;}
    .burger{display:inline-flex;position:relative;}
    body.responsive .burger div{opacity:0;}
    body.responsive .burger:before{transform:rotate(45deg);}
    body.responsive .burger:after{transform:rotate(-45deg);}
    .ct-home-hero{padding-top:28px;}
    .ct-home-hero__inner{align-items:flex-start;flex-direction:column;gap:14px;}
    .ct-home-hero__actions{justify-content:flex-start;}
    .ct-home-search-wrap{position:relative;top:auto;padding-top:4px;}
    .ct-home-marketplace__head{align-items:flex-start;flex-direction:column;gap:12px;}
}
@media (max-width:767.98px){
    .header>.container{min-height:60px;}
    .topnav{top:60px;}
    .ct-home-hero{padding:24px 0 12px;}
    .ct-home-hero h1{font-size:30px;}
    .ct-home-search{grid-template-columns:1fr;border-radius:22px;}
    .ct-home-search__field{min-height:46px;}
    .ct-home-search__actions{justify-content:stretch;padding:2px;}
    .ct-home-search__actions .btn{flex:1;}
    .ct-home-map-strip{padding:8px 0 18px;}
    .ct-home-map-toolbar{align-items:flex-start;flex-direction:column;gap:7px;}
    .ct-home-map{height:260px;}
    .ct-home-marketplace{padding-bottom:46px;}
}

/* Compact marketplace map expand/collapse + archive page */
.ct-home-map-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.ct-home-map-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:900;line-height:1;white-space:nowrap;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;}
.ct-home-map-toggle:hover{background:#1e293b;box-shadow:0 8px 18px rgba(15,23,42,.16);transform:translateY(-1px);}
.ct-home-map-toggle:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px;}
.ct-home-map-panel.is-expanded .ct-home-map{height:clamp(520px,64vh,760px);}
.ct-home-map-panel.is-expanded .ct-home-map-toggle{background:#fff;color:#0f172a;border-color:rgba(15,23,42,.16);}
.ct-home-hero--archive{padding:30px 0 14px;}
.ct-offer-archive-page .ct-home-marketplace{padding-top:0;}
.ct-offer-archive-page .ct-home-marketplace__head h2{font-size:clamp(22px,2.4vw,34px);}
@media (max-width:991.98px){
    .ct-home-map-panel.is-expanded .ct-home-map{height:520px;}
}
@media (max-width:575.98px){
    .ct-home-map-actions{width:100%;justify-content:space-between;}
    .ct-home-map-toggle{flex:1;}
    .ct-home-map-panel.is-expanded .ct-home-map{height:460px;}
}

/* UX/UI polish pass */
html{scroll-behavior:smooth;}
body.body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
a,button,input,select,textarea{touch-action:manipulation;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.btn:focus-visible{outline:3px solid rgba(13,110,253,.26)!important;outline-offset:2px;box-shadow:none!important;}
.ct-skip-link{position:fixed;left:16px;top:12px;z-index:99999;transform:translateY(-140%);padding:10px 14px;border-radius:999px;background:#0f172a;color:#fff;text-decoration:none;font-weight:900;font-size:13px;box-shadow:0 12px 32px rgba(15,23,42,.24);transition:transform .15s ease;}
.ct-skip-link:focus{transform:translateY(0);color:#fff;}
.header>.container-fluid{min-height:64px;justify-content:space-between!important;gap:18px;}
.top-brand:before{content:none!important;}
.top-brand{flex:0 0 auto;gap:9px;max-width:220px;}
.top-brand__mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#0f172a;color:#fff;font-size:17px;line-height:1;font-weight:950;letter-spacing:-.04em;box-shadow:0 10px 22px rgba(15,23,42,.14);}
.top-brand__text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.topnav{min-width:0;overflow-x:auto;scrollbar-width:none;}
.topnav::-webkit-scrollbar{display:none;}
.main-menu{white-space:nowrap;}
.main-menu a{letter-spacing:-.01em;}
.main-menu .current-menu-item>a,.main-menu .current-menu-ancestor>a{background:#eef5ff;color:#0d6efd;}
.burger{appearance:none;background:#fff;padding:0;cursor:pointer;}
.burger span,.burger div,.burger:before,.burger:after{content:'';display:block;width:19px;height:2px;background:#111827;border-radius:999px;transition:.18s ease;}
.burger:before,.burger:after{position:absolute;}
body.responsive .burger span{opacity:0;}
body.responsive .burger:before{transform:rotate(45deg);}
body.responsive .burger:after{transform:rotate(-45deg);}
.main-submenu-toggle{display:none;appearance:none;border:0;background:transparent;width:34px;height:34px;border-radius:999px;position:absolute;right:4px;top:3px;}
.main-submenu-toggle:after{content:'+';font-weight:900;color:#0f172a;}
.main-menu .menu-item-has-children{position:relative;}
.ct-home-page{min-height:70vh;}
.ct-home-hero h1,.ct-home-marketplace__head h2{font-variation-settings:normal;}
.ct-home-lead{color:#526174;}
.ct-home-search{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;}
.ct-home-search:focus-within{border-color:rgba(13,110,253,.34);box-shadow:0 14px 34px rgba(15,23,42,.10),0 0 0 4px rgba(13,110,253,.06);}
.ct-home-search__field input::placeholder{color:#94a3b8;}
.ct-home-search__field select{cursor:pointer;}
.ct-home-search__actions .btn-dark{background:#0f172a;border-color:#0f172a;}
.ct-home-search__actions .btn-link{color:#64748b;font-weight:800;}
.ct-home-search__actions .btn-link:hover{color:#0f172a;background:#f1f5f9;border-radius:999px;}
.ct-home-map-toolbar{position:relative;z-index:501;}
.ct-home-map-toolbar strong,.ct-home-map-count,.ct-home-map-toggle{letter-spacing:-.01em;}
.ct-home-map .leaflet-control-zoom a{border-radius:10px!important;color:#0f172a!important;font-weight:900;}
.ct-home-map .leaflet-control-attribution{font-size:10px;}
.ct-home-map-price-pin span{transition:transform .14s ease,box-shadow .14s ease;}
.ct-home-map-price-pin span:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.20);}
.ct-home-offer-card{min-width:0;}
.ct-home-offer-card__media:focus-visible{outline:3px solid rgba(13,110,253,.28);outline-offset:-3px;}
.ct-home-offer-card__price{backdrop-filter:blur(8px);}
.ct-home-offer-card__badges:empty{display:none;}
.ct-home-offer-card__footer:before{content:'📍';font-size:11px;line-height:1;opacity:.72;}
.ct-home-pagination{display:flex;justify-content:center;}
.ct-home-pagination a:hover{border-color:rgba(13,110,253,.32);background:#eef5ff;color:#0d6efd;}
.ct-offer-taxonomy-page .ct-home-hero h1{max-width:900px;}
.ct-offer-back-wrap{padding-top:18px;}
.ct-offer-back-link{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 12px;border:1px solid rgba(15,23,42,.10);border-radius:999px;background:#fff;color:#334155;text-decoration:none;font-size:13px;font-weight:900;box-shadow:0 8px 20px rgba(15,23,42,.055);}
.ct-offer-back-link:hover{color:#0d6efd;border-color:rgba(13,110,253,.22);background:#eef5ff;}
.ct-offer-sticky{top:88px;}
.ct-offer-card{border:1px solid rgba(15,23,42,.08)!important;}
.ct-offer-gallery-main,.ct-offer-gallery-main img,.ct-offer-gallery-placeholder{min-height:clamp(260px,44vw,500px);}
.ct-offer-content{font-size:16px;line-height:1.7;color:#334155;}
.ct-offer-content h2,.ct-offer-content h3,.ct-offer-content h4{color:#0f172a;letter-spacing:-.02em;font-weight:900;}
.ct-booking-widget .btn,.ct-booking-widget input,.ct-booking-widget select{min-height:44px;}
.ct-booking-widget input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;}
.ct-calendar-day{font-size:13px;}
.ct-slot-btn:focus-visible{outline:3px solid rgba(13,110,253,.22);outline-offset:2px;}
.section-content-wp{padding:48px 0;}
.section-content-wp article{max-width:920px;margin:0 auto;padding:28px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06);}
.page-header{position:relative;min-height:260px;padding:72px 0 34px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;overflow:hidden;}
.page-header:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.24),rgba(15,23,42,.72));}
.page-header .container{position:relative;z-index:2;}
.page-header h1{margin:0;font-size:clamp(32px,5vw,58px);line-height:1.02;letter-spacing:-.055em;font-weight:950;}
.page-header-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.ct-404-page{min-height:calc(100vh - 160px);display:flex;align-items:center;padding:56px 0;background:linear-gradient(180deg,#fff,#f8fafc);}
.ct-404-card{max-width:720px;padding:54px 24px;border:1px solid rgba(15,23,42,.08);border-radius:32px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.08);}
.ct-404-card h1{margin:0 0 12px;font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.055em;font-weight:950;color:#0f172a;}
.ct-404-card p{max-width:560px;margin:0 auto 22px;color:#64748b;font-size:16px;line-height:1.6;}
.ct-404-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.ct-site-footer{border-top:1px solid rgba(15,23,42,.08);background:#fff;padding:28px 0;color:#64748b;}
.ct-site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;}
.ct-site-footer__brand{display:inline-flex;margin-bottom:4px;color:#0f172a;text-decoration:none;font-size:20px;font-weight:950;letter-spacing:-.04em;}
.ct-site-footer p{margin:0;font-size:13px;}
.ct-site-footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}
.ct-site-footer__links a{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:999px;color:#334155;text-decoration:none;font-size:13px;font-weight:800;}
.ct-site-footer__links a:hover{background:#f1f5f9;color:#0f172a;}
.goup{right:18px;bottom:18px;width:42px;height:42px;border-radius:999px;background:#0f172a;box-shadow:0 12px 28px rgba(15,23,42,.20);}
@media (min-width:1400px){
    .ct-home-hero h1{font-size:50px;}
    .ct-home-map{height:320px;}
    .ct-home-offer-card__media{aspect-ratio:1.08/1;}
}
@media (max-width:1199.98px){
    .ct-home-search__field:nth-child(2n){border-bottom-color:transparent;}
    .top-brand{max-width:180px;}
}
@media (max-width:991.98px){
    .header>.container-fluid{min-height:60px;}
    .topnav{top:60px;max-height:calc(100vh - 84px);overflow:auto;}
    .main-menu{white-space:normal;}
    .main-menu li{position:relative;}
    .main-menu a{min-height:42px;padding:9px 12px;border-radius:14px;font-size:14px;}
    .main-menu .sub-menu{display:none;list-style:none;margin:4px 0 8px 12px;padding:0;}
    .main-submenu-toggle{display:inline-flex;align-items:center;justify-content:center;}
    .ct-home-search-wrap{background:transparent;backdrop-filter:none;}
    .ct-home-search{box-shadow:0 10px 26px rgba(15,23,42,.07);}
    .ct-offer-sticky{position:relative;top:auto;}
    .ct-offer-back-wrap{padding-top:14px;}
}
@media (max-width:767.98px){
    .top-brand__mark{width:30px;height:30px;border-radius:9px;}
    .top-brand__text{font-size:20px;}
    .ct-home-hero h1{letter-spacing:-.045em;}
    .ct-home-lead{font-size:14px;}
    .ct-home-hero__actions{width:100%;}
    .ct-home-hero__actions .btn{flex:1;}
    .ct-home-search{padding:9px;}
    .ct-home-search__field{padding:8px 10px;}
    .ct-home-map-toolbar{padding:10px 12px;}
    .ct-home-map-count{font-size:11px;}
    .ct-home-offer-card__media{aspect-ratio:1.35/1;}
    .ct-home-offer-card h3{font-size:15px;min-height:auto;}
    .ct-offer-hero{padding-top:18px;}
    .ct-offer-gallery-main,.ct-offer-gallery-main img,.ct-offer-gallery-placeholder{min-height:260px;}
    .ct-booking-calendar{padding:12px;border-radius:18px;}
    .ct-calendar-grid{gap:5px;}
    .ct-calendar-day{min-height:42px;border-radius:12px;font-size:12px;}
    .section-content-wp{padding:30px 12px;}
    .section-content-wp article{padding:20px;border-radius:20px;}
    .ct-site-footer__inner{align-items:flex-start;flex-direction:column;}
    .ct-site-footer__links{justify-content:flex-start;}
}
@media (max-width:575.98px){
    .ct-home-hero__actions{flex-direction:column;}
    .ct-home-search__actions{gap:8px;}
    .ct-home-search__actions .btn-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.375rem .75rem;border:1px solid rgba(15,23,42,.10);}
    .ct-home-map-panel{border-radius:18px;}
    .ct-home-map-empty{top:55%;font-size:12px;}
    .ct-home-marketplace__head .btn{width:100%;justify-content:center;}
    .ct-404-card{border-radius:24px;padding:38px 18px;}
}
@media (prefers-reduced-motion:reduce){
    *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}
}

.ct-add-offer-page{background:linear-gradient(180deg,#fff,#f8fafc 48%,#fff);}
.ct-add-offer-hero{padding:42px 0 22px;}
.ct-add-offer-hero h1{max-width:780px;margin:0;font-size:clamp(32px,4.6vw,56px);line-height:1.02;letter-spacing:-.055em;font-weight:950;color:#0f172a;}
.ct-add-offer-hero p{max-width:760px;margin:12px 0 0;color:#64748b;font-size:16px;line-height:1.6;}
.ct-add-offer-form{padding:0 0 58px;}
.ct-add-offer-form .container>form,.ct-add-offer-form .container>.ct-offer-add-form,.ct-add-offer-form .container>.card{border-radius:24px;}
@media (max-width:767.98px){.ct-add-offer-hero{padding:28px 0 16px}.ct-add-offer-hero h1{font-size:32px}.ct-add-offer-form{padding-bottom:40px}}

/* Clean flat visual correction: white surface + flat watersport accents */
:root{
    --sp-text:#073b4c;
    --sp-muted:#5f7080;
    --sp-border:rgba(7,59,76,.10);
    --sp-soft:#f6f8f9;
    --sp-card:#ffffff;
    --sp-shadow:0 10px 28px rgba(7,59,76,.08);
    --sp-shadow-hover:0 16px 34px rgba(7,59,76,.12);
    --sp-ocean:#073b4c;
    --sp-ocean-2:#075f73;
    --sp-lagoon:#0f9f8f;
    --sp-aqua:#eaf7f7;
    --sp-coral:#ff6b35;
    --sp-coral-hover:#f25d28;
}
html{background:#fff;}
body.body{
    background:#fff;
    color:var(--sp-text);
}
.header{
    background:#fff;
    border-bottom:0;
    box-shadow:0 6px 18px rgba(7,59,76,.06);
    backdrop-filter:none;
}
.header>.container,
.header>.container-fluid{min-height:64px;}
.top-brand{color:var(--sp-ocean);}
.top-brand:before{content:none;}
.top-brand__mark{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:12px;
    border-radius:14px;
    background:var(--sp-lagoon);
    color:#fff;
    font-size:22px;
    line-height:1;
    font-weight:950;
    box-shadow:none;
}
.top-brand__text{
    color:var(--sp-ocean);
    font-size:28px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}
.main-menu a{
    color:#102f3a;
    background:transparent;
    font-size:13px;
    font-weight:800;
}
.main-menu a:hover,
.main-menu .current-menu-item>a,
.main-menu .current-menu-ancestor>a{
    background:var(--sp-aqua);
    color:var(--sp-ocean);
}
.burger{
    background:#fff;
    border:0;
    box-shadow:0 8px 20px rgba(7,59,76,.08);
}
.burger span,
.burger div,
.burger:before,
.burger:after{background:var(--sp-ocean);}

.btn,
.ct-home-map-toggle,
.ct-home-pagination a,
.ct-home-pagination span{
    border-width:0!important;
    box-shadow:none;
}
.btn-primary,
.ct-home-empty .btn-primary{
    background:var(--sp-coral);
    border-color:transparent;
    color:#fff;
    box-shadow:none;
}
.btn-primary:hover,
.btn-primary:focus,
.ct-home-empty .btn-primary:hover,
.ct-home-empty .btn-primary:focus{
    background:var(--sp-coral-hover);
    border-color:transparent;
    color:#fff;
    box-shadow:none;
}
.btn-dark,
.ct-home-search__actions .btn-dark,
.goup{
    background:var(--sp-ocean);
    border-color:transparent;
    color:#fff;
    box-shadow:none;
}
.btn-dark:hover,
.btn-dark:focus,
.ct-home-search__actions .btn-dark:hover,
.ct-home-search__actions .btn-dark:focus{
    background:var(--sp-ocean-2);
    border-color:transparent;
    color:#fff;
}
.btn-outline-dark{
    background:#fff;
    color:var(--sp-ocean);
    border:0!important;
    box-shadow:0 8px 20px rgba(7,59,76,.08);
}
.btn-outline-dark:hover,
.btn-outline-dark:focus{
    background:var(--sp-ocean);
    color:#fff;
    border-color:transparent;
}

.ct-home-page,
.ct-offer-archive-page,
.ct-offer-taxonomy-page,
.ct-add-offer-page,
.ct-offer-page,
.ct-password-reset-page,
.ct-404-page{
    background:#fff!important;
}
.ct-home-hero{padding:34px 0 16px;}
.ct-home-hero:before,
.ct-home-hero:after{display:none!important;content:none!important;background:none!important;}
.ct-home-eyebrow{color:var(--sp-ocean-2);}
.ct-home-eyebrow:before{
    background:var(--sp-coral);
    box-shadow:none;
}
.ct-home-hero h1,
.ct-home-marketplace__head h2,
.ct-404-card h1,
.ct-add-offer-hero h1{
    color:var(--sp-ocean);
}
.ct-home-lead,
.ct-home-marketplace__head p,
.ct-add-offer-hero p{color:var(--sp-muted);}

.ct-home-search-wrap{
    background:#fff!important;
    backdrop-filter:none;
    box-shadow:none;
}
.ct-home-search{
    background:#fff;
    border:0;
    box-shadow:var(--sp-shadow);
}
.ct-home-search:focus-within{
    border-color:transparent;
    box-shadow:0 12px 32px rgba(7,59,76,.12);
}
.ct-home-search__field{
    border-right:0;
}
.ct-home-search__field label{color:var(--sp-ocean);}
.ct-home-search__field input,
.ct-home-search__field select{color:#435563;}
.ct-home-search__field input::placeholder{color:#8b9aa5;}
.ct-home-search__actions .btn-link{
    color:#60717e;
    font-weight:800;
}
.ct-home-search__actions .btn-link:hover{
    background:var(--sp-soft);
    color:var(--sp-ocean);
}

.ct-home-map-strip{background:#fff;}
.ct-home-map-panel{
    background:#fff;
    border:0;
    box-shadow:var(--sp-shadow);
}
.ct-home-map-toolbar{
    background:#fff;
    border-bottom:0;
}
.ct-home-map-toolbar strong{color:var(--sp-ocean);}
.ct-home-map-toolbar span{color:var(--sp-muted);}
.ct-home-map-count{
    background:var(--sp-aqua);
    color:var(--sp-ocean-2)!important;
}
.ct-home-map,
.ct-offer-map{
    background:#f1f5f7;
}
.ct-home-map-empty{
    background:#fff;
    color:var(--sp-ocean);
    box-shadow:var(--sp-shadow);
}
.ct-home-map-toggle{
    background:var(--sp-ocean);
    color:#fff;
    border:0!important;
}
.ct-home-map-toggle:hover,
.ct-home-map-toggle:focus{
    background:var(--sp-ocean-2);
    color:#fff;
    box-shadow:none;
}
.ct-home-map-panel.is-expanded .ct-home-map-toggle{
    background:var(--sp-soft);
    color:var(--sp-ocean);
}
.ct-home-map-price-pin span{
    background:var(--sp-coral);
    color:#fff;
    border:0;
    box-shadow:0 8px 18px rgba(7,59,76,.15);
}
.ct-home-map-price-pin span:hover{
    box-shadow:0 10px 22px rgba(7,59,76,.18);
}
.ct-home-map-popup em{color:var(--sp-coral);}
.ct-home-map-popup img,
.ct-home-map-popup__placeholder,
.ct-home-offer-card__media,
.ct-home-offer-card__placeholder,
.ct-offer-gallery-placeholder,
.ct-calendar-day{
    background:#f3f6f7!important;
}
.leaflet-popup-content-wrapper{
    box-shadow:0 12px 28px rgba(7,59,76,.16);
}

.ct-home-offer-card,
.section-content-wp article,
.ct-404-card,
.ct-password-reset-card,
.ct-offer-card{
    background:#fff;
    border:0!important;
    box-shadow:var(--sp-shadow);
}
.ct-home-offer-card:hover{
    border-color:transparent;
    box-shadow:var(--sp-shadow-hover);
}
.ct-home-offer-card__price{
    background:#fff;
    color:var(--sp-ocean);
    box-shadow:0 8px 18px rgba(7,59,76,.14);
}
.ct-home-offer-card__badges span,
.ct-offer-badge{
    background:var(--sp-aqua);
    color:var(--sp-ocean-2);
    border:0;
}
.ct-home-offer-card h3 a{color:var(--sp-ocean);}
.ct-home-offer-card h3 a:hover{color:var(--sp-ocean-2);}
.ct-home-offer-card__footer{
    border-top:0;
    color:var(--sp-muted);
}
.ct-home-offer-card__footer:before{
    content:'📍';
    opacity:.72;
}
.ct-home-pagination a,
.ct-home-pagination span{
    background:#fff;
    color:var(--sp-ocean);
    box-shadow:0 6px 16px rgba(7,59,76,.07);
}
.ct-home-pagination .current{
    background:var(--sp-ocean);
    color:#fff;
}
.ct-home-pagination a:hover{
    background:var(--sp-aqua);
    color:var(--sp-ocean);
}
.ct-home-empty{
    background:#fff;
    border:0;
    box-shadow:var(--sp-shadow);
}

.ct-offer-back-link{
    background:#fff;
    border:0;
    box-shadow:0 8px 20px rgba(7,59,76,.08);
    color:#445766;
}
.ct-offer-back-link:hover{
    background:var(--sp-aqua);
    color:var(--sp-ocean);
}
.ct-calendar-day.is-available:hover,
.ct-slot-btn:hover{
    border-color:var(--sp-lagoon);
    box-shadow:none;
}
.ct-calendar-day.is-selected,
.ct-slot-btn.is-selected,
.ct-slot-btn.is-in-range,
.ct-slot-btn.is-range-edge{
    background:var(--sp-ocean);
    border-color:var(--sp-ocean);
    color:#fff;
    box-shadow:none;
}
.ct-calendar-day.is-today:not(.is-selected){border-color:var(--sp-coral);color:var(--sp-coral);}
.ct-booking-selection-note,
.ct-booking-login-info{
    background:var(--sp-aqua);
    border-color:transparent;
    color:var(--sp-ocean);
}

.page-header{
    background:var(--sp-ocean)!important;
    color:#fff;
}
.page-header:after{display:none!important;content:none!important;background:none!important;}
.ct-site-footer{
    background:#fff;
    color:#657786;
    border-top:0;
    box-shadow:0 -8px 22px rgba(7,59,76,.05);
}
.ct-site-footer__brand{color:var(--sp-ocean);}
.ct-site-footer__links a{color:#405563;}
.ct-site-footer__links a:hover{
    background:var(--sp-aqua);
    color:var(--sp-ocean);
}
.goup{background:var(--sp-ocean);}
.ct-skip-link:focus{
    background:var(--sp-coral);
    color:#fff;
}

@media (max-width:991.98px){
    .ct-home-page,
    .ct-offer-archive-page,
    .ct-offer-taxonomy-page,
    .ct-add-offer-page,
    .ct-offer-page{
        background:#fff!important;
    }
    .ct-home-search{box-shadow:var(--sp-shadow);}
}
@media (max-width:767.98px){
    .top-brand__mark{width:34px;height:34px;border-radius:11px;font-size:19px;}
    .top-brand__text{font-size:23px;}
}

/* Final clean polish: readability, neutral placeholders, type colors */
.ct-home-offer-card__media{
    background:#f4f7f8;
}
.ct-home-offer-card__placeholder{
    position:relative;
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    background:#f4f7f8!important;
    box-shadow:inset 0 0 0 1px rgba(7,59,76,.045);
    font-size:0;
}
.ct-home-offer-card__placeholder-logo,
.ct-home-map-popup__placeholder span,
.ct-placeholder-logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:14px;
    background:#e3eff0;
    color:#6f858c;
    font-size:22px;
    font-weight:950;
    line-height:1;
    letter-spacing:-.05em;
}
.ct-home-map-popup__placeholder{
    background:#f4f7f8!important;
    box-shadow:inset 0 0 0 1px rgba(7,59,76,.05);
    font-size:0;
}
.ct-home-map-popup__placeholder span{
    width:34px;
    height:34px;
    border-radius:11px;
    font-size:18px;
}
.ct-offer-gallery-placeholder{
    background:#f4f7f8!important;
    color:#627782;
    box-shadow:inset 0 0 0 1px rgba(7,59,76,.045);
}
.ct-placeholder-logo{
    width:52px;
    height:52px;
    border-radius:16px;
    font-size:26px;
}

.ct-home-offer-card__badges span,
.ct-home-offer-card__badge,
.ct-offer-badge{
    border:0!important;
    box-shadow:none!important;
}
.ct-home-offer-card__badges .ct-home-offer-card__badge--sport,
.ct-offer-badge--sport{
    background:#eaf7f7!important;
    color:#075f73!important;
}
.ct-home-offer-card__badges .ct-home-offer-card__badge--type,
.ct-offer-badge--type{
    background:#f1f4f6!important;
    color:#435563!important;
}
.ct-home-offer-card__badges .ct-home-offer-card__badge--type-course,
.ct-offer-badge--type-course{
    background:#edf5ff!important;
    color:#245f88!important;
}
.ct-home-offer-card__badges .ct-home-offer-card__badge--type-rent,
.ct-offer-badge--type-rent{
    background:#fff1e8!important;
    color:#a94d24!important;
}

.ct-booking-widget .js-booking-form{
    background:#f7f9fa!important;
}
.ct-slot-btn{
    background:#fff;
    color:var(--sp-text);
}
.ct-slot-time{
    color:var(--sp-text);
    letter-spacing:-.015em;
}
.ct-slot-meta{
    color:#667783;
}
.ct-slot-btn.is-selected,
.ct-slot-btn.is-in-range,
.ct-slot-btn.is-range-edge{
    background:var(--sp-ocean)!important;
    border-color:var(--sp-ocean)!important;
    color:#fff!important;
}
.ct-slot-btn.is-selected .ct-slot-time,
.ct-slot-btn.is-in-range .ct-slot-time,
.ct-slot-btn.is-range-edge .ct-slot-time{
    color:#fff!important;
}
.ct-slot-btn.is-selected .ct-slot-meta,
.ct-slot-btn.is-in-range .ct-slot-meta,
.ct-slot-btn.is-range-edge .ct-slot-meta{
    color:rgba(255,255,255,.78)!important;
}
.js-selected-date-time{
    color:var(--sp-text);
    font-size:18px;
    line-height:1.25;
    word-break:normal;
    overflow-wrap:normal;
}
.ct-price-box{
    background:#fff!important;
    border:0!important;
    box-shadow:inset 0 0 0 1px rgba(7,59,76,.065);
}
.ct-price-row{
    color:#243943;
}
.ct-booking-main-cta:disabled,
.ct-booking-main-cta.disabled{
    background:#dce5e9!important;
    color:#73848e!important;
    opacity:1!important;
}

@media (max-width:575.98px){
    .ct-home-offer-card__placeholder-logo{
        width:38px;
        height:38px;
        border-radius:12px;
        font-size:20px;
    }
    .js-selected-date-time{
        font-size:17px;
    }
}


/* Account/login clean-up + calendar selected-day readability */
body.woocommerce-account,
body.woocommerce-account .ct-auth-page,
body.page-template-default .ct-auth-page{
    background:#fff!important;
}
body.woocommerce-account .section-content-wp{
    padding:0!important;
}
body.woocommerce-account .section-content-wp article{
    max-width:none!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.ct-auth-page{
    max-width:960px;
    padding-top:44px!important;
    padding-bottom:56px!important;
}
.ct-auth-page--login{
    max-width:980px;
}
.ct-auth-page > .row > [class*="col-"]{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}
.ct-auth-page .mb-4 h1{
    color:var(--sp-ocean);
    font-size:clamp(28px,3vw,38px);
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:950;
}
.ct-auth-page .mb-4 p{
    max-width:760px;
    color:var(--sp-muted)!important;
    font-size:15px;
    line-height:1.55;
}
.ct-auth-page .card{
    border:0!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:var(--sp-shadow)!important;
}
.ct-auth-page .card.bg-body-tertiary{
    background:#f7f9fa!important;
    box-shadow:none!important;
}
.ct-auth-page .card-body{
    padding:28px 32px!important;
}
.ct-auth-page .badge.text-bg-primary,
.ct-auth-page .badge.bg-primary{
    background:var(--sp-ocean-2)!important;
    color:#fff!important;
    border:0!important;
}
.ct-auth-page h2,
.ct-auth-page h3{
    color:var(--sp-text);
    letter-spacing:-.025em;
    font-weight:900;
}
.ct-auth-page .form-label{
    color:var(--sp-text);
    font-size:14px;
    font-weight:750;
}
.ct-auth-page .form-control,
.ct-auth-page .form-select,
.ct-auth-page .input-group-lg > .form-control{
    min-height:52px;
    border-color:#dce4e8;
    border-radius:12px;
    color:var(--sp-text);
    box-shadow:none!important;
}
.ct-auth-page .form-control:focus,
.ct-auth-page .form-select:focus{
    border-color:var(--sp-ocean-2);
    box-shadow:0 0 0 3px rgba(0,150,136,.12)!important;
}
.ct-auth-page .input-group .form-control{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.ct-auth-page .input-group .btn{
    min-height:52px;
    border-color:#dce4e8;
    border-radius:0 12px 12px 0;
    color:#63737c;
    background:#fff;
}
.ct-auth-page .btn-primary,
.ct-auth-page .woocommerce-button.button{
    min-height:50px;
    border:0!important;
    border-radius:12px!important;
    background:var(--sp-coral)!important;
    color:#fff!important;
    font-weight:850;
    box-shadow:none!important;
}
.ct-auth-page .btn-primary:hover,
.ct-auth-page .woocommerce-button.button:hover{
    background:#e85a32!important;
}
.ct-auth-page .btn-outline-primary,
.ct-auth-page .btn-outline-secondary{
    border-color:#dce4e8!important;
    color:var(--sp-ocean)!important;
    background:#fff!important;
    border-radius:12px!important;
    font-weight:800;
}
.ct-auth-page .btn-outline-primary:hover,
.ct-auth-page .btn-outline-secondary:hover,
.ct-auth-choice:hover{
    background:#f1f7f8!important;
    color:var(--sp-ocean)!important;
    border-color:#cddde1!important;
    box-shadow:none!important;
    transform:none!important;
}
.ct-auth-choice{
    border-color:#dfe8eb!important;
    box-shadow:none!important;
}

.ct-calendar-day.is-selected,
.ct-calendar-day.is-selected:hover,
.ct-calendar-day.is-selected:focus,
.ct-calendar-day.is-selected.is-available,
.ct-calendar-day.is-selected.is-today{
    background:var(--sp-ocean)!important;
    border-color:var(--sp-ocean)!important;
    color:#fff!important;
    box-shadow:none!important;
}
.ct-calendar-day.is-selected *,
.ct-calendar-day.is-selected:before,
.ct-calendar-day.is-selected:after{
    color:#fff!important;
}
.ct-calendar-day.is-available:not(.is-selected){
    background:#fff!important;
    color:var(--sp-text)!important;
}

@media (max-width:767.98px){
    .ct-auth-page{
        padding-top:28px!important;
        padding-bottom:40px!important;
    }
    .ct-auth-page .card-body{
        padding:22px!important;
    }
    .ct-auth-page .row.g-4{
        --bs-gutter-y:1rem;
    }
}

/* Login page should follow the customer registration layout: single clean column. */
.ct-auth-page--login{
    max-width:760px;
}
.ct-auth-page--login .ct-login > .row{
    display:flex;
    flex-direction:column;
    --bs-gutter-x:0;
    --bs-gutter-y:16px;
}
.ct-auth-page--login .ct-login > .row > [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
}
.ct-auth-page--login .card.bg-body-tertiary .card-body{
    padding:24px 28px!important;
}
.ct-auth-page--login .vstack{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px!important;
}
@media (max-width:575.98px){
    .ct-auth-page--login .vstack{
        grid-template-columns:1fr;
    }
}

/* Header account shortcut */
.top-account{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:40px;
    max-width:190px;
    padding:6px 12px 6px 8px;
    border-radius:999px;
    border:1px solid var(--sp-border);
    color:var(--sp-ocean);
    background:#fff;
    text-decoration:none;
    font-size:13px;
    line-height:1;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 8px 20px rgba(7,59,76,.06);
    transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.top-account:hover{
    color:var(--sp-ocean);
    background:var(--sp-aqua);
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(7,59,76,.10);
}
.top-account__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    min-width:28px;
    border-radius:999px;
    background:var(--sp-aqua);
    color:var(--sp-lagoon);
}
.top-account__icon svg{display:block;overflow:visible;}
.top-account__label{
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
}
.top-account--user{
    background:var(--sp-aqua);
    border-color:rgba(15,159,143,.20);
}
.top-account--user .top-account__icon{
    background:var(--sp-lagoon);
    color:#fff;
}
.top-account--guest .top-account__icon{
    background:#fff;
    border:1px solid rgba(15,159,143,.22);
}
@media (max-width:991.98px){
    .top-account{margin-left:auto;max-width:180px;min-height:38px;padding-right:10px;}
    .topnav{margin-left:0;}
}
@media (max-width:575.98px){
    .top-account{max-width:132px;padding:5px 9px 5px 6px;gap:6px;font-size:12px;}
    .top-account__icon{width:26px;height:26px;min-width:26px;}
}

/* Spotrise My Account: clean dashboard, non-Woo navigation and auth-page visual language. */
body.woocommerce-account.logged-in{
    background:#fff!important;
}
body.woocommerce-account.logged-in .woocommerce{
    width:min(1320px,calc(100% - 48px));
    margin:0 auto;
    padding:44px 0 64px;
    display:grid;
    grid-template-columns:minmax(220px,280px) minmax(0,1fr);
    gap:28px;
    align-items:start;
}
body.woocommerce-account.logged-in .woocommerce:before,
body.woocommerce-account.logged-in .woocommerce:after{
    content:none!important;
    display:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    float:none!important;
    width:auto!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
    min-width:0;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
    position:sticky;
    top:88px;
    display:flex;
    flex-direction:column;
    gap:8px;
    margin:0!important;
    padding:12px!important;
    border:1px solid var(--sp-border);
    border-radius:24px;
    background:#f7f9fa;
    box-shadow:var(--sp-shadow);
    list-style:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{
    display:flex!important;
    align-items:center;
    min-height:48px;
    padding:12px 16px!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    background:#fff!important;
    color:var(--sp-text)!important;
    text-decoration:none!important;
    font-size:15px;
    font-weight:800;
    line-height:1.2;
    box-shadow:none!important;
    transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a{
    background:var(--sp-aqua)!important;
    color:var(--sp-ocean)!important;
    border-color:rgba(15,159,143,.28)!important;
    transform:none!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout a{
    color:#6b7280!important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .ct-auth-page{
    max-width:none!important;
    padding:0!important;
}
body.woocommerce-account.logged-in .woocommerce-notices-wrapper{
    grid-column:1 / -1;
}
body.woocommerce-account.logged-in .woocommerce-message,
body.woocommerce-account.logged-in .woocommerce-info,
body.woocommerce-account.logged-in .woocommerce-error{
    border:0!important;
    border-radius:16px!important;
    background:#f7f9fa!important;
    color:var(--sp-text)!important;
    box-shadow:none!important;
}
body.woocommerce-account.logged-in .ct-host-panel__header{
    margin-bottom:28px;
    padding:28px 32px;
    border:0!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:var(--sp-shadow)!important;
}
body.woocommerce-account.logged-in .ct-host-panel__header h2{
    margin:0 0 10px;
    color:var(--sp-ocean);
    font-size:clamp(30px,3vw,40px);
    line-height:1.08;
    letter-spacing:-.04em;
    font-weight:950;
}
body.woocommerce-account.logged-in .ct-host-panel__header p:not(.ct-host-panel__eyebrow){
    max-width:760px;
    color:var(--sp-muted)!important;
    font-size:16px;
    line-height:1.55;
}
body.woocommerce-account.logged-in .ct-host-panel__eyebrow,
body.woocommerce-account.logged-in .ct-host-panel__card-kicker{
    color:#6c7780!important;
    font-size:12px;
    font-weight:900;
    letter-spacing:.10em;
}
body.woocommerce-account.logged-in .ct-host-panel__grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:18px;
}
body.woocommerce-account.logged-in .ct-host-panel__card,
body.woocommerce-account.logged-in .ct-host-bookings-list__item,
body.woocommerce-account.logged-in .ct-host-offers-list__item,
body.woocommerce-account.logged-in .ct-account-details .card,
body.woocommerce-account.logged-in .ct-customer-bookings-panel > .card{
    border:0!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:var(--sp-shadow)!important;
    overflow:hidden;
}
body.woocommerce-account.logged-in .ct-host-panel__card{
    min-height:238px;
    padding:26px 28px!important;
    display:flex;
    flex-direction:column;
}
body.woocommerce-account.logged-in .ct-host-panel__card h3{
    margin:0 0 12px;
    color:var(--sp-ocean);
    font-size:24px;
    line-height:1.14;
    letter-spacing:-.025em;
    font-weight:920;
}
body.woocommerce-account.logged-in .ct-host-panel__card p{
    min-height:0!important;
    margin:0 0 22px;
    color:var(--sp-text);
    font-size:15px;
    line-height:1.55;
}
body.woocommerce-account.logged-in .ct-host-panel__card small{
    color:var(--sp-muted);
}
body.woocommerce-account.logged-in .ct-host-panel__card .button,
body.woocommerce-account.logged-in .ct-host-panel__card a.button,
body.woocommerce-account.logged-in .ct-host-panel__card .btn-primary,
body.woocommerce-account.logged-in .ct-customer-bookings-list .btn-primary,
body.woocommerce-account.logged-in .ct-account-details .btn-primary{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    align-self:flex-start;
    min-height:44px;
    margin-top:auto;
    padding:11px 18px!important;
    border:0!important;
    border-radius:12px!important;
    background:var(--sp-coral)!important;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:850!important;
    line-height:1.1!important;
    box-shadow:none!important;
}
body.woocommerce-account.logged-in .ct-host-panel__card .button:hover,
body.woocommerce-account.logged-in .ct-host-panel__card a.button:hover,
body.woocommerce-account.logged-in .ct-host-panel__card .btn-primary:hover,
body.woocommerce-account.logged-in .ct-customer-bookings-list .btn-primary:hover,
body.woocommerce-account.logged-in .ct-account-details .btn-primary:hover{
    background:var(--sp-coral-hover)!important;
    color:#fff!important;
}
body.woocommerce-account.logged-in .ct-account-details .card-body,
body.woocommerce-account.logged-in .ct-customer-bookings-panel .card-body{
    padding:28px 32px!important;
}
body.woocommerce-account.logged-in .ct-customer-bookings-panel > .card:first-child{
    box-shadow:var(--sp-shadow)!important;
}
body.woocommerce-account.logged-in .ct-customer-bookings-panel > .card:first-child .card-body{
    padding:28px 32px!important;
}
body.woocommerce-account.logged-in .ct-customer-bookings-panel h2,
body.woocommerce-account.logged-in .ct-account-details h2,
body.woocommerce-account.logged-in .ct-account-details h3{
    color:var(--sp-ocean);
    letter-spacing:-.025em;
    font-weight:900;
}
body.woocommerce-account.logged-in .badge.text-bg-primary,
body.woocommerce-account.logged-in .badge.bg-primary{
    background:var(--sp-ocean-2)!important;
    color:#fff!important;
}
body.woocommerce-account.logged-in .form-control,
body.woocommerce-account.logged-in .form-select,
body.woocommerce-account.logged-in .input-group-lg > .form-control{
    border-color:#dce4e8!important;
    border-radius:12px!important;
    box-shadow:none!important;
}
body.woocommerce-account.logged-in .form-control:focus,
body.woocommerce-account.logged-in .form-select:focus{
    border-color:var(--sp-ocean-2)!important;
    box-shadow:0 0 0 3px rgba(0,150,136,.12)!important;
}
body.woocommerce-account.logged-in .ct-host-bookings-list__actions{
    border:0!important;
    border-radius:16px!important;
    background:#f7f9fa!important;
}
@media (max-width:991.98px){
    body.woocommerce-account.logged-in .woocommerce{
        width:min(100% - 28px,760px);
        grid-template-columns:1fr;
        gap:18px;
        padding:28px 0 44px;
    }
    body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{
        position:static;
        border-radius:20px;
    }
    body.woocommerce-account.logged-in .ct-host-panel__header,
    body.woocommerce-account.logged-in .ct-host-panel__card,
    body.woocommerce-account.logged-in .ct-account-details .card-body,
    body.woocommerce-account.logged-in .ct-customer-bookings-panel .card-body{
        padding:22px!important;
    }
}
@media (max-width:575.98px){
    body.woocommerce-account.logged-in .woocommerce{
        width:calc(100% - 20px);
    }
    body.woocommerce-account.logged-in .ct-host-panel__header h2{
        font-size:28px;
    }
}

/* Clean standard page headers: replace the legacy dark hero with the same calm Spotrise UI language used by auth/account screens. */
body:not(.home) .page-header{
    display:block!important;
    min-height:auto!important;
    padding:54px 0 38px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f6fbfb 100%)!important;
    color:var(--sp-ocean)!important;
    border-bottom:1px solid rgba(7,59,76,.08)!important;
    box-shadow:0 10px 26px rgba(7,59,76,.035)!important;
    overflow:hidden;
}
body:not(.home) .page-header:before{
    content:'';
    position:absolute;
    right:-110px;
    top:-155px;
    width:360px;
    height:360px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(15,159,143,.14),rgba(15,159,143,0) 68%);
    pointer-events:none;
}
body:not(.home) .page-header:after{
    display:none!important;
    content:none!important;
}
body:not(.home) .page-header .container{
    position:relative;
    z-index:2;
    width:min(960px,calc(100% - 48px));
    margin:0 auto;
}
body:not(.home) .page-header h1{
    max-width:820px;
    margin:0;
    color:var(--sp-ocean)!important;
    font-size:clamp(32px,4vw,48px)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
    font-weight:950!important;
}
body:not(.home) .page-header h1:before{
    content:'SPOTRISE';
    display:block;
    margin:0 0 12px;
    color:var(--sp-lagoon);
    font-size:13px;
    line-height:1;
    letter-spacing:.16em;
    font-weight:950;
}
body:not(.home) .page-header-image{
    opacity:.10;
    filter:grayscale(1);
    mix-blend-mode:multiply;
}
body:not(.home) .page-header .rank-math-breadcrumb,
body:not(.home) .page-header .rank-math-breadcrumb p{
    margin:12px 0 0;
    color:var(--sp-muted)!important;
    font-size:14px;
    line-height:1.45;
}
body:not(.home) .page-header .rank-math-breadcrumb a{
    color:var(--sp-ocean-2)!important;
    font-weight:800;
    text-decoration:none;
}
body:not(.home) .page-header .rank-math-breadcrumb a:hover{
    color:var(--sp-coral)!important;
    text-decoration:underline;
}
body:not(.home) .section-content-wp{
    padding-top:38px;
}
body:not(.home) .section-content-wp article{
    border-color:#e0e8eb;
    border-radius:24px;
    box-shadow:var(--sp-shadow);
}
.ct-auth-page--host-register{
    max-width:860px;
}
.ct-auth-page--host-register > .row > [class*="col-"]{
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
}
.ct-auth-page--host-register #ri-host-map{
    border-color:#dce4e8!important;
    border-radius:18px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}
.ct-auth-page--host-register .alert-light{
    border-color:#dfe8eb!important;
    border-radius:16px!important;
    background:#f7f9fa!important;
    color:var(--sp-text)!important;
}
.ct-register-host{
    max-width:860px;
    margin:0 auto;
}
.ct-register-host .card{
    border:0!important;
    border-radius:24px!important;
    box-shadow:var(--sp-shadow)!important;
}
@media (max-width:767.98px){
    body:not(.home) .page-header{
        padding:36px 0 28px!important;
    }
    body:not(.home) .page-header .container{
        width:calc(100% - 28px);
    }
    body:not(.home) .page-header h1{
        font-size:32px!important;
    }
    body:not(.home) .section-content-wp{
        padding-top:28px;
    }
}

/* Spotrise legal checkboxes and logged-in auth card fixes */
.ct-auth-page .form-check,
.offer-panel .form-check,
.ct-booking-widget .form-check{
    display:flex;
    align-items:flex-start;
    gap:.65rem;
}
.ct-auth-page .form-check-input,
.offer-panel .form-check-input,
.ct-booking-widget .form-check-input{
    flex:0 0 auto;
    margin-top:.2rem;
}
.ct-auth-page .form-check-label,
.offer-panel .form-check-label,
.ct-booking-widget .form-check-label{
    line-height:1.45;
}
.ct-auth-page .form-check-label a,
.offer-panel .form-check-label a,
.ct-booking-widget .form-check-label a{
    font-weight:800;
}
.ct-auth-logged-in{
    border-radius:16px!important;
    padding:18px 20px!important;
}
.ct-auth-logged-in__actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
}
.ct-auth-page .ct-auth-logged-in__button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    padding:0 18px!important;
    line-height:1!important;
    margin:0!important;
    white-space:nowrap;
}
@media (max-width:575.98px){
    .ct-auth-logged-in__actions{align-items:stretch;}
    .ct-auth-page .ct-auth-logged-in__button{width:100%;}
}
.ct-offer-legal-confirm{
    border-color:#dfe8eb!important;
}



/* Spotrise legal forms */
.ct-legal-document .ct-legal-form{
    margin-top:1.25rem;
    padding:1.25rem;
    border:1px solid rgba(15,23,42,.10);
    border-radius:18px;
    background:#fff;
    box-shadow:0 16px 40px rgba(15,23,42,.06);
}
.ct-legal-document .ct-legal-form .form-label{
    font-weight:700;
    color:#102f3a;
}
.ct-legal-document .ct-legal-form .form-control,
.ct-legal-document .ct-legal-form .form-select{
    border-radius:12px;
    min-height:46px;
}
.ct-legal-document .ct-legal-form textarea.form-control{
    min-height:120px;
}
.ct-legal-document .ct-legal-form .form-check{
    display:flex;
    align-items:flex-start;
    gap:.65rem;
}
.ct-legal-document .ct-legal-form .form-check-input{
    flex:0 0 auto;
    margin-top:.25rem;
}
.ct-legal-document .ct-legal-form__notice{
    border-radius:14px;
}
.ct-hp-field{
    position:absolute!important;
    left:-10000px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
}

/* Spotrise legal forms - Contact Form 7 */
.ct-legal-document .wpcf7 form.ct-legal-form,
.ct-legal-document .ct-legal-form--cf7{
  display:block;
  margin-top:1rem;
}
.ct-legal-document .wpcf7 .wpcf7-form-control-wrap{
  display:block;
}
.ct-legal-document .wpcf7 .wpcf7-list-item{
  margin:0;
}
.ct-legal-document .wpcf7 .wpcf7-acceptance .wpcf7-list-item label{
  display:flex;
  gap:.6rem;
  align-items:flex-start;
}
.ct-legal-document .wpcf7 .wpcf7-acceptance input[type="checkbox"]{
  width:1.1rem;
  height:1.1rem;
  margin-top:.2rem;
  flex:0 0 auto;
}
.ct-legal-document .wpcf7 input[type="submit"].btn,
.ct-legal-document .wpcf7 .wpcf7-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:.75rem 1.25rem;
  border-radius:12px;
  font-weight:700;
}
.ct-legal-document .wpcf7 form .wpcf7-response-output{
  margin:1rem 0 0;
  border-radius:12px;
  padding:1rem;
}
