/* Estilo para las páginas de términos */
.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #333;
}

.terms-container h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.terms-container h4 {
    font-size: 20px;
    color: #0d6efd;
    margin-top: 25px;
}

.terms-container ul {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.terms-container li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.terms-container a {
    color: #0d6efd;
    text-decoration: none;
}

.terms-container a:hover {
    text-decoration: underline;
}
