/* Tab Content */
.tab-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

/* Tab Navigation */
.nav-tab-wrapper {
    margin-bottom: 10px;
}

.nav-tab {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    text-decoration: none;
}

.nav-tab-active {
    background: #fff;
    border-bottom: 2px solid #0073aa;
    font-weight: bold;
}

@media (max-width: 768px) {
    .delivery-progress, #uber-status, #uber-eta {
        display: none !important; /* Hide everything except tracking link on mobile */
    }
    .mobile-tracking {
        display: block !important; /* Ensure tracking link is visible on mobile */
        text-align: center;
        font-size: 16px;
    }
}
