/**
 * Delivery Zones Frontend Styles
 */

.brezen-delivery-info {
    font-size: 14px;
}

.brezen-delivery-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.brezen-zip-checker {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.brezen-zip-checker input[type="text"] {
    width: 150px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.brezen-zip-checker button {
    padding: 8px 15px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.brezen-zip-checker button:hover {
    background: #005a87;
}

.brezen-zip-result {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}

.brezen-zip-result.valid {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.brezen-zip-result.invalid {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
