
.acrb-thanks-card {
    max-width: 800px;
    margin: 50px auto;
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    font-family: 'Inter', sans-serif;
    border: 1px solid #e2e8f0;
}

.acrb-thanks-header { text-align: center; }

.acrb-success-icon {
    width: 80px; height: 80px;
    background: #f0fdf4; color: #16a34a;
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center;
    margin: 0 auto 25px;
}

.acrb-success-icon .dashicons { font-size: 45px; width: 45px; height: 45px; }

.acrb-summary-box {
    background: #f8fafc; border-radius: 20px;
    padding: 30px; margin: 35px 0; border: 1px solid #edf2f7;
}

.acrb-summary-table { width: 100%; border-collapse: collapse; }
.acrb-summary-table td { padding: 12px 0; border-bottom: 1px solid #e2e8f0; }
.acrb-label-text { color: #64748b; font-weight: 500; }
.acrb-value-text { text-align: right; font-weight: 700; color: #1e293b; }
.acrb-total-row td { padding-top: 25px; border-top: 2px solid #e2e8f0; font-weight: 900; }
.acrb-price-highlight { font-size: 26px; color: #4f46e5; }
.acrb-capitalize { text-transform: capitalize; }

.acrb-print-btn {
    padding: 14px 30px; background: #1e293b; color: #fff;
    border: none; border-radius: 12px; cursor: pointer;
    font-weight: 700; transition: 0.2s;
}

@media print {
    .acrb-print-btn, .acrb-footer-note { display: none; }
    .acrb-thanks-card { box-shadow: none; border: none; margin: 0; padding: 20px; }
}

/* Container & Grid */
.acrb-main-container { max-width: 1300px; margin: 40px auto; padding: 0 30px; font-family: 'Plus Jakarta Sans', sans-serif; color: #1a1f2c; }
.acrb-flex-grid { display: flex; gap: 60px; }
.acrb-content-left { flex: 1; min-width: 0; }
.acrb-sidebar-right { width: 440px; flex-shrink: 0; }

/* Gallery */
.acrb-gallery-stage { border-radius: 32px; overflow: hidden; background: #f8fafc; box-shadow: 0 30px 60px -15px rgba(0,0,0,0.15); }
#acrb-hero-view { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: 0.4s ease; }
.acrb-thumb-strip { display: flex; gap: 16px; margin-top: 25px; overflow-x: auto; padding: 10px 5px; }
.acrb-t-node { width: 100px; height: 75px; flex-shrink: 0; border-radius: 16px; cursor: pointer; object-fit: cover; border: 3px solid transparent; transition: 0.3s; }
.acrb-t-node.active { border-color: #6366f1; transform: scale(1.05); }

/* Typography */
.acrb-header-box { margin: 40px 0; }
.acrb-header-box h1 { font-size: 3.5rem; font-weight: 800; letter-spacing: -2px; margin: 0; line-height: 1.1; }
.acrb-vin-tag { font-size: 11px; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 2px; }
.acrb-sec-label { font-size: 14px; font-weight: 800; color: #6366f1; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; display: block; }

/* Specs */
.acrb-spec-wrap { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 20px; margin-bottom: 50px; }
.acrb-spec-node { background: #fff; border: 1px solid #f1f5f9; padding: 25px 15px; border-radius: 24px; text-align: center; }
.acrb-spec-node .dashicons { font-size: 30px; width: 30px; height: 30px; color: #6366f1; margin-bottom: 12px; }
.acrb-spec-n-label { font-size:10px; color:#94a3b8; font-weight:700; text-transform:uppercase; }
.acrb-spec-n-val { font-size: 16px; font-weight: 700; color: #1e293b; margin-top: 5px; }

/* Form Elements */
.acrb-booking-card { background: #fff; border-radius: 40px; padding: 40px; position: sticky; top: 40px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.12); border: 1px solid #f1f5f9; }
.acrb-price-hero { margin-bottom:30px; }
.acrb-amount { font-size: 44px; font-weight: 800; color: #1e293b; }
.acrb-rate-label { color:#94a3b8; font-weight:600; }
.acrb-grid-half { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.acrb-group { margin-bottom: 20px; }
.acrb-group label { display: block; font-size: 11px; font-weight: 800; color: #64748b; text-transform: uppercase; margin-bottom: 8px; }
.acrb-ctrl { width: 100%; padding: 15px 20px; border-radius: 16px; border: 2px solid #f1f5f9; background: #f8fafc; font-size: 14px; font-weight: 600; box-sizing: border-box; }

/* Payments */
.acrb-payment-wrapper { border: 1px solid #f1f5f9; border-radius: 16px; overflow: hidden; background: #f8fafc; }
.acrb-pay-item { border-bottom: 1px solid #f1f5f9; }
.acrb-pay-label { display: flex; align-items: center; padding: 18px 20px; cursor: pointer; font-weight: 700; color:#1e293b; }
.acrb-pay-dot { width: 18px; height: 18px; border: 2px solid #cbd5e1; border-radius: 50%; margin-right: 12px; position: relative; background: #fff; }
.acrb-pay-item input[type="radio"] { display:none; }
.acrb-pay-item input[type="radio"]:checked + .acrb-pay-label .acrb-pay-dot { border-color: #6366f1; }
.acrb-pay-item input[type="radio"]:checked + .acrb-pay-label .acrb-pay-dot::after { content:''; position:absolute; top:3px; left:3px; width:8px; height:8px; background:#6366f1; border-radius:50%; }
.acrb-pay-desc { max-height: 0; overflow: hidden; transition: 0.3s; padding: 0 20px; font-size: 13px; color: #64748b; }
.acrb-pay-item input[type="radio"]:checked ~ .acrb-pay-desc { max-height: 100px; padding: 0 20px 18px 50px; }

/* Totals */
.acrb-total-display { background: #1e293b; border-radius: 20px; padding: 25px; margin: 30px 0; color: #fff; display: flex; justify-content: space-between; align-items: center; }
.acrb-total-value { font-size:28px; font-weight:800; }
.acrb-btn-reserve { width: 100%; padding: 22px; border: none; border-radius: 20px; background: #6366f1; color: #fff; font-size: 18px; font-weight: 800; cursor: pointer; transition: 0.3s; }

@media (max-width: 1100px) { .acrb-flex-grid { flex-direction: column; } .acrb-sidebar-right { width: 100%; } }

.acrb-search-wrapper { 
    background: #ffffff; 
    padding: 30px; 
    border-radius: 24px; 
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1); 
    max-width: 1100px; 
    margin: 30px auto; 
    font-family: 'Inter', sans-serif;
    border: 1px solid #f1f5f9;
}

.acrb-search-main { 
    display: flex; 
    gap: 15px; 
    align-items: flex-end; 
    flex-wrap: wrap; 
}

.acrb-search-field { 
    flex: 1; 
    min-width: 190px; 
}

.acrb-search-field label { 
    display: flex; 
    align-items: center; 
    gap: 6px;
    font-size: 11px; 
    font-weight: 800; 
    margin-bottom: 8px; 
    color: #94a3b8; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
}

.acrb-search-field label .dashicons { 
    font-size: 15px; width: 15px; height: 15px; color: #4f46e5; 
}

.acrb-search-select, .acrb-search-input {
	width: 100% !important;
	padding: 0 16px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	font-size: 14px;
	color: #1e293b;
	background: #f8fafc;
	transition: all 0.2s ease !important;
	height: 50px;
	box-sizing: border-box;
	outline: none;
}

.acrb-search-select:focus, 
.acrb-search-input:focus {
    border-color: #4f46e5 !important; 
    background: #fff !important; 
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08) !; 
}

.acrb-search-submit { 
    background-color: #4f46e5 !important; 
    color: #fff; 
    border: none !important; 
    padding: 0 35px; 
    border-radius: 12px; 
    font-weight: 700; 
    cursor: pointer; 
    height: 50px; 
    transition: 0.3s; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px;
    font-size: 15px;
    min-width: 170px;
}
.acrb-search-submit span{
    color: #fff;
}
.acrb-search-submit:hover { 
    background: #4f46e5; 
    transform: translateY(-2px); 
}

@media (max-width: 900px) { 
    .acrb-search-main { flex-direction: column; align-items: stretch; } 
    .acrb-search-field { width: 100%; }
}

.acrb-reg-container { display: flex; justify-content: center; padding: 40px 20px; font-family: 'Inter', sans-serif; }
.acrb-reg-card { background: #fff; width: 100%; max-width: 600px; padding: 40px; border-radius: 24px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; box-sizing: border-box; }
.acrb-reg-title { font-size: 28px; font-weight: 800; color: #1e293b; margin: 0 0 5px; text-align: center; }
.acrb-reg-subtitle { text-align: center; color: #64748b; font-size: 14px; margin-bottom: 25px; }
.acrb-reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.acrb-reg-field { margin-bottom: 5px; }
.acrb-reg-full { grid-column: span 2; }
.acrb-reg-field label { display: block; font-size: 11px; font-weight: 700; color: #475569; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.acrb-reg-field input, .acrb-reg-field textarea { width: 100%; padding: 12px 16px; background: #f8fafc; border: 2px solid #f1f5f9; border-radius: 12px; font-size: 15px; outline: none; box-sizing: border-box; transition: 0.3s; }
.acrb-reg-field input:focus, .acrb-reg-field textarea:focus { border-color: #4f46e5; background: #fff; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.05); }
.acrb-reg-btn { width: 100%; background: #4f46e5; color: #fff; padding: 16px; border-radius: 12px; font-weight: 700; font-size: 16px; border: none; cursor: pointer; transition: 0.3s; margin-top: 20px; }
.acrb-reg-btn:hover { background: #1d4ed8; transform: translateY(-1px); }
.acrb-reg-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.acrb-reg-alert { margin-top: 20px; padding: 12px; border-radius: 10px; font-size: 14px; text-align: center; display: none; font-weight: 600; }

@media (max-width: 600px) { 
    .acrb-reg-grid { grid-template-columns: 1fr; } 
    .acrb-reg-full { grid-column: span 1; } 
}

/* Login specific containers */
.acrb-auth-container { display: flex; justify-content: center; padding: 40px 20px; font-family: 'Inter', sans-serif; }
.acrb-card { background: #fff; width: 100%; max-width: 400px; padding: 40px; border-radius: 24px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; box-sizing: border-box; }
.acrb-logged-in-box { text-align: center; padding: 40px; background: #fff; border-radius: 24px; border: 1px solid #f1f5f9; max-width: 400px; margin: 0 auto; }

/* Typography & Fields */
.acrb-title { font-size: 28px; font-weight: 800; color: #1e293b; margin: 0 0 10px; text-align: center; letter-spacing: -1px; }
.acrb-subtitle { color: #64748b; font-size: 14px; margin: 0 0 30px; text-align: center; }
.acrb-field { margin-bottom: 20px; text-align: left; }
.acrb-field label { display: block; font-size: 11px; font-weight: 700; color: #475569; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.acrb-field input { width: 100%; padding: 12px 16px; background: #f8fafc; border: 2px solid #f1f5f9; border-radius: 12px; font-size: 15px; outline: none; transition: 0.3s; box-sizing: border-box; color: #1e293b; }
.acrb-field input:focus { border-color: #4f46e5; background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,0.05); }

/* Buttons & Alerts */
.acrb-btn-prime { width: 100%; background: #4f46e5; color: #fff; padding: 14px; border-radius: 12px; font-weight: 700; font-size: 16px; border: none; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; }
.acrb-btn-prime:hover { background: #1d4ed8; transform: translateY(-1px); }
.acrb-alert { margin-top: 20px; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 600; text-align: center; display: none; }

/* Loading Spinner */
.acrb-spin { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: acrb-s 0.8s linear infinite; margin-left: 10px; }
@keyframes acrb-s { to { transform: rotate(360deg); } }
.is-loading .acrb-spin { display: inline-block; vertical-align: middle; }

:root {
    --acrb-blue: #4f46e5;
    --acrb-dark: #0f172a;
    --acrb-gray: #64748b;
    --acrb-border: #e2e8f0;
}

.acrb-main-wrapper { 
    max-width: 1280px; margin: 40px auto; padding: 0 20px; 
    display: flex; gap: 35px; color: var(--acrb-dark);
}

/* Sidebar */
.acrb-sidebar { width: 300px; flex-shrink: 0; }
.acrb-filter-card { 
    background: #fff; border: 1px solid var(--acrb-border); 
    border-radius: 12px; padding: 25px; position: sticky; top: 20px; 
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.acrb-filter-group { margin-bottom: 30px; }
.acrb-filter-group h4 { 
    font-size: 11px; font-weight: 800; text-transform: uppercase; 
    letter-spacing: 0.1em; margin-bottom: 15px; color: var(--acrb-gray); 
}

.acrb-search-wrap input { 
    width: 100%; padding: 12px 15px; border: 1px solid var(--acrb-border); 
    border-radius: 8px; font-size: 14px; outline: none;
}

.acrb-filter-list { list-style: none; padding: 0; margin: 0; }
.acrb-filter-item { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.acrb-filter-item label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; font-weight: 500; }
.acrb-count-badge { font-size: 11px; color: var(--acrb-gray); background: #f1f5f9; padding: 2px 8px; border-radius: 10px; }

/* Grid & Cards */
.acrb-content { flex-grow: 1; }
.acrb-car-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }

.acrb-card { 
    background: #fff; border: 1px solid var(--acrb-border); 
    border-radius: 12px; overflow: hidden; display: flex; 
    flex-direction: column; transition: 0.3s ease;
}
.acrb-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

.acrb-img { background: #f8fafc; height: 200px; display: flex; align-items: center; justify-content: center; padding: 20px; }
.acrb-img img { max-width: 100%; height: auto; object-fit: contain; }
.acrb-img .dashicons-car { font-size: 60px; color: #cbd5e1; width: 60px; height: 60px; }

.acrb-details { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.acrb-card-title { font-size: 20px; font-weight: 800; margin-bottom: 15px; text-decoration: none; color: inherit; display: block; }

.acrb-spec-list { list-style: none; padding: 0; margin: 0 0 20px 0; display: flex; flex-direction: column; gap: 10px; }
.acrb-spec-row { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.acrb-spec-label { display: flex; align-items: center; gap: 8px; color: var(--acrb-gray); }
.acrb-spec-label .dashicons { font-size: 16px; width: 16px; height: 16px; color: var(--acrb-blue); }
.acrb-spec-val { font-weight: 700; }

.acrb-card-footer { 
    display: flex; align-items: center; justify-content: space-between; 
    padding-top: 15px; border-top: 1px solid #f1f5f9; margin-top: auto; 
}
.acrb-price { font-size: 22px; font-weight: 800; color: var(--acrb-blue); }
.acrb-price span { font-size: 12px; color: var(--acrb-gray); font-weight: 400; }

.acrb-btn-details { 
    background: var(--acrb-dark); color: #fff !important; padding: 10px 20px; 
    border-radius: 8px; font-weight: 700; text-decoration: none; font-size: 14px;
}

#acrb-no-results { grid-column: 1/-1; text-align: center; padding: 60px 20px; display: none; }

@media (max-width: 1024px) { 
    .acrb-main-wrapper { flex-direction: column; } 
    .acrb-sidebar { width: 100%; } 
}

/* Header Auth Base */
.acrb-header-auth { 
    font-family: 'Inter', -apple-system, sans-serif; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

/* Logged In State */
.acrb-user-wrapper { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    text-decoration: none !important; 
    padding: 6px 14px 6px 6px; 
    border-radius: 50px; 
    background: #f8fafc; 
    border: 1px solid #f1f5f9; 
    transition: all 0.3s ease; 
}
.acrb-user-wrapper:hover { 
    background: #fff; 
    border-color: #4f46e5; 
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08); 
}

.acrb-avatar-img { 
    width: 34px; 
    height: 34px; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 2px solid #fff; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
}

.acrb-user-info { display: flex; flex-direction: column; line-height: 1.2; }
.acrb-hi { 
    font-size: 10px; 
    color: #64748b; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}
.acrb-user-name { 
    font-size: 14px; 
    color: #1e293b; 
    font-weight: 700; 
}

/* Logged Out State */
.acrb-auth-group { display: flex; align-items: center; gap: 8px; }
.acrb-h-btn { 
    font-size: 14px; 
    font-weight: 700; 
    text-decoration: none !important; 
    padding: 10px 18px; 
    border-radius: 12px; 
    transition: 0.3s; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
}

.acrb-h-login { color: #475569; border: 1px solid transparent; }
.acrb-h-login:hover { color: #4f46e5; background: #eff6ff; }

.acrb-h-reg { background: #4f46e5; color: #fff !important; }
.acrb-h-reg:hover { 
    background: #1d4ed8; 
    transform: translateY(-1px); 
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2); 
}

.acrb-h-icon { width: 18px; height: 18px; fill: currentColor; }

/* Account Dashboard Layout */
.acrb-acc-wrapper { display: flex; gap: 40px; margin: 40px auto; max-width: 1200px; padding: 0 20px; }

/* Sidebar Navigation */
.acrb-acc-nav { width: 280px; flex-shrink: 0; }
.acrb-acc-nav ul { 
    list-style: none !important; padding: 10px !important; background: #fff; 
    border: 1px solid #e2e8f0; border-radius: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
}
.acrb-acc-nav li { margin-bottom: 5px; }
.acrb-tab-trigger { 
    display: flex; align-items: center; padding: 14px 18px; color: #64748b; 
    font-weight: 600; border-radius: 12px; cursor: pointer; transition: 0.2s; 
}
.acrb-tab-trigger .dashicons { margin-right: 12px; font-size: 18px; }
.acrb-acc-nav li.active .acrb-tab-trigger { background: #eff6ff; color: #4f46e5; }
.acrb-nav-logout { border-top: 1px solid #f1f5f9; margin-top: 15px !important; padding-top: 10px; }
.acrb-nav-logout a { color: #ef4444 !important; text-decoration: none !important; }

/* Content Panels */
.acrb-acc-content { 
    flex-grow: 1; background: #fff; border: 1px solid #e2e8f0; 
    border-radius: 24px; padding: 40px; min-height: 500px; 
}
.acrb-tab-panel { display: none; }
.acrb-tab-panel.active { display: block; animation: acrbSlideUp 0.3s ease-out; }

/* Dashboard Widgets */
.acrb-dash-header h2 { font-size: 32px; font-weight: 800; color: #0f172a; margin-bottom: 5px; }
.acrb-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 30px 0; }
.acrb-stat-card { 
    padding: 25px; border: 1px solid #e2e8f0; border-radius: 20px; 
    background: #f8fafc; position: relative; 
}
.acrb-stat-card .dashicons { position: absolute; top: 20px; right: 20px; color: #4f46e5; opacity: 0.2; font-size: 30px; }
.acrb-stat-val { font-size: 28px; font-weight: 800; color: #1e293b; }
.acrb-stat-label { font-size: 13px; color: #64748b; font-weight: 600; }

.acrb-promo-banner { 
    background: #0f172a; border-radius: 20px; padding: 30px; 
    display: flex; justify-content: space-between; align-items: center; color: #fff; 
}
.acrb-btn-white { background: #fff; color: #0f172a; padding: 12px 24px; border-radius: 10px; font-weight: 700; text-decoration: none; }

/* Forms */
.acrb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.acrb-form-group label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #94a3b8; margin-bottom: 8px; }
.acrb-form-group input, .acrb-form-group textarea { 
    width: 100% !important; padding: 12px !important; border: 1px solid #cbd5e1 !important; border-radius: 10px !; font-size: 15px !; 
}
.acrb-btn-submit { background: #4f46e5 !important; color: #fff !important; border: none !important; padding: 14px 28px !important; border-radius: 12px !important; font-weight: 700 !important; cursor: pointer; width: 100%;margin-top: 20px; }

/* Modal Styles */
.acrb-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); }
.acrb-modal-content { background: #fff; margin: 10% auto; padding: 40px; border-radius: 20px; max-width: 450px; position: relative; }
.acrb-modal-close { position: absolute; right: 20px; top: 15px; font-size: 24px; cursor: pointer; color: #94a3b8; }
.acrb-receipt-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #e2e8f0; }
.acrb-receipt-total { display: flex; justify-content: space-between; padding: 20px 0; font-size: 20px; font-weight: 800; border-top: 2px solid #0f172a; margin-top: 10px; }

@keyframes acrbSlideUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.acrb-card-title {
  text-decoration: none !important;
}
.acrb-btn-book {
  text-decoration: none !important;
}

.acrb-readonly, .acrb-input{
	width: 100% !important;
	padding: 10px !important;
	border: 1px solid #eee !important;
	border-radius: 8px;
	background: #f5f5f5;
	color: #777;
	cursor: not-allowed;
}
.acrb-btn-outline.open-receipt {
	background-color: #4f46e5;
	color: #fff;
	border: 0;
}