/* Legal notice popover custom styling */
.popover {
    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid rgba(74, 144, 226, 0.5) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.popover .arrow::after {
    border-top-color: rgba(0, 0, 0, 0.85) !important;
    border-right-color: rgba(0, 0, 0, 0.85) !important;
    border-bottom-color: rgba(0, 0, 0, 0.85) !important;
    border-left-color: rgba(0, 0, 0, 0.85) !important;
}

.popover .arrow::before {
    border-top-color: rgba(74, 144, 226, 0.5) !important;
    border-right-color: rgba(74, 144, 226, 0.5) !important;
    border-bottom-color: rgba(74, 144, 226, 0.5) !important;
    border-left-color: rgba(74, 144, 226, 0.5) !important;
}

.popover-body {
    padding: 0 !important;
    background: transparent !important;
}
