:root {
    --hafsum-delivery-accent: #654785;
}

.dl-loc-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dl-loc-form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dl-loc-select {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--hafsum-delivery-accent);
    border-radius: 6px;
    font-size: 1rem;
    color: #444;
    background-color: #fcfcfc;
    transition: border-color 0.2s ease;
}

.dl-loc-select:focus {
    border-color: var(--hafsum-delivery-accent);
    outline: none;
}

.dl-loc-btn {
    width: 100%;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dl-loc-btn-primary,
.dl-loc-btn-primary:hover {
    background-color: var(--hafsum-delivery-accent);
    color: #fff;
}

.dl-loc-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.dl-loc-msg {
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5px;
}

.dl-loc-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.dl-loc-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.woocommerce button.button.disabled,
.woocommerce a.button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}
