/**
 *
 * @package phpBB Extension - Board Magic
 * @copyright (c) 2024 SpIdErPiGgY
 * @license GNU General Public License v2
 *
 */

/* ==========================================================
   security-banner
========================================================== */
.security-banner {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin: 20px 0 10px 0;  /* meer ruimte boven */
    letter-spacing: 0.5px;
}

.security-banner strong {
    font-weight: 600;
}

.sec-white {
    color: #ffffff;
}

.sec-link {
    color: #ff6600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sec-link:hover {
    color: #ffa347;
    text-decoration: underline;
}
