/**
 * AppyWeb - Textos Categorías WooCommerce
 * Estilos para el texto inferior en las páginas de categoría (frontend)
 *
 * @author AppyWeb.es
 */

.appyweb-wct-bottom-text {
    clear: both;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.appyweb-wct-bottom-text-content {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
}

.appyweb-wct-bottom-text-content h1,
.appyweb-wct-bottom-text-content h2,
.appyweb-wct-bottom-text-content h3,
.appyweb-wct-bottom-text-content h4,
.appyweb-wct-bottom-text-content h5,
.appyweb-wct-bottom-text-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #1f2937;
}

.appyweb-wct-bottom-text-content p {
    margin-bottom: 1em;
}

.appyweb-wct-bottom-text-content ul,
.appyweb-wct-bottom-text-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.appyweb-wct-bottom-text-content li {
    margin-bottom: 0.3em;
}

.appyweb-wct-bottom-text-content a {
    color: #2563eb;
    text-decoration: underline;
}

.appyweb-wct-bottom-text-content a:hover {
    color: #1d4ed8;
}

.appyweb-wct-bottom-text-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.appyweb-wct-bottom-text-content blockquote {
    border-left: 4px solid #2e86ab;
    padding: 15px 20px;
    margin: 1.5em 0;
    background: #f8fafc;
    font-style: italic;
    color: #475569;
}

.appyweb-wct-bottom-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.appyweb-wct-bottom-text-content th,
.appyweb-wct-bottom-text-content td {
    padding: 10px 15px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.appyweb-wct-bottom-text-content th {
    background: #f1f5f9;
    font-weight: 600;
}
