.evisa-home-calc-wrapper {
    background-color: #001e36; /* Màu n?n xanh d?m nhu ?nh */
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
}

.evisa-mode-switch { margin-bottom: 25px; }
.evisa-mode-switch label { margin-right: 20px; cursor: pointer; font-weight: 600; }
.evisa-mode-switch input { margin-right: 5px; }

.evisa-grid-layout { display: flex; gap: 40px; }
.evisa-col-left { flex: 1; }
.evisa-col-right { flex: 1.2; }

@media (max-width: 768px) {
    .evisa-grid-layout { flex-direction: column; gap: 20px; }
}

.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: normal; }
.form-control {
    width: 100%; height: 45px; border-radius: 4px; border: 1px solid #ccc;
    padding: 0 10px; font-size: 16px; color: #333;
}
.date-input-wrap { position: relative; }
.date-input-wrap .dashicons {
    position: absolute; right: 10px; top: 12px; color: #666; pointer-events: none;
}

/* Processing Time Radio List */
.processing-list { display: flex; flex-direction: column; gap: 10px; }
.radio-item { display: flex; align-items: center; cursor: pointer; font-size: 15px; }
.radio-item input { margin-right: 10px; transform: scale(1.2); }
.radio-item:hover { color: #ff9800; }

/* Delivery Box (Quan tr?ng) */
.delivery-result-box {
    margin-top: 15px;
    border: 1px dashed #f57c00;
    background: rgba(245, 124, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    color: #f57c00;
    font-size: 14px;
    line-height: 1.4;
}
.time-highlight { color: #ffca28; font-weight: bold; display: block; margin-top: 3px; }

/* Footer */
.evisa-home-footer {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 30px; padding-top: 20px;
    display: flex; justify-content: space-between; align-items: center;
}
#h-total-price { font-size: 32px; font-weight: bold; color: #ffffff; }
.evisa-home-footer small { display: block; color: #f57c00; font-style: italic; margin-top: 5px; }

#h-btn-apply {
    background: #d65a00; /* Màu cam nút */
    color: #fff; border: none; padding: 12px 30px;
    font-size: 18px; font-weight: bold; border-radius: 4px;
    cursor: pointer; text-transform: uppercase;
}
#h-btn-apply:hover { background: #f57c00; }