body {
    background: #f5f6f8;
    color: #111827;
}

.driver-page {
    min-height: calc(100vh - 56px);
    padding-bottom: 40px;
}

.driver-auth-container {
    max-width: 560px;
    margin-top: 48px;
}

.driver-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.driver-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.driver-phone-row {
    display: flex;
    gap: 10px;
}

.driver-phone-row .form-control {
    flex: 1;
}

.driver-help {
    display: block;
    margin-top: 6px;
}

.driver-table th,
.driver-table td {
    vertical-align: middle;
}

.driver-profile-table th {
    width: 220px;
    background: #f9fafb;
}

.driver-password-row {
    display: flex;
    gap: 10px;
}

.driver-password-row .form-control {
    flex: 1;
}

.driver-balance {
    text-align: right;
}

.driver-balance small {
    display: block;
    color: #6b7280;
}

.iti {
    width: 100%;
}

@media (max-width: 768px) {
    .driver-card {
        padding: 16px;
    }

    .driver-header {
        align-items: flex-start;
    }

    .driver-phone-row,
    .driver-password-row {
        flex-direction: column;
    }

    .driver-profile-table th {
        width: 140px;
    }

    .driver-balance {
        text-align: left;
    }
}
