.page-content {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 40px auto;
    line-height: 1.6;
}

.authors-info {
    text-align: center;
    margin-bottom: 40px;
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.authors-info p {
    margin: 5px 0;
    font-size: 1.1rem;
    color: #333;
}

.page-content h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.page-content h3 {
    font-size: 1.8rem;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 15px;
}

.page-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-content ul, .page-content ol {
    margin-bottom: 20px;
    margin-left: 25px;
}

.page-content li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

/* Estilos para la tabla de comparación (Resultados) */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.comparison-table thead tr {
    background-color: #3498db;
    color: #ffffff;
    text-align: left;
}

.comparison-table th,
.comparison-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.comparison-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.comparison-table tbody tr:hover {
    background-color: #e6f7ff;
}

.normas-list {
    list-style-type: disc;
    padding-left: 20px;
}

/* Estilos para las referencias */
.references-section {
    border-top: 2px solid #2c3e50;
    padding-top: 20px;
    margin-top: 40px;
}

.references-section h2 {
    color: #2c3e50;
    border-bottom: none;
}

.references-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 0.95rem;
}

.references-list li {
    margin-bottom: 15px;
    text-indent: -20px;
    padding-left: 20px;
}