/* ========================
   LICENSE CONTAINER STYLES
======================== */

.license-container {
    background: var(--color-license-bg);
    padding: 6em;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.075);
    max-width: 1500px;
    margin: 20px auto;
    width: 90%;
    color: #e0eaff;
    line-height: 1.6;
    border-top-right-radius: 6px;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

.license-container h2 {
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.license-container .last-update {
    font-size: 0.9rem;
    color: #a5b1d3;
}

.license-container h3 {
    font-size: 1.1rem;
    color: #8ab4f8;
    margin-top: 20px;
}

.license-container ul {
    padding-left: 20px;
}

.license-container ul li {
    margin-bottom: 10px;
}

.license-container p {
    margin-bottom: 10px;
    color: #c9d4f7;
}


#terms-en a, #terms-es a {
    color: #9aaef1cb; 
    text-decoration: none; 
}

#terms-en a:hover, #terms-es a:hover {
    color: #80b5f3c2;
    text-decoration: none; 
}
