@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

.driver-popover, .driver-popover * {
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

.driver-popover {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
    padding: 20px !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.driver-popover-title {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #15b858 !important; /* The brand primary color */
}

.driver-popover-description {
    font-size: 0.95rem !important;
    color: #e5e7eb !important; /* gray-200 */
    line-height: 1.5 !important;
}

.driver-popover-footer {
    margin-top: 16px !important;
}

.driver-popover-footer button {
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-weight: 500 !important;
    transition: all 0.2s !important;
    text-shadow: none !important;
}

.driver-popover-next-btn, .driver-popover-prev-btn {
    background-color: #15b858 !important;
    color: #fff !important;
    border: none !important;
}

.driver-popover-next-btn:hover, .driver-popover-prev-btn:hover {
    background-color: #0d7a3f !important;
}

.driver-popover-close-btn {
    color: #9ca3af !important;
}
.driver-popover-close-btn:hover {
    color: #f3f4f6 !important;
}
