   .tm-listicle-container { max-width: 800px; margin: 0 auto; padding: 20px; }
    .tm-list-intro { font-size: 1.1em; margin-bottom: 40px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
    
    .tm-list-item { margin-bottom: 60px; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
    
    .tm-item-header { padding: 20px; background: #f9f9f9; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; }
    .tm-item-title { 
        font-family: var(--font-family-heading);
        margin: 0;
        font-size: 1.5rem;
        color: #333;
    }
    .tm-badge { background: #333; color: #fff; padding: 4px 12px; border-radius: 50px; font-size: 0.8rem; font-weight: bold; text-transform: uppercase; }
    
    .tm-item-body { padding: 30px; }
    .tm-item-image { margin-bottom: 20px; text-align: center; }
    .tm-item-image img { max-width: 100%; height: auto; border-radius: 4px; }
    
    /* --- Pros & Cons Styles --- */
    .tm-comparison-box {
        display: flex;
        gap: 20px;
        margin: 25px 0;
        padding: 20px;
    }
    .tm-pros, .tm-cons {
        flex: 1;
        font-size: 0.95rem;
    }
    .tm-pros h4, .tm-cons h4 {
        margin: 0 0 10px 0;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .tm-pros h4 { color: #27ae60; border-bottom: 2px solid #27ae60; display: inline-block; padding-bottom: 2px; }
    .tm-cons h4 { color: #c0392b; border-bottom: 2px solid #c0392b; display: inline-block; padding-bottom: 2px; }
    
    .tm-comparison-list {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
    }
    .tm-comparison-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 8px;
        line-height: 1.4;
        color: #555;
    }
    /* SVG-like icons using CSS content */
    .tm-pros li::before {
        content: '\2714'; /* Heavy Check Mark */
        position: absolute;
        left: 0;
        color: #27ae60;
        font-weight: bold;
    }
    .tm-cons li::before {
        content: '\2716'; /* Heavy Multiplication X */
        position: absolute;
        left: 0;
        color: #c0392b;
        font-weight: bold;
    }
    @media (max-width: 600px) {
        .tm-comparison-box { flex-direction: column; gap: 20px; }
    }

    .tm-item-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 20px; border-top: 1px dashed #ddd; }
    .tm-price { font-weight: bold; font-size: 1.1rem; color: #2c3e50; }

.tm-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 22px;
    font-weight: 600;
    transition: background 0.3s;
}
    .tm-btn:hover { background: #000; color: #fff; }

.single-tm_listicle .ast-container {
    flex-direction: column;
}

.single-tm_listicle{
	background-color:#fff;
}