/* Force overflow for sticky to work */
html.svea-order-page,
html.svea-order-page body,
body.svea-order-page {
    overflow-y: auto !important;
    overflow-x: visible !important;
}

/* Also force on any page with order form */
body:has(.svea-order-form) {
    overflow-y: auto !important;
    overflow-x: visible !important;
}

html:has(.svea-order-form) {
    overflow-y: auto !important;
    overflow-x: visible !important;
}

.svea-address-search {
    max-width: 600px;
    margin: 20px 0;
}

.svea-search-form {
    margin-top: 20px;
}

.svea-form-group {
    position: relative;
    margin-bottom: 20px;
}

.svea-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.svea-form-group input[type="text"] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.svea-form-group input[type="text"]:focus {
    outline: none;
    border-color: #036ba7;
}

.svea-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
}

.svea-suggestion-item {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color 0.2s;
}

.svea-suggestion-item:hover {
    background-color: #f0f0f0;
}

.svea-suggestion-item:last-child {
    border-bottom: none;
}

.svea-suggestion-main {
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.svea-suggestion-location {
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}

.svea-results {
    margin-top: 20px;
    padding: 20px;
    border-radius: 4px;
}

.svea-loading {
    padding: 20px;
    text-align: center;
    color: #666;
}

.svea-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 20px;
    border-radius: 4px;
}

.svea-success h4 {
    margin-top: 0;
    color: #155724;
}

.svea-address-info {
    margin-top: 15px;
}

.svea-address-info p {
    margin: 8px 0;
}

.svea-not-found {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 20px;
    border-radius: 4px;
}

.svea-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 20px;
    border-radius: 4px;
}

.svea-prices-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #c3e6cb;
}

.svea-prices-section h5 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #155724;
    font-size: 18px;
}

.svea-prices-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.svea-prices-table thead {
    background-color: #036ba7;
    color: #fff;
}

.svea-prices-table th {
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.svea-prices-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.svea-prices-table tbody tr:last-child td {
    border-bottom: none;
}

.svea-prices-table tbody tr:hover {
    background-color: #f5f5f5;
}

.svea-apartment-selector {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
    color: #333 !important;
}

.svea-apartment-selector h4 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    color: #036ba7 !important;
}

.svea-apartment-selector p {
    margin-bottom: 15px !important;
    color: #666 !important;
}

.svea-apartment-selector .svea-form-group {
    margin-bottom: 15px !important;
}

.svea-apartment-selector label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    color: #333 !important;
}

.svea-apartment-select {
    width: 100% !important;
    max-width: 300px !important;
    padding: 8px 12px !important;
    padding-right: 36px !important;
    border: 2px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    background-color: #fff !important;
    color: #333 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-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='%23333' 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 8px center !important;
    background-size: 16px !important;
    box-shadow: inset 0 0 0 1px #ddd !important;
}

.svea-apartment-select:not(:focus) {
    border: 2px solid #ddd !important;
    box-shadow: inset 0 0 0 1px #ddd !important;
}

.svea-apartment-select:focus {
    outline: none !important;
    border-color: #036ba7 !important;
    background-color: #fff !important;
    color: #333 !important;
}

.svea-apartment-select option {
    background-color: #fff !important;
    color: #333 !important;
    padding: 8px !important;
}

.svea-select-apartment-btn {
    margin-top: 10px !important;
    background-color: #036ba7 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

.svea-select-apartment-btn:hover {
    background-color: #025a8f !important;
    color: #fff !important;
}

.svea-select-apartment-btn:focus {
    outline: 2px solid #036ba7 !important;
    outline-offset: 2px !important;
}

/* Order Form Styles */
.svea-order-form {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    overflow: visible;
}

.svea-order-header {
    margin-bottom: 30px;
}

.svea-selected-address {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.svea-address-icon {
    width: 40px;
    height: 40px;
    background-color: #036ba7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.svea-address-details {
    flex: 1;
}

.svea-address-line {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
}

.svea-service-type {
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

.svea-provider-text {
    font-size: 12px;
    color: #9ca3af;
    font-weight: normal;
}

.svea-header-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    align-items: flex-end;
}

.svea-change-btn {
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: #374151;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-change-btn:hover {
    background-color: #f9fafb;
    border-color: #036ba7;
    color: #036ba7;
}

.svea-type-selection {
    margin-top: 30px;
}

.svea-type-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

.svea-type-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.svea-type-card {
    background-color: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 24px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.svea-type-card:hover {
    border-color: #036ba7;
    box-shadow: 0 4px 12px rgba(3, 107, 167, 0.15);
}

.svea-type-card.selected {
    border-color: #036ba7;
    background-color: #e6f4fa;
    box-shadow: 0 4px 12px rgba(3, 107, 167, 0.2);
}

.svea-type-card-checkbox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-type-card.selected .svea-type-card-checkbox {
    background-color: #036ba7;
    border-color: #036ba7;
}

.svea-type-card.selected .svea-type-card-checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.svea-type-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.svea-type-name {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.svea-type-description {
    font-size: 14px;
    color: #6b7280;
}

.svea-speed-selection {
    margin-top: 30px;
}

.svea-speed-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

.svea-speed-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.svea-speed-card {
    background-color: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-speed-card:hover {
    border-color: #036ba7;
    box-shadow: 0 4px 12px rgba(3, 107, 167, 0.15);
}

.svea-speed-card.selected {
    border-color: #036ba7;
    background-color: #e6f4fa;
    box-shadow: 0 4px 12px rgba(3, 107, 167, 0.2);
}

.svea-speed-card-checkbox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-speed-card.selected .svea-speed-card-checkbox {
    background-color: #036ba7;
    border-color: #036ba7;
}

.svea-speed-card.selected .svea-speed-card-checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.svea-speed-value {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
    padding-right: 40px;
}

.svea-speed-price {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.svea-speed-price-unit {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
}

.svea-speed-terms {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svea-speed-terms li {
    font-size: 14px;
    color: #6b7280;
    list-style: inherit;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.svea-speed-terms li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #9ca3af;
}

.svea-speed-terms li:last-child {
    margin-bottom: 0;
}

/* Continue Button */
.svea-continue-btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.svea-continue-btn {
    background-color: #036ba7;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-continue-btn:hover {
    background-color: #025a8f;
}

.svea-continue-btn:focus {
    outline: 2px solid #036ba7;
    outline-offset: 2px;
}

/* Step 2: Order Form */
.svea-step {
    margin-top: 30px;
}

.svea-step-2 {
    overflow: visible;
}

.svea-order-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 20px;
    margin-top: 20px;
    align-items: start;
    align-content: start;
}

.svea-order-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.svea-order-section {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
}

.svea-order-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.svea-order-section-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 20px 0;
}

.svea-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.svea-form-row:last-child {
    margin-bottom: 0;
}

.svea-form-row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.svea-form-group {
    flex: 1;
}

.svea-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.svea-input,
.svea-select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    color: #1f2937;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.svea-input.svea-field-error,
.svea-select.svea-field-error {
    border-color: #dc3232;
    box-shadow: 0 0 0 1px #dc3232;
}

.svea-input:focus,
.svea-select:focus {
    outline: none;
    border-color: #036ba7;
}

.svea-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    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");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.svea-form-group-with-checkbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.svea-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    margin: 0;
}

.svea-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #036ba7;
}

/* Billing Address */
.svea-billing-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.svea-billing-address-title {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 16px 0;
}

/* Addon Options */
.svea-addon-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.svea-addon-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-addon-option:hover {
    border-color: #036ba7;
    background-color: #f9fafb;
}

.svea-addon-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #036ba7;
    flex-shrink: 0;
}

.svea-addon-option:has(.svea-addon-checkbox:checked) {
    border-color: #036ba7;
    background-color: #e6f4fa;
}

.svea-addon-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svea-addon-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.svea-addon-price {
    font-size: 16px;
    font-weight: 600;
    color: #036ba7;
}

/* Order Sidebar */
.svea-order-sidebar {
    align-self: start;
    height: fit-content;
    align-content: start;
    position: relative;
}

.svea-order-summary {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 18px;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    align-self: flex-start;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    will-change: transform;
    margin-bottom: 0;
}

.svea-order-summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 16px 0;
}

.svea-checkout-section {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #f9fafb;
    border-top: 2px solid #e5e7eb;
}

.svea-checkout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.svea-order-success {
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
}

.svea-order-success h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #111;
}

.svea-order-success p {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

.svea-checkout-summary {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 32px;
}

.svea-checkout-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 20px 0;
}

.svea-checkout-content {
    margin-bottom: 24px;
}

.svea-order-btn {
    width: 100%;
    background-color: #036ba7;
    color: #fff;
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-order-btn:hover {
    background-color: #025a8f;
}

.svea-order-btn:focus {
    outline: 2px solid #036ba7;
    outline-offset: 2px;
}

.svea-order-summary-content {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.svea-order-summary-speed {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.svea-order-summary-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.svea-order-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #6b7280;
}

.svea-order-summary-item span:last-child {
    font-weight: 600;
    color: #1f2937;
}

.svea-order-summary-addons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.svea-order-total {
    margin-top: 18px;
}

.svea-order-total-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px 0;
}

.svea-order-total-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Mobile Shopping Cart */
.svea-mobile-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
}

.svea-mobile-cart-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #036ba7;
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(3, 107, 167, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}

.svea-mobile-cart-btn:hover {
    background-color: #025a8f;
    transform: scale(1.05);
}

.svea-mobile-cart-btn:active {
    transform: scale(0.95);
}

.svea-mobile-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ffcd07;
    color: #000;
    border-radius: 12px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.svea-mobile-cart-popup {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: calc(100vw - 20px);
    max-width: 400px;
    max-height: calc(100vh - 120px);
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.svea-mobile-cart-popup.active {
    display: flex;
    animation: slideUpCart 0.3s ease-out;
}

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

.svea-mobile-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.svea-mobile-cart-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.svea-mobile-cart-close {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.svea-mobile-cart-close:hover {
    background-color: #f3f4f6;
    color: #1f2937;
}

.svea-mobile-cart-content {
    padding: 12px 16px;
    overflow-y: auto;
    flex: 1;
}

.svea-mobile-cart-footer {
    padding: 12px 16px;
    border-top: 1px solid #e5e7eb;
}

.svea-mobile-order-btn {
    width: 100%;
    background-color: #036ba7;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.svea-mobile-order-btn:hover {
    background-color: #025a8f;
}

.svea-mobile-order-btn:focus {
    outline: 2px solid #036ba7;
    outline-offset: 2px;
}

@media (max-width: 1024px) {
    .svea-order-container {
        grid-template-columns: 1fr;
    }
    
    .svea-order-sidebar {
        position: static;
    }
    
    .svea-order-summary {
        position: static !important;
        max-height: none;
    }
}

@media (max-width: 768px) {
    /* Mobile cart and checkout section are controlled by JavaScript, only shown on step 2 */
}

@media (min-width: 769px) {
    .svea-mobile-cart {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .svea-order-form {
        padding: 10px;
        margin: 10px auto;
    }
    
    .svea-order-header {
        margin-bottom: 15px;
    }
    
    .svea-selected-address {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }
    
    .svea-header-actions {
        width: 100%;
        flex-direction: column;
    }
    
    .svea-change-btn {
        width: 100%;
    }
    
    .svea-type-cards {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .svea-type-card {
        padding: 16px 12px;
    }
    
    .svea-speed-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .svea-speed-card {
        padding: 16px;
    }
    
    .svea-order-section {
        padding: 12px;
    }
    
    .svea-form-row {
        margin-bottom: 12px;
    }
    
    .svea-form-row-two {
        grid-template-columns: 1fr;
    }
    
    /* Hide order sidebar on mobile (mobile cart is shown instead, controlled by JS) */
    .svea-order-sidebar {
        display: none !important;
    }
    
    /* Mobile cart visibility is controlled by JavaScript based on step 2 visibility */
    
    /* Make mobile cart content more compact */
    .svea-mobile-cart-content .svea-order-summary-speed {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .svea-mobile-cart-content .svea-order-summary-item {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .svea-mobile-cart-content .svea-order-total {
        margin-top: 12px;
    }
    
    .svea-mobile-cart-content .svea-order-total-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .svea-mobile-cart-content .svea-order-summary-content {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}


