/* SuperOscar Legal — Footer Bar */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap');

#sol-footer-bar {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    color: #c8d8f0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    border-top: 3px solid #8b0000;
    margin-top: 40px;
}

#sol-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px 14px;
}

#sol-footer-brand {
    display: block;
    font-size: 12.5px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
}
#sol-footer-brand strong {
    color: #fff;
}

#sol-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

#sol-footer-links a {
    color: #a8c4e8;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: color 0.15s;
}
#sol-footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
#sol-footer-links a::before {
    content: '›  ';
    color: #8b0000;
}

#sol-footer-copy {
    margin: 0;
    font-size: 11px;
    color: #7a9cc0;
    line-height: 1.6;
}
#sol-footer-copy a {
    color: #a8c4e8;
    text-decoration: underline;
}

@media (max-width: 600px) {
    #sol-footer-links { gap: 8px 14px; }
    #sol-footer-brand { font-size: 12px; }
}
