/* PMB brand overrides for Driver.js */

.driver-popover {
    font-family: inherit;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    max-width: 380px;
}

.driver-popover-title {
    color: #7a1818;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 6px 0;
}

.driver-popover-description {
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

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

.driver-popover-progress-text {
    color: #999;
    font-size: 12px;
}

.driver-popover-next-btn,
.driver-popover-done-btn {
    background: #7a1818 !important;
    border: 1px solid #7a1818 !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 4px;
}

.driver-popover-next-btn:hover,
.driver-popover-done-btn:hover {
    background: #5c1212 !important;
    border-color: #5c1212 !important;
}

.driver-popover-prev-btn {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #555 !important;
    text-shadow: none !important;
    padding: 6px 12px;
    border-radius: 4px;
}

.driver-popover-close-btn {
    color: #999;
    font-size: 20px;
    line-height: 1;
    padding: 4px 8px;
}

.driver-popover-close-btn:hover {
    color: #333;
}

/* Dim overlay — slightly less aggressive than default */
.driver-overlay {
    opacity: 0.55 !important;
}
