/* Skip Bin Hire - Hire Skip Bin Now - Branded Professional Styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary-color: #2d8c1f;
    --primary-hover: #247316;
    --primary-dark: #1a5a10;
    --primary-light: #eaf5e6;
    --secondary-color: #f4f9f2;
    --accent-gold: #d4950a;
    --accent-gold-hover: #b87f08;
    --accent-gold-light: #fdf3e0;
    --accent-gold-bg: rgba(212, 149, 10, 0.06);
    --accent-green: #2d8c1f;
    --accent-green-bg: rgba(45, 140, 31, 0.06);
    --accent-green-border: #2d8c1f;
    --text-dark: #111827;
    --text-medium: #374151;
    --text-light: #6b7280;
    --border-color: #e2e5e9;
    --border-light: #eef0f3;
    --bg-light: #f9fafb;
    --bg-light-green: #f0f7ed;
    --bg-page: #f3f4f6;
    --success-color: #2d8c1f;
    --error-color: #dc2626;
    --warning-color: #d4950a;
    --allowed-color: #2d8c1f;
    --prohibited-color: #dc2626;
    --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.07);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --shadow-card: 0 1px 4px rgba(0,0,0,0.06);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --transition: 0.2s ease;
}

/* ============================================
   CSS ISOLATION - Prevent theme style inheritance
   ============================================ */
.rsh-form-container,
body .rsh-form-container,
body .elementor .rsh-form-container,
body .elementor-widget-container .rsh-form-container {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 16px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    word-spacing: normal !important;
    text-decoration: none !important;
    float: none !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    text-indent: 0 !important;
}

.rsh-form-container *,
.rsh-form-container *::before,
.rsh-form-container *::after {
    box-sizing: border-box !important;
}

/* Reset ALL elements inside plugin container */
.rsh-form-container div,
.rsh-form-container span,
.rsh-form-container section,
.rsh-form-container article,
.rsh-form-container aside,
.rsh-form-container header,
.rsh-form-container footer,
.rsh-form-container nav,
.rsh-form-container main {
    font-family: var(--font-family) !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    word-spacing: normal !important;
    text-shadow: none !important;
}

.rsh-form-container h1,
.rsh-form-container h2,
.rsh-form-container h3,
.rsh-form-container h4,
.rsh-form-container h5,
.rsh-form-container h6 {
    font-family: var(--font-family) !important;
    color: var(--text-dark) !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    word-spacing: normal !important;
    text-shadow: none !important;
    line-height: 1.3 !important;
    background: none !important;
    float: none !important;
    text-indent: 0 !important;
}

.rsh-form-container p {
    font-family: var(--font-family) !important;
    color: var(--text-medium) !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    background: none !important;
}

.rsh-form-container a {
    text-decoration: none !important;
    color: var(--primary-color) !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-family: var(--font-family) !important;
}

.rsh-form-container a:hover,
.rsh-form-container a:focus,
.rsh-form-container a:active,
.rsh-form-container a:visited {
    text-decoration: underline !important;
    color: var(--primary-hover) !important;
    outline: none !important;
    box-shadow: none !important;
}

.rsh-form-container img {
    max-width: 100% !important;
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.rsh-form-container ul,
.rsh-form-container ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.rsh-form-container li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
}

.rsh-form-container li::before,
.rsh-form-container li::after {
    content: none !important;
    display: none !important;
}

.rsh-form-container table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    table-layout: auto !important;
}

.rsh-form-container th,
.rsh-form-container td {
    font-family: var(--font-family) !important;
    text-align: left !important;
    padding: 8px 12px !important;
    border: none !important;
    background: transparent !important;
    color: var(--text-dark) !important;
    font-size: 14px !important;
    vertical-align: middle !important;
}

.rsh-form-container label {
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--text-medium) !important;
    display: block !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    cursor: default !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* Form inputs */
.rsh-form-container input[type="text"],
.rsh-form-container input[type="email"],
.rsh-form-container input[type="tel"],
.rsh-form-container input[type="number"],
.rsh-form-container input[type="date"],
.rsh-form-container input[type="url"],
.rsh-form-container input[type="search"],
.rsh-form-container input[type="password"],
.rsh-form-container textarea,
body .rsh-form-container input[type="text"],
body .rsh-form-container input[type="email"],
body .rsh-form-container input[type="tel"],
body .rsh-form-container input[type="number"],
body .rsh-form-container input[type="date"],
body .rsh-form-container textarea,
body .elementor .rsh-form-container input[type="text"],
body .elementor .rsh-form-container input[type="email"],
body .elementor .rsh-form-container input[type="tel"],
body .elementor .rsh-form-container input[type="number"],
body .elementor .rsh-form-container input[type="date"],
body .elementor .rsh-form-container textarea {
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-width: 1.5px !important;
    border-radius: var(--radius-sm) !important;
    padding: 9px 12px !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: none !important;
    line-height: 1.5 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    transition: border-color var(--transition), box-shadow var(--transition) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    background-image: none !important;
    text-indent: 0 !important;
    float: none !important;
    opacity: 1 !important;
}

/* Placeholder */
.rsh-form-container input::placeholder,
.rsh-form-container textarea::placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.rsh-form-container input::-webkit-input-placeholder,
.rsh-form-container textarea::-webkit-input-placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
}

.rsh-form-container input::-moz-placeholder,
.rsh-form-container textarea::-moz-placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
}

.rsh-form-container input:-ms-input-placeholder,
.rsh-form-container textarea:-ms-input-placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
}

body .rsh-form-container input[type="text"]:focus,
body .rsh-form-container input[type="email"]:focus,
body .rsh-form-container input[type="tel"]:focus,
body .rsh-form-container input[type="number"]:focus,
body .rsh-form-container input[type="date"]:focus,
body .rsh-form-container input[type="url"]:focus,
body .rsh-form-container input[type="search"]:focus,
body .rsh-form-container input[type="password"]:focus,
body .rsh-form-container textarea:focus,
body .elementor .rsh-form-container input:focus,
body .elementor .rsh-form-container textarea:focus {
    border-color: var(--accent-gold) !important;
    box-shadow: 0 0 0 3px rgba(212, 149, 10, 0.15) !important;
    outline: none !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

/* Select dropdowns */
.rsh-form-container select,
body .rsh-form-container select,
body .elementor .rsh-form-container select {
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-width: 1.5px !important;
    border-radius: var(--radius-sm) !important;
    padding: 9px 12px !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 1.5 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a4a5a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px !important;
    padding-right: 38px !important;
    cursor: pointer !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    float: none !important;
    opacity: 1 !important;
    transition: border-color var(--transition), box-shadow var(--transition) !important;
}

body .rsh-form-container select:focus,
body .elementor .rsh-form-container select:focus {
    border-color: var(--accent-gold) !important;
    box-shadow: 0 0 0 3px rgba(212, 149, 10, 0.15) !important;
    outline: none !important;
    background-color: #ffffff !important;
}

body .rsh-form-container select:hover {
    border-color: var(--accent-gold) !important;
}

/* Buttons base */
.rsh-form-container button,
.rsh-form-container input[type="submit"],
.rsh-form-container input[type="button"] {
    font-family: var(--font-family) !important;
    cursor: pointer !important;
    border: none !important;
    outline: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: 1.5 !important;
    background-image: none !important;
    text-shadow: none !important;
    float: none !important;
}

.rsh-form-container input[type="checkbox"],
.rsh-form-container input[type="radio"] {
    width: auto !important;
    margin: 0 6px 0 0 !important;
    vertical-align: middle !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    background-color: #ffffff !important;
}

.rsh-form-container strong,
.rsh-form-container b {
    font-weight: 700 !important;
}

.rsh-form-container em,
.rsh-form-container i {
    font-style: italic !important;
}

.rsh-form-container hr {
    border: none !important;
    border-top: 1px solid var(--border-color) !important;
    margin: 16px 0 !important;
    background: none !important;
    height: 0 !important;
}

.rsh-form-container fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rsh-form-container legend {
    font-family: var(--font-family) !important;
    font-weight: 600 !important;
    color: var(--text-dark) !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    border: none !important;
}

/* End CSS Isolation Reset */

/* ============================================
   PROGRESS BAR - Modern pill stepper
   ============================================ */
.rsh-progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 4px;
    background: var(--bg-light);
    border-radius: 8px;
    border: 1px solid var(--border-light);
    max-width: 420px;
    gap: 4px;
}

.rsh-progress-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 8px 16px;
    border-radius: 6px;
    gap: 6px;
    transition: all 0.2s ease;
    flex: 1;
    justify-content: center;
}

.rsh-progress-step.rsh-active {
    background: var(--accent-gold);
    box-shadow: 0 1px 4px rgba(212, 149, 10, 0.3);
}

.rsh-progress-step.rsh-completed {
    background: var(--primary-color);
}

.rsh-progress-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    color: var(--text-light);
    transition: all 0.2s ease;
    margin-bottom: 0;
    font-family: var(--font-family);
    flex-shrink: 0;
}

.rsh-progress-step.rsh-active .rsh-progress-circle {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    box-shadow: none;
}

.rsh-progress-step.rsh-completed .rsh-progress-circle {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    color: white;
}

.rsh-progress-step.rsh-completed .rsh-progress-circle::after {
    content: '\2713';
    font-size: 12px;
}

.rsh-progress-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-light);
    text-align: center;
    white-space: nowrap;
    transition: color 0.2s;
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rsh-progress-step.rsh-active .rsh-progress-label {
    color: #ffffff;
    font-weight: 700;
}

.rsh-progress-step.rsh-completed .rsh-progress-label {
    color: rgba(255,255,255,0.9);
}

.rsh-progress-line {
    display: none;
    flex: 0;
    height: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 0;
    position: relative;
    border-radius: 0;
    min-width: 0;
}

.rsh-progress-step.rsh-completed + .rsh-progress-line {
    background: transparent;
}

html body .rsh-form-container .rsh-step {
    animation: rshFadeIn 0.4s ease-out !important;
    overflow: visible !important;
}

@keyframes rshFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.rsh-form-container h2 {
    font-size: 22px;
    margin-bottom: 2px;
    color: var(--text-dark);
    text-align: center;
    font-weight: 800;
    font-family: var(--font-family);
    letter-spacing: -0.02em;
}

/* Step Header */
.rsh-step-header {
    text-align: center;
    margin-bottom: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.rsh-step-subtitle {
    font-size: 14px;
    color: var(--text-light);
    margin: 4px 0 0 0;
}

/* Section Titles */
.rsh-section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 14px 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--primary-color);
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Numbered Section Titles */
.rsh-numbered-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    border-bottom: none;
    padding-bottom: 2px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.rsh-section-number {
    font-weight: 800;
    color: var(--primary-color);
}

/* Checkout Sections - clean white cards */
.rsh-checkout-section {
    margin-bottom: 14px;
    background: #f7f8fa;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 18px 20px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
    border-left: 3px solid var(--primary-color);
}

.rsh-checkout-section:hover {
    box-shadow: var(--shadow-md);
}

.rsh-checkout-section .rsh-section-title {
    margin-top: 0;
}

/* Order Details Table */
.rsh-order-details-table {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.rsh-details-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-family);
}

.rsh-details-table td {
    padding: 8px 12px;
    font-size: 13px;
    border-bottom: 1px solid var(--border-light);
}

.rsh-details-table tr:last-child td {
    border-bottom: none;
}

.rsh-details-table td:first-child {
    color: var(--text-light);
    font-weight: 500;
    width: 40%;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rsh-details-table td:last-child {
    color: var(--text-dark);
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

/* ============================================
   QUOTE FORM CONTENT - Centered card
   ============================================ */
.rsh-quote-form-content {
    max-width: 560px;
    margin: 0 auto;
    background: #f7f8fa !important;
    border: 1px solid var(--border-light) !important;
    border-left: 4px solid var(--primary-color) !important;
    border-radius: 2px var(--radius-md) var(--radius-md) 2px !important;
    padding: 20px 24px !important;
    box-shadow: var(--shadow-sm) !important;
}

/* Form Elements */
.rsh-form-group {
    margin-bottom: 12px;
}

.rsh-form-group label {
    display: block !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    color: var(--text-medium) !important;
    font-size: 12px !important;
    font-family: var(--font-family) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.rsh-input {
    width: 100% !important;
    padding: 9px 12px !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    transition: border-color var(--transition), box-shadow var(--transition) !important;
    font-family: var(--font-family) !important;
    color: var(--text-dark) !important;
    background-color: #ffffff !important;
    background-image: none !important;
    height: 40px !important;
    min-height: 40px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.rsh-input:focus {
    outline: none !important;
    border-color: var(--accent-gold) !important;
    box-shadow: 0 0 0 3px rgba(212, 149, 10, 0.15) !important;
    background-color: #ffffff !important;
}

.rsh-input::placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

.rsh-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 14px !important;
    padding-right: 36px !important;
    cursor: pointer !important;
    background-color: #ffffff !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    height: 40px !important;
    min-height: 40px !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
}

.rsh-select:hover {
    border-color: var(--accent-gold) !important;
}

.rsh-select:focus {
    outline: none !important;
    border-color: var(--accent-gold) !important;
    box-shadow: 0 0 0 3px rgba(212, 149, 10, 0.15) !important;
    background-color: #ffffff !important;
}

.rsh-select:disabled {
    background-color: var(--bg-light) !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* ============================================
   BUTTONS - Modern with subtle depth
   ============================================ */
.rsh-form-container .rsh-btn {
    padding: 10px 22px !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all var(--transition);
    margin-right: 10px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-family: var(--font-family) !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none;
    line-height: 1.5 !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    position: relative;
    overflow: hidden;
}

.rsh-form-container .rsh-btn-lg {
    padding: 12px 28px !important;
    font-size: 14px !important;
    border-radius: var(--radius-sm) !important;
}

.rsh-form-container .rsh-btn-primary {
    background: var(--accent-gold) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(212, 149, 10, 0.25) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.rsh-form-container .rsh-btn-primary:hover {
    background: var(--accent-gold-hover) !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(212, 149, 10, 0.35) !important;
}

.rsh-form-container .rsh-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(212, 149, 10, 0.2) !important;
}

.rsh-form-container .rsh-btn-primary:disabled {
    background: #cbd5e0 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    transform: none;
}

.rsh-form-container .rsh-btn-success {
    background: var(--primary-color) !important;
    color: white !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(45, 140, 31, 0.25) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.rsh-form-container .rsh-btn-success:hover {
    background: var(--primary-hover) !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(45, 140, 31, 0.35) !important;
}

.rsh-form-container .rsh-btn-secondary {
    background: #ffffff !important;
    color: var(--text-medium) !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    box-shadow: none !important;
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
}

.rsh-form-container .rsh-btn-secondary:hover {
    background: var(--bg-light) !important;
    border-color: var(--text-light) !important;
    color: var(--text-dark) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
}

.rsh-form-container .rsh-btn.rsh-full-width {
    width: 100%;
    display: flex;
    margin-right: 0;
}

.rsh-action-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    flex-wrap: wrap;
}

/* ============================================
   WASTE TYPE INFORMATION
   ============================================ */
.rsh-waste-info {
    background: #ffffff;
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    margin: 8px 0 12px 0;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.rsh-waste-info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.rsh-allowed-items h4,
.rsh-prohibited-items h4 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--border-light);
    font-family: var(--font-family);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rsh-allowed-items h4 {
    color: var(--allowed-color);
    border-bottom-color: rgba(112, 191, 68, 0.2);
}

.rsh-prohibited-items h4 {
    color: var(--prohibited-color);
    border-bottom-color: rgba(229, 62, 62, 0.2);
}

.rsh-allowed-items ul,
.rsh-prohibited-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rsh-allowed-items li,
.rsh-prohibited-items li {
    padding: 5px 0;
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    font-size: 13px;
    color: var(--text-medium);
}

.rsh-list-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* Remove old pseudo-element icons */
.rsh-allowed-items li::before,
.rsh-prohibited-items li::before {
    content: none !important;
    display: none !important;
}

/* ============================================
   PLACEMENT TYPE - Radio Buttons
   ============================================ */
.rsh-placement-type {
    margin: 16px 0 !important;
}

.rsh-placement-radio-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 8px !important;
}

.rsh-form-container .rsh-radio-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    background: #ffffff !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-radius: var(--radius-sm) !important;
    cursor: pointer !important;
    transition: all var(--transition) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}

.rsh-form-container .rsh-radio-label:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-light) !important;
}

.rsh-form-container .rsh-placement-radio {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 1px 0 0 0 !important;
    accent-color: var(--primary-color) !important;
    cursor: pointer !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    flex-shrink: 0 !important;
}

.rsh-form-container .rsh-radio-label:has(.rsh-placement-radio:checked) {
    border-color: var(--primary-color) !important;
    border-width: 1.5px !important;
    background: var(--primary-light) !important;
    box-shadow: 0 0 0 2px rgba(45, 140, 31, 0.08) !important;
}

.rsh-radio-text {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: var(--text-dark) !important;
    font-family: var(--font-family) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.rsh-radio-hint {
    width: 100% !important;
    padding-left: 28px !important;
    font-size: 12px !important;
    color: var(--text-light) !important;
    font-weight: 400 !important;
    font-style: italic !important;
    margin-top: 2px !important;
    font-family: var(--font-family) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* ============================================
   EXTRAS
   ============================================ */
.rsh-extras-list {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.rsh-extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 14px;
    margin-bottom: 6px;
    background: var(--bg-light) !important;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light) !important;
    border-style: solid !important;
    transition: all var(--transition);
    cursor: pointer;
}

.rsh-extra-item:last-child {
    margin-bottom: 0;
}

.rsh-extra-item:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-light) !important;
    box-shadow: 0 2px 6px rgba(45, 140, 31, 0.1);
}

.rsh-extra-item.rsh-extra-selected {
    border-color: var(--primary-color) !important;
    border-width: 1.5px !important;
    background: var(--primary-light) !important;
    box-shadow: none;
}

.rsh-extra-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    flex: 1;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    color: var(--text-dark) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.rsh-extra-checkbox {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    cursor: pointer;
    accent-color: var(--primary-color);
    border: 1.5px solid var(--border-color) !important;
    border-radius: 3px;
}

.rsh-extra-checkbox:checked {
    accent-color: var(--primary-color);
}

.rsh-extra-price {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 12px;
    margin-left: auto;
    padding: 3px 10px;
    white-space: nowrap;
    background: var(--primary-light);
    border-radius: 4px;
    letter-spacing: 0;
    border: 1px solid rgba(45, 140, 31, 0.2);
}

.rsh-extra-quantity {
    width: 52px !important;
    max-width: 52px !important;
    min-width: 52px !important;
    padding: 4px 2px !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-radius: 4px !important;
    text-align: center !important;
    margin-left: 8px;
    font-weight: 600;
    font-size: 13px;
    font-family: var(--font-family);
    background: #ffffff !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
    flex-shrink: 0 !important;
}

/* Hide spinner arrows on number input */
.rsh-extra-quantity::-webkit-outer-spin-button,
.rsh-extra-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Quantity +/- Controls */
.rsh-qty-controls {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: 8px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #ffffff;
    height: 32px;
    flex-shrink: 0;
}

.rsh-qty-controls .rsh-extra-quantity {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    border: none !important;
    border-left: 1.5px solid var(--border-color) !important;
    border-right: 1.5px solid var(--border-color) !important;
    border-radius: 0 !important;
    height: 100% !important;
    min-height: unset !important;
    max-height: unset !important;
    margin: 0 !important;
    padding: 0 2px !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center !important;
    background: #ffffff !important;
    line-height: 32px;
}

.rsh-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    border: none !important;
    background: var(--bg-light) !important;
    color: var(--text-medium);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    transition: background 0.15s ease, color 0.15s ease;
    user-select: none;
    -webkit-user-select: none;
    font-family: var(--font-family);
    outline: none !important;
    box-shadow: none !important;
}

.rsh-qty-btn:hover {
    background: var(--primary-light) !important;
    color: var(--primary-color);
}

.rsh-qty-btn:active {
    background: var(--primary-color) !important;
    color: #ffffff;
}

/* ============================================
   QUOTE DISPLAY - Bold price card
   ============================================ */
.rsh-quote-simple {
    text-align: center !important;
    padding: 20px 16px !important;
    background: #ffffff !important;
    border: 1px solid var(--border-light) !important;
    border-left: 4px solid var(--accent-gold) !important;
    border-radius: 2px var(--radius-sm) var(--radius-sm) 2px !important;
    margin: 12px 0 !important;
    position: relative;
    overflow: hidden;
}

.rsh-quote-simple::before {
    content: none;
}

.rsh-quote-price-big {
    font-size: 38px !important;
    font-weight: 900 !important;
    color: var(--primary-dark) !important;
    line-height: 1.1 !important;
    font-family: var(--font-family) !important;
    letter-spacing: -0.03em !important;
}

.rsh-quote-price-label {
    font-size: 11px !important;
    color: var(--text-light) !important;
    margin-top: 2px !important;
    font-family: var(--font-family) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 600 !important;
}

.rsh-quote-hire-simple {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text-medium) !important;
    margin-top: 8px !important;
    font-family: var(--font-family) !important;
}

.rsh-quote-trust {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    padding: 10px 14px;
    background: var(--primary-light);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(45, 140, 31, 0.15);
}

.rsh-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--text-dark) !important;
    font-family: var(--font-family) !important;
    line-height: 1.3;
}

.rsh-trust-item svg {
    flex-shrink: 0;
}

.rsh-quote-note {
    font-size: 11px !important;
    color: var(--text-light) !important;
    margin-top: 6px !important;
    font-family: var(--font-family) !important;
    font-style: italic;
}

/* ============================================
   FIELD VALIDATION & LOCKED STATES
   ============================================ */
html body .rsh-form-container .rsh-field-error,
html body .rsh-form-container input.rsh-field-error,
html body .rsh-form-container select.rsh-field-error,
html body .rsh-form-container textarea.rsh-field-error,
html body .rsh-form-container .rsh-form-group.rsh-field-error {
    border-color: var(--error-color) !important;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12) !important;
}

html body .rsh-form-container .rsh-field-locked,
html body .rsh-form-container input.rsh-field-locked,
html body .rsh-form-container select.rsh-field-locked,
html body .rsh-form-container textarea.rsh-field-locked {
    background-color: var(--bg-light) !important;
    opacity: 0.65 !important;
    cursor: not-allowed !important;
}

/* ============================================
   CHECKOUT - Two Column Layout (wide)
   ============================================ */
html body .rsh-form-container .rsh-checkout-layout {
    display: grid !important;
    grid-template-columns: 1fr 340px !important;
    gap: 20px !important;
    align-items: start !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

html body .rsh-form-container .rsh-checkout-left {
    display: block !important;
    min-width: 0 !important;
}

html body .rsh-form-container .rsh-checkout-right {
    display: block !important;
    min-width: 0 !important;
    align-self: start !important;
}

html body .rsh-form-container .rsh-checkout-summary-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important;
    border-radius: var(--radius-md) !important;
    overflow: hidden !important;
    max-height: none !important;
    z-index: 10 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
    border: 1px solid var(--border-light) !important;
}

/* Checkout Extras Section */
.rsh-checkout-extras-section {
    margin-bottom: 14px;
    border-left-color: var(--accent-gold) !important;
}

/* Details section - different accent */
#rsh-details-wrap {
    border-left-color: var(--text-light) !important;
}

/* Back button in checkout */
#rsh-back-to-step2 {
    margin-top: 12px;
    width: 100%;
    justify-content: center !important;
    padding: 12px 20px !important;
    background: var(--accent-gold-light) !important;
    border: 1.5px solid var(--accent-gold) !important;
    border-style: solid !important;
    color: var(--accent-gold-hover) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    border-radius: var(--radius-sm) !important;
    text-transform: uppercase !important;
}

#rsh-back-to-step2:hover {
    background: var(--accent-gold) !important;
    border-color: var(--accent-gold) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(212, 149, 10, 0.25) !important;
}

.rsh-extras-hint {
    font-size: 13px;
    color: var(--text-light);
    margin: 0 0 12px 0;
    font-style: italic;
}

/* Updating state for summary recalculation */
.rsh-checkout-summary.rsh-updating {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}

/* ============================================
   CHECKOUT SUMMARY - White card, dark text
   ============================================ */
.rsh-checkout-summary {
    background: #ffffff !important;
    border-radius: var(--radius-md) !important;
    padding: 0 !important;
    border: none !important;
    color: var(--text-dark) !important;
    position: relative;
    overflow: hidden;
}

/* No pseudo-element accent bar - using header instead */
.rsh-checkout-summary::before {
    content: none;
}

.rsh-checkout-summary .rsh-summary-card {
    background: #ffffff !important;
    border-radius: var(--radius-md) !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.rsh-checkout-summary .rsh-summary-card *,
.rsh-checkout-summary .rsh-summary-card *::before,
.rsh-checkout-summary .rsh-summary-card *::after {
    box-sizing: border-box !important;
}

.rsh-checkout-summary .rsh-summary-card span,
.rsh-checkout-summary .rsh-summary-card strong,
.rsh-checkout-summary .rsh-summary-card small {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    line-height: inherit !important;
}

.rsh-checkout-summary .rsh-summary-card h4,
.rsh-summary-card h4 {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #ffffff !important;
    padding: 14px 16px !important;
    border-bottom: none !important;
    font-family: var(--font-family) !important;
    text-align: left !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    background: var(--primary-dark) !important;
    border-radius: 0 !important;
    line-height: 1.4 !important;
}

.rsh-summary-items {
    margin-bottom: 6px;
    padding: 14px 16px 0 16px;
}

.rsh-summary-item {
    display: flex !important;
    justify-content: space-between !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid var(--border-light) !important;
    font-size: 12px !important;
    gap: 8px !important;
    margin: 0 !important;
    background: transparent !important;
}

.rsh-summary-item:last-child {
    border-bottom: none !important;
}

.rsh-summary-item span:first-child {
    color: var(--text-light) !important;
    font-weight: 500 !important;
}

.rsh-summary-item span:last-child {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    text-align: right !important;
    word-break: break-word;
}

.rsh-summary-breakdown {
    padding: 8px 16px 0 16px !important;
    margin: 0 !important;
    border-top: 1px solid var(--border-light) !important;
    background: transparent !important;
}

.rsh-summary-breakdown .rsh-summary-item {
    padding: 4px 0 !important;
    border-bottom: none !important;
    font-size: 12px !important;
}

.rsh-summary-item-main {
    padding: 8px 0 !important;
    align-items: flex-start !important;
}

.rsh-summary-item-main span:last-child {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--primary-dark) !important;
}

.rsh-summary-label-group {
    line-height: 1.4 !important;
}

.rsh-summary-label-group strong {
    font-size: 14px !important;
    color: var(--text-dark) !important;
}

.rsh-summary-label-group small {
    font-size: 12px !important;
    color: var(--text-light) !important;
    font-weight: 400 !important;
    display: block !important;
}

.rsh-summary-tax {
    border-top: 1px solid var(--border-light) !important;
    padding-top: 6px !important;
    margin-top: 2px !important;
}

.rsh-summary-total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 16px !important;
    margin: 10px 0 0 0 !important;
    background: var(--accent-gold) !important;
    border: none !important;
    border-radius: 0 0 var(--radius-md) var(--radius-md) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.rsh-total-amount {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
}

/* Form Row (for side-by-side inputs) */
.rsh-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* ============================================
   HOLD TIMER
   ============================================ */
.rsh-hold-timer {
    background: var(--accent-gold-light);
    border: 1px solid rgba(212, 149, 10, 0.2);
    color: var(--text-dark);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 16px;
    font-family: var(--font-family);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rsh-hold-timer strong,
.rsh-hold-timer b {
    color: var(--accent-gold);
    font-weight: 700;
}

/* ============================================
   PAYMENT SECTION (inside summary card)
   ============================================ */
.rsh-payment-section {
    margin-top: 0;
    background: #ffffff;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    padding: 14px 16px;
    border: none;
    border-top: 1px solid var(--border-light);
    position: relative;
}

.rsh-payment-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-light);
    font-family: var(--font-family);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* PAY AND BOOK button */
.rsh-pay-btn {
    margin-top: 12px;
    padding: 14px 24px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: var(--radius-sm) !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(45, 140, 31, 0.25) !important;
}

.rsh-pay-btn:hover {
    background: var(--primary-hover) !important;
    box-shadow: 0 3px 12px rgba(45, 140, 31, 0.35) !important;
    transform: translateY(-1px);
}

/* Payment Tabs */
.rsh-payment-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 14px;
    border-bottom: 2px solid var(--border-color);
}

.rsh-payment-tab {
    flex: 1;
    padding: 10px 12px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-light);
    transition: all 0.3s;
    font-size: 13px;
    font-family: var(--font-family);
    margin-bottom: -2px;
}

.rsh-payment-tab:hover {
    color: var(--text-dark);
}

.rsh-payment-tab.rsh-active {
    color: var(--primary-dark);
    border-bottom-color: var(--primary-color);
}

.rsh-payment-content {
    display: none;
}

.rsh-payment-content.rsh-active {
    display: block;
}

#rsh-stripe-payment-element {
    margin: 10px 0;
    background: white;
    border-radius: var(--radius-sm);
    padding: 14px;
    border: 1px solid var(--border-color);
}

#rsh-paypal-button-container {
    margin: 10px 0;
}

/* ============================================
   ERROR MESSAGES
   ============================================ */
.rsh-error {
    background: #fff5f5;
    color: var(--error-color);
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    margin-top: 12px;
    border-left: 4px solid var(--error-color);
    font-weight: 500;
    font-size: 13px;
}

.rsh-payment-section .rsh-error {
    background: #fff5f5;
    border-left: 4px solid var(--error-color);
    color: var(--error-color);
}

/* ============================================
   LOADING SPINNER
   ============================================ */
.rsh-loading {
    text-align: center;
    padding: 40px;
}

.rsh-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color);
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: rshSpin 0.8s linear infinite;
    margin: 0 auto 16px;
}

@keyframes rshSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rsh-loading p {
    color: var(--text-light);
    font-weight: 600;
    font-size: 14px;
}

.rsh-order-ref {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

/* ============================================
   POSTCODE MINI FORM
   ============================================ */
.rsh-postcode-mini-form {
    max-width: 100%;
    margin: 0;
    padding: 22px;
    background: var(--primary-dark);
    border-radius: var(--radius-md);
    text-align: left;
    font-family: var(--font-family);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    box-sizing: border-box;
    box-shadow: var(--shadow-md);
}

.rsh-postcode-mini-form h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px 0;
    font-family: var(--font-family);
    line-height: 1.3;
}

.rsh-postcode-mini-form p {
    color: rgba(255,255,255,0.75);
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 400;
}

.rsh-postcode-mini-input-wrap {
    display: flex;
    gap: 8px;
}

.rsh-postcode-mini-input-wrap input,
.rsh-postcode-mini-input-wrap input[type="text"],
.rsh-postcode-mini-form input[type="text"] {
    flex: 1;
    padding: 12px 14px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-style: solid !important;
    border-width: 1.5px !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    font-family: var(--font-family) !important;
    color: var(--text-dark) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.rsh-postcode-mini-input-wrap input:focus,
.rsh-postcode-mini-input-wrap input[type="text"]:focus,
.rsh-postcode-mini-form input[type="text"]:focus {
    outline: none !important;
    border-color: #fff !important;
    border-style: solid !important;
    border-width: 1.5px !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.rsh-postcode-mini-input-wrap input:active,
.rsh-postcode-mini-input-wrap input[type="text"]:active,
.rsh-postcode-mini-form input[type="text"]:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.rsh-postcode-mini-input-wrap input::placeholder,
.rsh-postcode-mini-form input::placeholder {
    color: #9ca3af !important;
    opacity: 1 !important;
}

/* Autofill override for mini form */
.rsh-postcode-mini-form input:-webkit-autofill,
.rsh-postcode-mini-form input:-webkit-autofill:hover,
.rsh-postcode-mini-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: var(--text-dark) !important;
    background-color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-style: solid !important;
}

/* Autofill override for main form */
.rsh-form-container input:-webkit-autofill,
.rsh-form-container input:-webkit-autofill:hover,
.rsh-form-container input:-webkit-autofill:focus,
.rsh-form-container input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: var(--text-dark) !important;
    background-color: #ffffff !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
}

.rsh-postcode-mini-input-wrap button {
    padding: 10px 20px;
    background: var(--accent-gold);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: var(--font-family);
    white-space: nowrap;
}

.rsh-postcode-mini-input-wrap button:hover {
    background: var(--accent-gold-hover);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.rsh-postcode-mini-error {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    display: none;
}

/* ============================================
   PERMIT WARNING BOX
   ============================================ */
.rsh-permit-warning {
    margin: 12px 0 16px 0;
}

.rsh-warning-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-left: 4px solid var(--accent-gold);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
}

.rsh-warning-box p {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #92400e;
    line-height: 1.5;
}

.rsh-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
}

.rsh-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--primary-color);
    cursor: pointer;
    flex-shrink: 0;
}

/* ============================================
   HIRE PERIOD INFO
   ============================================ */
.rsh-hire-info {
    margin: 12px 0 16px 0;
}

.rsh-hire-details {
    background: var(--primary-light);
    border: 1px solid rgba(112, 191, 68, 0.2);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-dark);
}

.rsh-hire-label {
    font-weight: 500;
}

.rsh-hire-included {
    color: var(--text-light);
    font-size: 12px;
}

.rsh-hire-warning {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-left: 4px solid var(--error-color);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 13px;
    color: var(--error-color);
    font-weight: 500;
}

/* Permit Info Box (waste-info style in placement section) */
.rsh-permit-info-box {
    margin-top: 12px;
}

.rsh-permit-info-box .rsh-permit-info-text {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.5;
}

.rsh-permit-info-box .rsh-checkbox-label {
    font-size: 13px;
    color: var(--text-dark);
}

/* Waste Warnings */
.rsh-waste-warnings {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.rsh-waste-warning-text {
    margin: 0;
    font-size: 13px;
    color: #92400e;
    background: #fffbeb;
    padding: 10px 12px;
    border-radius: 6px;
    border-left: 3px solid var(--accent-gold);
}

/* Field Hints */
.rsh-field-hint {
    margin: 4px 0 0 0;
    font-size: 11px;
    color: var(--text-light);
    font-weight: 400;
    font-style: italic;
}

/* ============================================
   SEARCH POSTCODE BANNER
   ============================================ */
.rsh-search-postcode-banner {
    background: var(--primary-light) !important;
    border-radius: var(--radius-sm) !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    border: 1px solid rgba(45, 140, 31, 0.2) !important;
}

.rsh-search-banner-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--primary-dark) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    font-family: var(--font-family) !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    user-select: none !important;
    background: transparent !important;
    border: none !important;
}

.rsh-search-banner-title:hover {
    background: rgba(45, 140, 31, 0.08) !important;
}

.rsh-search-banner-body {
    display: none;
    padding: 0 16px 14px 16px !important;
}

.rsh-search-banner-body.rsh-open {
    display: block;
}

html body .rsh-form-container .rsh-search-banner-label,
html body .rsh-form-container label.rsh-search-banner-label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: var(--text-medium) !important;
    margin-bottom: 4px !important;
    font-family: var(--font-family) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

html body .rsh-form-container .rsh-search-banner-input,
html body .rsh-form-container input.rsh-search-banner-input,
html body .rsh-form-container input[type="text"].rsh-search-banner-input {
    width: 100% !important;
    padding: 9px 12px !important;
    border: 1.5px solid var(--border-color) !important;
    border-style: solid !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    font-family: var(--font-family) !important;
    color: var(--text-dark) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    height: 40px !important;
    min-height: 40px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    opacity: 1 !important;
}

html body .rsh-form-container .rsh-search-banner-input:focus,
html body .rsh-form-container input.rsh-search-banner-input:focus,
html body .rsh-form-container input[type="text"].rsh-search-banner-input:focus {
    border-color: var(--accent-gold) !important;
    box-shadow: 0 0 0 3px rgba(212, 149, 10, 0.15) !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

html body .rsh-form-container .rsh-search-banner-input:active,
html body .rsh-form-container input.rsh-search-banner-input:active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

html body .rsh-form-container .rsh-search-banner-input::placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
}

/* Google Places autocomplete dropdown */
.pac-container {
    z-index: 999999 !important;
    font-family: var(--font-family) !important;
    background-color: #ffffff !important;
    border-radius: var(--radius-sm) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: var(--shadow-lg) !important;
    margin-top: 4px !important;
}

.pac-item {
    font-family: var(--font-family) !important;
    padding: 10px 14px !important;
    cursor: pointer !important;
    border-top: 1px solid var(--border-light) !important;
    font-size: 13px !important;
}

.pac-item:first-child {
    border-top: none !important;
}

.pac-item:hover {
    background-color: var(--primary-light) !important;
}

/* Waste Info Title */
.rsh-waste-info-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
    font-family: var(--font-family);
}

/* Postcode Search Button (legacy) */
.rsh-postcode-input-wrap {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.rsh-postcode-input-wrap .rsh-input {
    flex: 1;
}

.rsh-postcode-search-btn {
    padding: 10px 16px !important;
    margin: 0 !important;
    font-size: 13px !important;
    white-space: nowrap;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

/* Quote Hire Info */
.rsh-quote-hire-info {
    padding: 10px 16px;
    font-size: 13px;
    color: var(--text-light);
    border-top: 1px solid var(--border-color);
}

.rsh-quote-hire-info p {
    margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet */
@media (max-width: 960px) {
    html body .rsh-form-container .rsh-checkout-layout {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        max-width: 100% !important;
    }

    html body .rsh-form-container .rsh-checkout-summary-sticky {
        position: static !important;
    }

    html body .rsh-form-container .rsh-checkout-right {
        order: 2 !important;
    }

    .rsh-payment-section {
        max-width: 100%;
    }

    .rsh-placement-options {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .rsh-form-container {
        padding: 10px 8px !important;
        margin: 0 !important;
    }

    .rsh-quote-form-content {
        padding: 16px 14px !important;
        border-radius: var(--radius-sm) !important;
    }

    .rsh-checkout-section {
        padding: 14px 12px;
    }

    .rsh-form-container h2 {
        font-size: 19px;
    }

    .rsh-progress-bar {
        margin-bottom: 12px;
        padding: 3px;
        border-radius: 6px;
        gap: 3px;
    }

    .rsh-progress-step {
        padding: 6px 8px;
        gap: 4px;
    }

    .rsh-progress-circle {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }

    .rsh-progress-step.rsh-completed .rsh-progress-circle::after {
        font-size: 10px;
    }

    .rsh-progress-label {
        font-size: 9px;
    }

    .rsh-waste-info-content {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rsh-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .rsh-action-buttons {
        flex-direction: column;
    }

    .rsh-action-buttons .rsh-btn {
        width: 100%;
        margin-right: 0;
    }

    .rsh-extra-item {
        flex-wrap: wrap;
        gap: 6px;
        padding: 8px 10px !important;
    }

    .rsh-extra-item label {
        font-size: 12px !important;
    }

    .rsh-extra-price {
        margin-left: 28px;
        font-size: 11px;
        padding: 2px 8px;
    }

    .rsh-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .rsh-btn-lg {
        padding: 10px 20px;
        font-size: 13px;
    }

    .rsh-placement-options {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .rsh-postcode-mini-input-wrap {
        flex-direction: column;
    }

    .rsh-postcode-mini-form {
        padding: 16px;
    }

    .rsh-form-container .rsh-search-banner-input {
        font-size: 14px !important;
    }

    .rsh-summary-total {
        font-size: 14px;
    }

    .rsh-total-amount {
        font-size: 20px;
    }

    .rsh-checkout-summary {
        padding: 0;
    }

    .rsh-payment-section {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .rsh-progress-label {
        font-size: 8px;
        letter-spacing: 0;
    }

    .rsh-progress-circle {
        width: 16px;
        height: 16px;
        font-size: 8px;
        border-width: 1.5px;
    }

    .rsh-progress-step {
        padding: 5px 6px;
        gap: 3px;
    }

    .rsh-step-header h2 {
        font-size: 18px;
    }

    .rsh-progress-bar {
        padding: 2px;
        gap: 2px;
    }

    .rsh-payment-tabs {
        flex-direction: column;
    }

    .rsh-payment-tab {
        border-bottom: 1px solid var(--border-color);
        border-left: 3px solid transparent;
    }

    .rsh-payment-tab.rsh-active {
        border-left-color: var(--primary-color);
        border-bottom-color: rgba(255,255,255,0.1);
    }

    .rsh-quote-price-big {
        font-size: 30px !important;
    }

    .rsh-quote-form-content {
        padding: 12px 10px !important;
    }
}

/* ============================================
   SUCCESS MODAL
   ============================================ */
.rsh-payment-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    backdrop-filter: blur(8px);
}

.rsh-payment-success-content {
    background: white;
    padding: 44px 36px;
    border-radius: var(--radius-xl);
    text-align: center;
    max-width: 460px;
    width: 90%;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
    animation: rshSlideUp 0.5s ease-out;
}

@keyframes rshSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.rsh-success-icon {
    width: 72px;
    height: 72px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(112, 191, 68, 0.35);
}

.rsh-order-number {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 16px 0;
}

.rsh-payment-success-content h2 {
    font-size: 26px;
    margin-bottom: 12px;
    color: var(--text-dark);
    font-weight: 800;
}

.rsh-payment-success-content p {
    color: var(--text-light);
    margin-bottom: 16px;
    font-size: 15px;
}

/* Payment modal (legacy) */
.rsh-payment-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    backdrop-filter: blur(4px);
}

.rsh-payment-modal-content {
    background: white;
    padding: 30px;
    border-radius: var(--radius-lg);
    max-width: 550px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    position: relative;
}

.rsh-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.rsh-modal-close:hover {
    color: var(--text-dark);
}

/* Option cards */
.rsh-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.rsh-option-card {
    padding: 10px 8px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    text-align: center;
    cursor: pointer;
    transition: all var(--transition);
    background: white;
}

.rsh-option-card:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.rsh-option-card.rsh-selected {
    border-color: var(--primary-color);
    background: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(112, 191, 68, 0.1);
}

.rsh-option-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.rsh-option-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

/* ============================================
   PAYMENT SUCCESS PAGE
   ============================================ */
.rsh-success-container {
    text-align: center;
    padding: 40px 20px;
    max-width: 640px;
    margin: 0 auto;
}

.rsh-success-icon {
    margin-bottom: 20px;
}

.rsh-success-container h2 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 8px;
}

.rsh-success-subtitle {
    color: var(--text-light);
    font-size: 16px;
    margin-bottom: 20px;
}

.rsh-success-order-ref {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 24px;
}

.rsh-success-details {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 24px;
}

.rsh-success-details .rsh-summary-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    box-shadow: var(--shadow-sm);
}

.rsh-success-details .rsh-summary-card h4 {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--text-dark);
    border-bottom-color: var(--primary-color);
}

/* Override green card colors for success page */
.rsh-success-details .rsh-checkout-summary,
.rsh-success-details .rsh-summary-card {
    background: white;
    color: var(--text-dark);
}

.rsh-success-details .rsh-summary-item span:first-child {
    color: var(--text-light);
}

.rsh-success-details .rsh-summary-item span:last-child {
    color: var(--text-dark);
}

.rsh-success-details .rsh-summary-item {
    border-bottom-color: var(--border-color);
}

.rsh-success-details .rsh-summary-total {
    color: var(--text-dark);
    border: 2px solid var(--primary-color);
    background: var(--primary-light);
}

.rsh-success-details .rsh-total-amount {
    color: var(--primary-color);
}

.rsh-success-message {
    color: var(--text-light);
    font-size: 14px;
    margin-top: 16px;
}

.rsh-success-message p {
    margin: 0;
}
