/* تنسيقات القائمة المنسدلة - Dropdown */

.jude-input {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: 0.2s ease;
    appearance: none;
    background-color: #fff;
}

.no-shipping-message {
    padding: 15px;
    background: #fff8f8;
    border: 1px solid #ffdddd;
    border-radius: 8px;
    text-align: center;
    color: #d32f2f;
    width: 100%;
}

.jude-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.delivery-select {
    margin-top: 10px;
}

.shipping-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.shipping-price {
    font-size: 15px;
    font-weight: 700;
    color: #4CAF50;
}

.shipping-price.free {
    color: #4CAF50;
}

.no-shipping-select {
    color: #d32f2f !important; 
    background-color: #fff8f8; 
    border: 1px solid #f5c2c2;
    font-weight: bold;
}

.shipping-placeholder {
    padding: 20px;
    text-align: center;
    color: #888;
    width: 100%;
}

.shipping-placeholder i {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.shipping-cost {
    color: #18be20; /* أخضر غامق */
    font-weight: bold;
}
