/* Multi-Shipping specific styles */
.wasm-ms-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.wasm-ms-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
}

.wasm-ms-card h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 16px;
}

.wasm-ms-card p {
    margin: 0;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.wasm-ms-card-actions {
    margin-top: 15px;
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    text-align: right;
}

.wasm-ms-delete-btn {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    font-size: 13px;
}
.wasm-ms-delete-btn:hover {
    text-decoration: underline;
}

/* Checkout */
.wasm-checkout-address-select {
    margin-top: 8px;
    background: #f8fafc;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.wasm-ms-dropdown {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}
