

/* ── Social footer (injected on all WP pages via kbs-brand-css plugin) ── */
.kbs-social-footer {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 20px 0 14px;
    position: relative;
    z-index: 100;
}
.kbs-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #222;
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.2s;
}
.kbs-social-icon:hover {
    background: #4d7343;
}
