/* ============================================
   Tarjeta de contacto
============================================ */
.psw-contact-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Título principal */
.psw-contact-title {
    font-size: 30px;
    font-weight: 700;
    color: #0b5e26;
    text-align: center;
    margin-bottom: 20px;
}

/* Subtítulo */
.psw-contact-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #0b5e26;
    border-left: 4px solid #0b5e26;
    padding-left: 10px;
}

/* Textos */
.psw-contact-text {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

/* Email destacado */
.psw-contact-email a {
    font-size: 20px;
    color: #0b5e26;
    font-weight: 600;
    text-decoration: none;
}

.psw-contact-email a:hover {
    text-decoration: underline;
}

/* Link al foro */
.psw-contact-link {
    color: #0b5e26;
    font-weight: 600;
    text-decoration: none;
}

.psw-contact-link:hover {
    text-decoration: underline;
}

/* Nota final */
.psw-contact-note {
    margin-top: 12px;
    font-size: 15px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .psw-contact-card {
        padding: 22px;
    }
    .psw-contact-title {
        font-size: 26px;
    }
}
