.driver-popover {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    font-family: inherit;
}

.driver-popover-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #722F37;
    margin: -8px -8px 12px -8px;
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
}

.driver-popover-description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #3C1518;
}

.driver-popover-footer {
    margin-top: 12px;
}

.driver-popover-next-btn {
    background-color: #722F37 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-size: 0.875rem !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
    text-shadow: none !important;
}

.driver-popover-next-btn:hover {
    background-color: #5A252C !important;
}

.driver-popover-prev-btn {
    background-color: transparent !important;
    color: #722F37 !important;
    border: 1px solid #722F37 !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-size: 0.875rem !important;
    cursor: pointer !important;
    text-shadow: none !important;
}

.driver-popover-prev-btn:hover {
    background-color: #FFF8F8 !important;
}

.driver-popover-close-btn {
    color: #722F37 !important;
    opacity: 0.7;
}

.driver-popover-close-btn:hover {
    opacity: 1;
}

.driver-popover-progress-text {
    font-size: 0.8rem;
    color: #8E4A52;
}
