.resenas-estilo-comentarios {
    padding: 40px 20px;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-family: inherit;
}

.reseña-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.reseña-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
}

.reseña-fecha {
    font-size: 13px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.reseña-contenido {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.ver-mas-reseñas {
    text-align: center;
    margin: 40px 0;
}

.ver-mas-reseñas a.btn-ver-mas {
    /* background: #EBDE00; */
    /* color: #fff; */
    padding: 12px 32px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-ver-mas:hover {
    color: white;
}

.formulario-nueva-reseña {
    margin-top: 50px;
    margin: 0 auto;
    /*border-top: 1px solid #ddd;*/
    padding-top: 40px;
}

.prc-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.prc-form label {
    margin: 10px 0 5px;
    font-weight: 600;
    color: #222;
}

.prc-form input[type="text"],
.prc-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.prc-form textarea {
    resize: vertical;
    min-height: 100px;
}

.prc-form input[type="submit"] {
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}


.prc-form label.checkbox {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 10px;
}

.prc-form label.checkbox input {
    margin-right: 10px;
}

.prc-msg.success {
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
}

.prc-msg.error {
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}

.contenedor-resenas {
    margin-top: 3em;
    width: 100%;
    padding: 0 20px;
    font-family: inherit;
}

.titulo-archivo-reseñas {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}


.reseña-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.reseña-item h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.reseña-fecha {
    font-size: 0.9rem;
    color: #777;
    display: block;
    margin-bottom: 10px;
}

.reseña-contenido {
    font-size: 1rem;
    line-height: 1.6;
}

.resenas-paginacion {
    text-align: center;
    margin-top: 30px;
}

.resenas-paginacion .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}