/* PHP 8.5 | Claude | 25/05/2026 | 12:07 AEST */
/* SBO vanilla popover. Pairs with /qsi/js/sbo-popover.js */

.sbo-popover-trigger {
    cursor: pointer;
}

.sbo-popover {
    position: absolute;
    z-index: 10000;
    max-width: 320px;
    min-width: 220px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.sbo-popover-head {
    position: relative;
    padding: 8px 32px 8px 12px;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}

.sbo-popover-body {
    padding: 10px 12px;
}

.sbo-popover-body p {
    margin: 0 0 6px 0;
}

.sbo-popover-body a {
    color: #2255aa;
}

.sbo-popover-close {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 22px;
    height: 22px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #888888;
    font-size: 20px;
    cursor: pointer;
}

.sbo-popover-close:hover {
    color: #222222;
}
