/**
 * Lymcon Estilos Post - CSS para: post
 * Generado automaticamente
 */

/* === Variables: post === */
body.single-post,
body.blog,
body.archive.category,
body.archive.tag {
    --lym-primary: #cb490d;
    --lym-secondary: #5db3a3;
    --lym-background: #fff6eb;
    --lym-text: #333333;
    --lym-border: #cb490d;
    --lym-hover: #cb490d;
    --lym-icon: #ffffff;
}

/* === Presets: post (scope: .contenido-blog) === */
.contenido-blog .lym-list { list-style: none; padding: 0; margin: 1em 0; }
.contenido-blog .lym-list li { margin-bottom: 10px; }

.contenido-blog .lym-lista-1 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-1 li { padding: 12px 12px 12px 45px; margin-bottom: 10px; background: var(--lym-background); border-radius: 8px; position: relative; color: var(--lym-text); }
.contenido-blog .lym-lista-1 li::before { content: "\2713"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: var(--lym-primary); color: var(--lym-icon, white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }

.contenido-blog .lym-lista-2 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-2 li { padding: 10px 15px; margin-bottom: 8px; border-left: 4px solid var(--lym-primary); background: var(--lym-background); color: var(--lym-text); }

.contenido-blog .lym-lista-3 { list-style: none; padding: 0; counter-reset: item; }
.contenido-blog .lym-lista-3 > li { padding: 12px 12px 12px 50px; margin-bottom: 10px; background: var(--lym-background); border-radius: 8px; position: relative; color: var(--lym-text); counter-increment: item; }
.contenido-blog .lym-lista-3 > li::before { content: counter(item); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: var(--lym-primary); color: var(--lym-icon, white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; }

.contenido-blog .lym-lista-4 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-4 li { padding: 20px; margin-bottom: 15px; background: white; border: 1px solid var(--lym-border); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); color: var(--lym-text); }

.contenido-blog .lym-lista-5 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-5 li { padding: 15px 20px; margin-bottom: 10px; background: linear-gradient(135deg, var(--lym-primary), var(--lym-secondary)); color: white; border-radius: 8px; }

.contenido-blog .lym-lista-6 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-6 li { padding: 10px 0; border-bottom: 1px solid var(--lym-border); color: var(--lym-text); }
.contenido-blog .lym-lista-6 li:last-child { border-bottom: none; }

.contenido-blog .lym-lista-7 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-7 li { padding: 12px 15px; margin-bottom: 8px; background: var(--lym-background); border-radius: 6px; transition: all 0.3s ease; color: var(--lym-text); }
.contenido-blog .lym-lista-7 li:hover { background: var(--lym-primary); color: white; transform: translateX(5px); }

.contenido-blog .lym-lista-8 { list-style: none; padding: 0; counter-reset: item; }
.contenido-blog .lym-lista-8 li { padding: 15px 15px 15px 70px; margin-bottom: 15px; background: var(--lym-background); border-radius: 8px; position: relative; min-height: 60px; display: flex; align-items: center; color: var(--lym-text); counter-increment: item; }
.contenido-blog .lym-lista-8 li::before { content: counter(item); position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 32px; font-weight: bold; color: var(--lym-primary); opacity: 0.8; }

.contenido-blog .lym-lista-9 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-9 li { padding: 8px 12px 8px 32px; margin-bottom: 8px; position: relative; color: var(--lym-text); }
.contenido-blog .lym-lista-9 li::before { content: "\2713"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background: var(--lym-primary); color: var(--lym-icon, white); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 11px; }

.contenido-blog .lym-lista-10 { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
.contenido-blog .lym-lista-10 li { padding: 20px; margin-bottom: 0; background: var(--lym-background); border-radius: 8px; text-align: center; color: var(--lym-text); }

.contenido-blog .lym-lista-11 { list-style: none; padding: 0; }
.contenido-blog .lym-lista-11 li { padding: 10px 10px 10px 35px; margin-bottom: 8px; position: relative; color: var(--lym-text); border-bottom: 1px solid var(--lym-background); }
.contenido-blog .lym-lista-11 li::before { content: "→"; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); color: var(--lym-primary); font-weight: bold; font-size: 16px; }

.contenido-blog .lym-lista-12 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.contenido-blog .lym-lista-12 li { padding: 10px 20px; margin-bottom: 0; background: white; border: 2px solid var(--lym-primary); border-radius: 50px; color: var(--lym-primary); font-weight: 500; transition: all 0.3s; cursor: pointer; }
.contenido-blog .lym-lista-12 li:hover { background: var(--lym-primary); color: white; transform: scale(1.05); }
.contenido-blog .lym-lista-12 li::before { content: "●"; margin-right: 8px; font-size: 10px; }

.contenido-blog .lym-lista-13 { list-style: none; padding: 0; counter-reset: progress-counter; }
.contenido-blog .lym-lista-13 li { padding: 20px 20px 20px 70px; margin-bottom: 15px; background: var(--lym-background); border-radius: 10px; position: relative; border-left: 5px solid var(--lym-primary); color: var(--lym-text); counter-increment: progress-counter; }
.contenido-blog .lym-lista-13 li::before { content: counter(progress-counter); position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: white; border: 3px solid var(--lym-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: var(--lym-primary); font-size: 18px; }

.contenido-blog .lym-lista-14 { list-style: none; padding: 0; margin: 0; position: relative; padding-left: 40px; }
.contenido-blog .lym-lista-14::before { content: ""; position: absolute; left: 18px; top: 25px; bottom: 25px; width: 2px; background: var(--lym-primary); }
.contenido-blog .lym-lista-14 li { padding: 12px 16px; margin-bottom: 20px; background: var(--lym-background); border-radius: 8px; position: relative; border: 1px solid var(--lym-border); color: var(--lym-text); }
.contenido-blog .lym-lista-14 li:last-child { margin-bottom: 0; }
.contenido-blog .lym-lista-14 li::before { content: ""; position: absolute; left: -29px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background: white; border: 3px solid var(--lym-primary); border-radius: 50%; }

.contenido-blog .lym-lista-15 { list-style: none; padding: 0; margin: 0; position: relative; padding-left: 55px; counter-reset: timeline-counter; }
.contenido-blog .lym-lista-15::before { content: ""; position: absolute; left: 27px; top: 25px; bottom: 25px; width: 3px; background: linear-gradient(to bottom, var(--lym-primary), var(--lym-secondary)); border-radius: 2px; }
.contenido-blog .lym-lista-15 li { padding: 12px 16px; margin-bottom: 20px; background: var(--lym-background); border-radius: 10px; position: relative; border: 2px solid var(--lym-border); color: var(--lym-text); counter-increment: timeline-counter; }
.contenido-blog .lym-lista-15 li:last-child { margin-bottom: 0; }
.contenido-blog .lym-lista-15 li::before { content: counter(timeline-counter); position: absolute; left: -47px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; background: linear-gradient(135deg, var(--lym-primary) 0%, var(--lym-secondary) 100%); color: var(--lym-icon, white); border: 3px solid white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; box-shadow: 0 2px 6px rgba(74, 155, 142, 0.3); }

/* === Auto-apply: post === */
.contenido-blog ul:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) { list-style: none; padding: 0; }
.contenido-blog ul:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li { padding: 12px 12px 12px 45px; margin-bottom: 10px; background: var(--lym-background, #e8f4f2); border-radius: 8px; position: relative; color: var(--lym-text, #333); }
.contenido-blog ul:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li::before { content: "✓"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: var(--lym-primary, #4a9b8e); color: var(--lym-icon, white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.contenido-blog ol:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) { list-style: none; padding: 0; counter-reset: item; }
.contenido-blog ol:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li { padding: 12px 12px 12px 50px; margin-bottom: 10px; background: var(--lym-background, #e8f4f2); border-radius: 8px; position: relative; color: var(--lym-text, #333); counter-increment: item; }
.contenido-blog ol:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li::before { content: counter(item); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: var(--lym-primary, #4a9b8e); color: var(--lym-icon, white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; }
/* Iconos principales: arriba */
.contenido-blog ul:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li::before, .contenido-blog ol:not(.lym-list):not(.menu):not(.nav):not([class*='lym-lista']) > li::before { top: 12px; transform: none; }
.contenido-blog li > ul, .contenido-blog li > ol { list-style: none; padding: 0; margin: 12px 0 8px 0; }
.contenido-blog li > ul > li, .contenido-blog li > ol > li { padding: 8px 10px 8px 28px; margin-bottom: 6px; background: rgba(0,0,0,0.03); border-radius: 6px; position: relative; }
.contenido-blog li > ul > li::before { content: "✓"; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); color: var(--lym-primary); font-size: 12px; }
.contenido-blog li > ol { counter-reset: nested-item; }
.contenido-blog li > ol > li { counter-increment: nested-item; }
.contenido-blog li > ol > li::before { content: counter(nested-item) "."; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); color: var(--lym-primary); font-size: 12px; font-weight: bold; }

