/* Estilos base para el cuerpo */
body {
    background-color: #f9fafb; /* bg-gray-50 */
}

/* Estilos para el contenido generado por el editor de posts */
.post-content h1, .post-content h2 {
    font-weight: bold;
    line-height: 1.2;
}
.post-content h1 { font-size: 1.875rem; } /* text-3xl */
.post-content h2 { font-size: 1.5rem; } /* text-2xl */
.post-content p { margin-bottom: 1em; }
.post-content ul { list-style-type: disc; margin-left: 1.5em; margin-bottom: 1em; }
.post-content a { color: #2563eb; text-decoration: underline; } /* text-blue-600 */

/* Estilos para el editor personalizado del panel (sin cambios) */
.editor-toolbar { border: 1px solid #e5e7eb; background-color: #f9fafb; padding: 5px; border-radius: 4px 4px 0 0; }
.editor-btn { background: #fff; border: 1px solid #e5e7eb; padding: 5px 10px; margin: 2px; cursor: pointer; }
.editor-content { border: 1px solid #e5e7eb; border-top: none; padding: 15px; min-height: 250px; border-radius: 0 0 4px 4px; background: #fff; }
.editor-content:focus { outline: 2px solid #3b82f6; border-color: #3b82f6; }

.main-single{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}