/* HuntBee Authority Block */

.hb-static-authority {
    margin-top: 40px;
    padding: 20px 25px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.hb-static-authority h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.hb-static-authority p {
    margin-bottom: 15px;
    color: #555;
}

.hb-static-authority ul {
    padding-left: 18px;
}

.hb-static-authority li {
    margin-bottom: 8px;
}

.hb-static-authority a {
    text-decoration: none;
}

.hb-static-authority a:hover {
    text-decoration: underline;
}

/* Optional Verified Badge */
.hb-badge {
    display: inline-block;
    font-size: 11px;
    padding: 3px 6px;
    margin-right: 6px;
    background: #e6f4ea;
    color: #1e7e34;
    border-radius: 3px;
    font-weight: 600;
}
