/* Legal disclaimer styling */
.legal-disclaimer {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #e0e0e0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.legal-disclaimer strong {
    color: #b38e5d;
}

@media (max-width: 768px) {
    .legal-disclaimer {
        font-size: 0.7rem;
        text-align: justify;
    }
}
