#footer__fraai {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    /* Default Fallback Colors (in case JS fails) */
    background-color: #ffffff;
    color: #333333;
    transition: background-color 0.3s ease;
}

#footer_fraai--content {
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    /* Default Fallback Color */
    color: #333333;
    transition: color 0.3s ease;
}

#footer_fraai--content:hover {
    text-decoration: underline;
    opacity: 0.8;
}