/* Minimal styling for KFF banners - themes/styles should override as needed */

#kff-top-banner {
    background-color: #2E7D32;
    color: #fff;
}

.kffad-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.kffad-banner p {
    margin: 0;
}

.kffad-btn {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 4px;
}

.select2-results__option small {
    color: #888;;
}
.select2-results__option small::selection {
    color: inherit;
}
