/* VNPost Shipping - Checkout Styles */

/* Loading state for district/ward selects */
.vnpost-loading {
    opacity: 0.5;
    pointer-events: none;
}

.vnpost-address-select {
    width: 100%;
}

/* Province/District/Ward field wrapper */
.vnpost-district-field select,
.vnpost-ward-field select {
    width: 100%;
}

/* Tracking history in My Account */
.vnpost-tracking-section {
    margin-top: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.vnpost-tracking-section .vnpost-tracking-header {
    background: #1a3a5c;
    color: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vnpost-tracking-section .vnpost-tracking-header h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.vnpost-tracking-number {
    background: rgba(255,255,255,0.15);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.vnpost-current-status {
    padding: 12px 16px;
    background: #f0fdf4;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.vnpost-current-status strong {
    color: #065f46;
}

.vnpost-tracking-history {
    padding: 0;
}

.vnpost-tracking-history table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.vnpost-tracking-history th {
    background: #f9fafb;
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-weight: 600;
}

.vnpost-tracking-history td {
    padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
}

.vnpost-tracking-history tr:last-child td {
    border-bottom: none;
}

.vnpost-tracking-history tr:first-child td {
    font-weight: 600;
}

.vnpost-tracking-footer {
    padding: 10px 16px;
    background: #f9fafb;
    text-align: right;
    font-size: 12px;
    color: #9ca3af;
    border-top: 1px solid #e5e7eb;
}

.vnpost-track-link {
    color: #2563eb;
    text-decoration: none;
}
.vnpost-track-link:hover {
    text-decoration: underline;
}

/* Phone validation */
.vnpost-phone-error {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
}
