/* ============================================================
   SoloSoftwareLibre.com — CSS Global de contenido
   Clases: .ssl-faq, .ssl-details
   ============================================================ */

/* ── FICHA DE DETALLES ─────────────────────────────────────── */
.ssl-details {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #2271b1;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 28px 0;
    font-size: 14px;
    line-height: 1.7;
}

.ssl-details p {
    margin: 0 0 6px;
    color: #374151;
}

.ssl-details p:last-child {
    margin-bottom: 0;
}

.ssl-details strong {
    color: #1d2327;
    font-weight: 600;
    min-width: 160px;
    display: inline-block;
}

.ssl-details a {
    color: #2271b1;
    text-decoration: none;
}

.ssl-details a:hover {
    text-decoration: underline;
}

/* ── FAQ ───────────────────────────────────────────────────── */
.ssl-faq {
    margin: 36px 0;
}

.ssl-faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.ssl-faq-item:first-child {
    border-top: 1px solid #e2e8f0;
}

.ssl-faq-question {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1d2327 !important;
    margin: 0 0 10px !important;
    line-height: 1.4 !important;
    padding: 0 !important;
}

/* Icono de pregunta visual */
.ssl-faq-question::before {
    content: "P: ";
    color: #2271b1;
    font-weight: 800;
    font-size: 14px;
}

.ssl-faq-answer {
    padding-left: 28px;
}

.ssl-faq-answer p {
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
    margin: 0 0 8px;
}

.ssl-faq-answer p:last-child {
    margin-bottom: 0;
}

.ssl-faq-answer ul,
.ssl-faq-answer ol {
    margin: 8px 0 8px 20px;
    font-size: 15px;
    color: #374151;
    line-height: 1.75;
}

/* Responsive */
@media (max-width: 640px) {
    .ssl-details strong {
        display: block;
        min-width: auto;
    }
    .ssl-faq-question {
        font-size: 15px !important;
    }
    .ssl-faq-answer {
        padding-left: 0;
    }
}
