/* ── Arde Pricing Engine — Styles ── */

/* Single Product: Price display */
.arde-price-display {
    margin: 15px 0;
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
    border-radius: 4px;
}

.arde-price-amount {
    font-size: 1.6em;
    font-weight: 700;
    color: #e74c3c;
}

.arde-price-currency {
    font-size: 1.1em;
    font-weight: 600;
    color: #e74c3c;
}

.arde-price-suffix {
    font-size: 0.9em;
    color: #666;
}

.arde-price-total {
    margin-top: 8px;
    font-size: 1.1em;
    color: #333;
}

#arde-total-info {
    font-size: 0.85em;
    color: #888;
    margin-left: 5px;
}

/* Quantity selector */
.arde-quantity-selector {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

/* Unit buttons */
.arde-unit-selector {
    margin-bottom: 15px;
}

.arde-unit-selector label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #555;
}

.arde-unit-buttons {
    display: flex;
    gap: 8px;
}

.arde-unit-btn {
    padding: 8px 20px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 6px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.arde-unit-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
}

.arde-unit-btn.active {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

/* Quantity control */
.arde-qty-control {
    margin-bottom: 12px;
}

.arde-qty-control label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #555;
}

.arde-qty-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 350px;
}

.arde-qty-btn {
    width: 44px;
    height: 44px;
    border: 2px solid #ddd;
    background: #f5f5f5;
    font-size: 1.3em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.arde-qty-btn:hover:not(:disabled) {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.arde-qty-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.arde-qty-minus {
    border-radius: 6px 0 0 6px;
}

.arde-qty-plus {
    border-radius: 0 6px 6px 0;
}

.arde-qty-select {
    flex: 1;
    height: 44px;
    border: 2px solid #ddd;
    border-left: none;
    border-right: none;
    font-size: 0.95em;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.arde-qty-select:focus {
    outline: none;
    border-color: #e74c3c;
}

/* Quantity info */
.arde-qty-info {
    margin-top: 8px;
    padding: 8px 12px;
    background: #e8f4fd;
    border-radius: 4px;
    font-size: 0.9em;
    color: #2271b1;
}

/* Delivery methods tags */
.arde-delivery-info {
    margin-top: 15px;
}

.arde-delivery-info label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.85em;
    text-transform: uppercase;
    color: #555;
}

.arde-delivery-tag {
    display: inline-block;
    padding: 4px 12px;
    margin: 2px 4px 2px 0;
    background: #27ae60;
    color: #fff;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 500;
}

/* Hide legacy Elementor blocks for admin-only plugin preview contexts */
.elementor-element-44200b26,
.elementor-element-58255e8,
.elementor-19075,
.elementor-element-19075 {
    display: none !important;
}

body.single-product .elementor-element-12ef43f > .e-con-inner,
body.single-product #addy {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.single-product #arde-panel {
    margin-top: 0 !important;
}

#arde-panel table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

#arde-table-scroll > table {
    margin-top: 0 !important;
}

/* Reverse charge message */
.arde-reverse-charge-message {
    margin: 15px 0;
    padding: 12px 15px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    font-size: 0.9em;
    color: #856404;
}

/* Cart */
.arde-cart-unit-info {
    color: #666;
    font-size: 0.85em;
}

.arde-cart-qty {
    font-weight: 600;
    color: #333;
}

/* Checkout: Reverse charge */
.arde-reverse-charge-checkout {
    margin: 10px 0;
    padding: 12px 15px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
}

.arde-reverse-charge-item {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.arde-reverse-charge-item:last-child {
    margin-bottom: 0;
}

.arde-reverse-label {
    color: #856404;
    font-weight: 600;
}

.arde-checkout-admin-toggle {
    margin: 0 0 12px;
    padding: 14px 16px;
    background: #f0f7ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
}

.arde-checkout-admin-toggle strong {
    display: block;
    margin-bottom: 8px;
    color: #0f3d75;
}

.arde-checkout-admin-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1d2327;
}

.arde-checkout-admin-toggle-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: #50575e;
}

.arde-checkout-customer-type {
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.arde-checkout-customer-type-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.arde-checkout-customer-type-header strong {
    font-size: 15px;
    color: #111827;
}

.arde-checkout-customer-type-header span {
    font-size: 12px;
    color: #6b7280;
    text-align: right;
}

.arde-checkout-customer-type-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.arde-checkout-type-btn {
    flex: 1;
    min-height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.arde-checkout-type-btn.is-active {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.arde-checkout-pj-fields {
    display: grid;
    grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1.2fr);
    gap: 12px;
}

.arde-checkout-pj-fields[hidden] {
    display: none !important;
}

.arde-checkout-cui-row label,
.arde-checkout-company-row label {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
}

.arde-checkout-cui-control {
    display: flex;
}

.arde-checkout-cui-control input,
.arde-checkout-company-control input {
    width: 100%;
    min-height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
}

.arde-checkout-cui-control input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.arde-checkout-cui-control button {
    width: 42px;
    min-height: 40px;
    border: 1px solid #d1d5db;
    border-left: 0;
    border-radius: 0 6px 6px 0;
    background: transparent;
    color: #111827;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.arde-checkout-cui-control button.is-loading {
    opacity: 0.55;
    cursor: wait;
}

.arde-checkout-company-control {
    position: relative;
}

.arde-checkout-company-control input {
    padding-right: 130px;
    background: #f9fafb;
}

.arde-checkout-vat-badge {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border-radius: 999px;
    padding: 4px 8px;
    background: linear-gradient(135deg, #dc2626, #f59e0b);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.arde-checkout-cui-message {
    grid-column: 1 / -1;
    margin: -4px 0 0;
    font-size: 12px;
    color: #047857;
}

.arde-checkout-cui-message.is-error {
    color: #dc2626;
}

.arde-checkout-vat-breakdown {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    font-size: 12px;
    line-height: 1.5;
    color: #50575e;
    text-align: right;
}

.arde-checkout-vat-breakdown strong {
    color: #1d2327;
}

.arde-checkout-line-total {
    text-align: right;
}

.arde-checkout-total-label {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.arde-checkout-total-amount {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #111827;
}

.arde-checkout-vat-breakdown-line {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.arde-checkout-vat-breakdown-line.is-positive {
    color: #a16207;
}

.arde-checkout-vat-breakdown-line.is-negative {
    color: #b42318;
}

.arde-checkout-vat-breakdown-line.is-badge {
    display: inline-flex;
    margin-top: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #027a48;
    font-weight: 700;
}

tr.fee:has(.arde-hidden-fee) {
    display: none;
}

/* Woodmart checkout layout: reserve width for the totals column */
.woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-cont {
    align-items: flex-start;
    gap: 16px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-title {
    flex: 1 1 auto;
    min-width: 0;
}

.woocommerce-checkout-review-order-table .cart_item .product-total {
    width: 230px;
    min-width: 230px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total {
    flex: 0 0 230px;
    min-width: 230px;
}

@media (max-width: 768px) {
    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-cont {
        display: grid !important;
        grid-template-columns: minmax(0, 60%) minmax(0, 40%) !important;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-title {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-bottom: 0;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-total,
    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex: none;
        justify-self: end;
        text-align: right !important;
        -webkit-text-align: right;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total .arde-checkout-line-total,
    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total .arde-checkout-vat-breakdown,
    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total .arde-checkout-vat-breakdown-line {
        text-align: right !important;
        justify-content: flex-end !important;
        width: 100%;
    }

    .woocommerce-checkout-review-order-table .cart_item .product-name .wd-checkout-prod-total .arde-checkout-vat-breakdown-line.is-badge {
        width: auto;
        margin-left: auto;
    }
}

/* Admin order meta */
.arde-admin-meta {
    font-size: 12px;
}

/* Slider range input */
#arde-qty-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(135deg, #dc2626, #f59e0b);
    outline: none;
}

#arde-qty-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #dc2626;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: border-color 0.2s;
}

#arde-qty-slider::-webkit-slider-thumb:hover {
    border-color: #f59e0b;
}

#arde-qty-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #dc2626;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

#arde-qty-slider::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(135deg, #dc2626, #f59e0b);
}

/* Product quantity table */
#arde-tbody .arde-price-row.arde-row-selected {
    background: rgba(220, 38, 38, 0.10) !important;
}

#arde-tbody .arde-price-row.arde-row-selected .arde-calc-shipping {
    border-color: rgba(220, 38, 38, 0.22) !important;
    background: rgba(255, 255, 255, 0.75) !important;
    color: #dc2626 !important;
}

#arde-tbody .arde-price-row.arde-row-selected:hover {
    background: rgba(220, 38, 38, 0.10) !important;
}

.arde-row-cart-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 !important;
    box-sizing: border-box;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    color: #111827;
    cursor: pointer;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.arde-row-cart-btn:hover {
    color: #020617;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.arde-row-cart-btn.is-loading {
    pointer-events: none;
}

.arde-row-cart-confirm {
    display: inline-flex;
    align-items: center;
    height: 0;
    max-width: 92px;
    margin-left: 40px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-2px);
    border: 1px solid transparent;
    border-radius: 6px;
    color: #111827;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    transition: opacity 0.18s ease, transform 0.18s ease, height 0.18s ease, margin-top 0.18s ease;
}

.arde-row-cart-confirm.is-visible {
    height: 20px;
    margin-top: 5px;
    padding: 0 7px;
    opacity: 1;
    transform: translateY(0);
    animation: arde-confirm-border 3s ease forwards;
}

@keyframes arde-confirm-border {
    0% { border-color: #111827; box-shadow: 0 0 0 0 rgba(17, 24, 39, 0.26); }
    45% { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.10); }
    100% { border-color: transparent; box-shadow: 0 0 0 0 rgba(17, 24, 39, 0); }
}

.arde-transport-cell {
    text-align: left !important;
}

.arde-transport-preview {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.arde-transport-address {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}

.arde-pallex-checkout-preview,
.arde-shipping-checkout-preview {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.arde-shipping-label-vat {
    display: inline-block;
    margin-left: 4px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
}

.arde-checkout-delivery-breakdown {
    display: grid;
    gap: 10px;
    text-align: left;
}

.arde-checkout-delivery-product {
    display: grid;
    gap: 6px;
}

.arde-checkout-delivery-product > strong {
    display: block;
    color: #111827;
    font-size: 12px;
    line-height: 1.35;
}

.arde-checkout-delivery-qty {
    display: inline-flex;
    width: fit-content;
    border-radius: 4px;
    background: #f3f4f6;
    padding: 2px 6px;
    color: #4b5563;
    font-size: 11px;
    font-weight: 700;
}

.arde-checkout-delivery-product ul {
    display: grid;
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.arde-checkout-delivery-product li {
    display: grid;
    grid-template-columns: minmax(96px, auto) auto;
    gap: 2px 8px;
    align-items: start;
    border-left: 3px solid #d1d5db;
    padding: 5px 0 5px 8px;
}

.arde-checkout-delivery-product li.is-effective {
    border-left-color: #16a34a;
}

.arde-checkout-delivery-product li.is-inactive {
    opacity: 0.68;
}

.arde-checkout-delivery-method,
.arde-checkout-delivery-status {
    color: #111827;
    font-size: 11px;
    font-weight: 800;
}

.arde-checkout-delivery-status {
    justify-self: end;
    color: #16a34a;
    text-transform: uppercase;
}

.arde-checkout-delivery-product li.is-inactive .arde-checkout-delivery-status {
    color: #9ca3af;
}

.arde-checkout-delivery-product small {
    grid-column: 1 / -1;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.arde-checkout-delivery-calculation {
    color: #374151 !important;
    font-weight: 800 !important;
}

#arde-cart-bar .arde-cart-qty-control,
#arde-cart-bar .arde-cart-qty-value {
    background: transparent !important;
}

#arde-cart-bar .arde-cart-qty-value {
    gap: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

#arde-cart-bar #arde-qty-input {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    line-height: 1 !important;
}

#arde-cart-bar #arde-qty-unit-label {
    margin-top: 1px !important;
    line-height: 1 !important;
}

#arde-cart-bar #arde-sel-qty {
    display: none !important;
}

#arde-cart-bar #arde-sel-total {
    white-space: nowrap;
}

.arde-label-mobile {
    display: none;
}

@media (max-width: 480px) {
    #arde-table th,
    #arde-tbody td {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #arde-table th {
        font-size: 10px !important;
    }

    .arde-label-desktop {
        display: none;
    }

    .arde-label-mobile {
        display: inline;
    }
}

@media (max-width: 767px) {
    .arde-checkout-customer-type-header {
        display: block;
    }

    .arde-checkout-customer-type-header span {
        display: block;
        margin-top: 4px;
        text-align: left;
    }

    .arde-checkout-pj-fields {
        grid-template-columns: 1fr;
    }

    .arde-checkout-company-control input {
        padding-right: 10px;
    }

    .arde-checkout-vat-badge {
        position: static;
        display: inline-flex;
        margin-top: 8px;
        transform: none;
    }
}

@media (max-width: 767px) {
    body.single-product.arde-cart-sticky-active {
        padding-bottom: 104px;
    }

    #arde-cart-bar.arde-cart-bar-active {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        z-index: 99990;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 14px !important;
        background: linear-gradient(135deg, #dc2626, #f59e0b) !important;
        color: #fff !important;
        box-shadow: 0 18px 40px rgba(127, 29, 29, 0.28);
    }

    body.arde-woodmart-cart-open #arde-cart-bar.arde-cart-bar-active {
        display: none !important;
    }

    body.arde-woodmart-cart-open.arde-cart-sticky-active {
        padding-bottom: 0 !important;
    }

    #arde-cart-bar.arde-cart-bar-active .added_to_cart,
    #arde-cart-bar.arde-cart-bar-active .wc-forward,
    #arde-cart-bar.arde-cart-bar-active a[href*="/cos"] {
        display: none !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-sel-qty,
    #arde-cart-bar.arde-cart-bar-active #arde-sel-total {
        color: #fff !important;
        background: none !important;
        -webkit-text-fill-color: #fff !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-add-cart-btn {
        background: rgba(255, 255, 255, 0.18) !important;
        border: 1px solid rgba(255, 255, 255, 0.36) !important;
        box-shadow: none !important;
        white-space: nowrap;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-qty-minus,
    #arde-cart-bar.arde-cart-bar-active #arde-qty-plus {
        color: #fff !important;
    }

    #arde-cart-bar.arde-cart-bar-active .arde-cart-qty-control,
    #arde-cart-bar.arde-cart-bar-active .arde-cart-qty-value {
        background: transparent !important;
        border-color: rgba(255, 255, 255, 0.55) !important;
    }

    #arde-cart-bar.arde-cart-bar-active .arde-cart-qty-control {
        min-height: 46px;
        border-width: 1px !important;
    }

    #arde-cart-bar.arde-cart-bar-active .arde-cart-qty-value {
        min-width: 54px;
        padding: 4px 0 5px;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-qty-input {
        color: #fff !important;
        background: transparent !important;
        -webkit-text-fill-color: #fff !important;
        line-height: 1 !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-qty-unit-label {
        display: block;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none;
    }

    .arde-transport-preview {
        max-width: 128px;
    }
}

@media (max-width: 430px) {
    #arde-cart-bar.arde-cart-bar-active {
        left: 8px;
        right: 8px;
        padding: 10px !important;
    }

    #arde-cart-bar.arde-cart-bar-active > .tw-flex {
        gap: 8px !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-add-cart-btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-sel-total {
        font-size: 15px !important;
    }
}

@media (max-width: 360px) {
    #arde-cart-bar.arde-cart-bar-active #arde-add-cart-btn {
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 11px !important;
    }

    #arde-cart-bar.arde-cart-bar-active #arde-sel-total {
        font-size: 13px !important;
    }
}

/* Searchable locality selects */
#arde-shipping-modal .select2-container,
.woocommerce-checkout #municipality_field .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    font-family: inherit;
}

#arde-shipping-modal .select2-container--default .select2-selection--single,
.woocommerce-checkout #municipality_field .select2-container--default .select2-selection--single {
    min-height: 40px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
}

#arde-shipping-modal .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout #municipality_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    font-size: 14px;
    line-height: 40px;
    padding-left: 12px;
    padding-right: 34px;
}

#arde-shipping-modal .select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce-checkout #municipality_field .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280;
}

#arde-shipping-modal .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout #municipality_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 8px;
}

.select2-container--open .select2-dropdown {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.select2-container--default .select2-search--dropdown {
    padding: 8px;
    background: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 36px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 14px;
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #9ca3af;
    box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.18);
}

.select2-container--default .select2-results__option {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.25;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #111827;
    color: #fff;
}

#arde-shipping-modal input[type="text"],
#arde-shipping-modal input[type="tel"],
#arde-shipping-modal input[type="number"],
#arde-shipping-modal input[type="email"],
#arde-shipping-modal select,
#arde-shipping-modal textarea {
    border-radius: 6px !important;
    min-height: 40px;
}

#arde-shipping-modal #arde-ship-cui {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#arde-shipping-modal #arde-lookup-cui {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
