.driver-popover {
    border-radius: 18px !important;
    backdrop-filter: blur(12px);
    background: rgba(15, 15, 15, 0.95) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    padding: 14px !important;
}

.driver-popover-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.driver-popover-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    opacity: 0.9;
}

.driver-popover-footer button {
    border-radius: 10px !important;
    padding: 8px 14px !important;
    border: none !important;
    font-weight: 600 !important;
}

.driver-popover-next-btn {
    background: #fff !important;
    color: #000 !important;
}

.driver-popover-prev-btn {
    background: rgba(255,255,255,0.08) !important;
    color: #fff !important;
}

.driver-popover-progress-text {
    color: rgba(255,255,255,0.6) !important;
}

.driver-overlay {
    backdrop-filter: blur(3px);
}