/* TextZen Pro Article Styles - Version 1.0.1 */

/* Main Article Container */
.textzen-article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
}

/* Headings */
.textzen-article h2 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #667eea;
    padding-bottom: 0.3em;
    color: #2c3e50;
    font-weight: 600;
    text-align: left;
}

.textzen-article h3 {
    font-size: 1.5em;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    color: #2c3e50;
    font-weight: 600;
    text-align: left;
}

.textzen-article h4 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #2c3e50;
    font-weight: 600;
    text-align: left;
}

/* Paragraphs */
.textzen-article p {
    margin: 1em 0;
    text-align: left;
}

/* Product Review Content - ensure left alignment */
.textzen-article .product-review {
    text-align: left;
}

.textzen-article .product-review h3 {
    text-align: left;
}

/* Buyer's Guide, FAQ, Final Verdict - left align */
.textzen-article .buyers-guide,
.textzen-article .faq,
.textzen-article .final-verdict {
    text-align: left;
}

/* Highlighted Text */
.textzen-article mark {
    background-color: #fff59d;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 500;
}

/* Images */
.textzen-article img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.textzen-article figure {
    margin: 1.5em 0;
    text-align: center;
}

.textzen-article figcaption {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-top: 0.5em;
}

/* Product Review Images - smaller like license version */
.textzen-article .product-review figure img {
    max-width: 350px;
    width: 70%;
    height: auto;
    border: none;
    box-shadow: none;
    border-radius: 8px;
    margin: 15px auto;
}

/* My Honest Opinion Blockquote */
.textzen-article .honest-opinion {
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
    padding: 1em 1.5em;
    margin: 1.5em 0;
    font-style: italic;
}

.textzen-article .honest-opinion h4 {
    margin-top: 0;
    color: #92400e;
    font-style: normal;
}

/* Amazon CTA Button */
.textzen-article .amazon-button {
    display: block;
    width: fit-content;
    margin: 1.5em auto;
    background: #f59e0b;
    color: #000 !important;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9em;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
    text-align: center;
}

.textzen-article .amazon-button:hover {
    background: #d97706;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.4);
    text-decoration: none !important;
}

/* Tables */
.textzen-article table,
.textzen-article .aap-unique-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: visible;
}

.textzen-article th {
    background: #f8f9fa;
    color: #6b7280;
    padding: 16px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e5e7eb;
}

.textzen-article td {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    background: #fff;
    text-align: center;
	background-color: #fafbfc;
}

.textzen-article tr:td {
    background-color: #fafbfc;
}

.textzen-article tbody tr:last-child td {
    border-bottom: none;
}

/* Product Image Cell */
.textzen-article td.product-image {
    width: 150px;
    padding: 15px;
}

.textzen-article td.product-image img {
    max-width: 120px;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
}

/* Product Name Cell */
.textzen-article td.product-name {
    text-align: center;
}

.textzen-article td.product-name a {
    color: #3b82f6;
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.95em;
}

.textzen-article td.product-name a:hover {
    color: #1d4ed8;
}

/* Best For Cell */
.textzen-article td.best-for {
    color: #374151;
    font-size: 0.95em;
}

/* CTA Button */
.textzen-article .cta-button {
    display: inline-block;
    background: #f59e0b;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
}

.textzen-article .cta-button:hover {
    background: #d97706;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.4);
    text-decoration: none !important;
}

/* Responsive Table */
@media (max-width: 768px) {
    .textzen-article table,
    .textzen-article .aap-unique-comparison-table {
        display: block;
        overflow-x: auto;
    }

    .textzen-article th,
    .textzen-article td {
        padding: 12px 10px;
        font-size: 0.9em;
    }

    .textzen-article td.product-image img {
        max-width: 80px;
    }

    .textzen-article .cta-button {
        padding: 8px 16px;
        font-size: 0.75em;
    }
}

/* Links */
.textzen-article a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.textzen-article a:hover {
    text-decoration: underline;
}

/* Price Display */
.textzen-article .price {
    font-weight: 700;
    color: #22c55e;
    font-size: 1.15em;
}

/* Lists */
.textzen-article ul {
    list-style: none;
    padding-left: 1em;
    margin: 0.5em 0;
    text-align: left;
}

.textzen-article li {
    margin: 0.4em 0;
    text-align: left;
}

/* Remove bullets for pros/cons lists (emoji variants) */
.textzen-article .pros-list li::before,
.textzen-article .cons-list li::before {
    content: '';
}

/* Color-coded Lists (for red/green emoji variants) */
.textzen-article .pros-list li {
    color: #155724;
}

.textzen-article .cons-list li {
    color: #721c24;
}

/* ============================================
   V2 TEMPLATE STYLES
   ============================================ */

/* V2 Article Container */
.textzen-article.textzen-v2 {
    /* Inherits from .textzen-article */
}

/* V2 Product Review */
.textzen-article .product-review-v2 {
    text-align: left;
    margin: 2em 0;
    padding: 0;
}

.textzen-article .product-review-v2 h2 {
    font-size: 1.5em;
    border-bottom: none;
    margin-bottom: 1em;
    text-align: left;
}

/* V2 Centered Image */
.textzen-article .product-review-v2 .centered-image {
    text-align: center;
    margin: 1.5em 0;
}

.textzen-article .product-review-v2 .centered-image img {
    max-width: 350px;
    width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 auto;
}

/* V2 Centered CTA Button */
.textzen-article .product-review-v2 .centered-cta {
    text-align: center;
    margin: 1.5em 0;
}

.textzen-article .product-review-v2 .centered-cta .amazon-button {
    display: inline-block;
    margin: 0 auto;
}

/* V2 Pros/Cons Table with Content */
.textzen-article .pros-cons-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    border: 1px solid #e5e7eb;
}

.textzen-article .pros-cons-table th {
    background: #f8f9fa;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e5e7eb;
    width: 50%;
}

.textzen-article .pros-cons-table td {
    padding: 15px 20px;
    vertical-align: top;
    text-align: left;
    line-height: 1.8;
}

.textzen-article .pros-cons-table .pro-item {
    color: #16a34a;
    display: block;
    margin-bottom: 5px;
}

.textzen-article .pros-cons-table .con-item {
    color: #dc2626;
    display: block;
    margin-bottom: 5px;
}

/* V2 Specs Detail Table */
.textzen-article .specs-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    border: 1px solid #e5e7eb;
}

.textzen-article .specs-detail-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.textzen-article .specs-detail-table td:first-child {
    width: 40%;
    background: #f8f9fa;
}

.textzen-article .specs-detail-table tr:last-child td {
    border-bottom: none;
}

/* V2 Comparison Table (Vertical Layout) */
.textzen-article .v2-comparison {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.textzen-article .v2-comparison th {
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.textzen-article .v2-comparison .features-col {
    background: #f1f5f9;
    font-weight: 600;
    text-align: left;
    width: 150px;
}

.textzen-article .v2-comparison .badge-best {
    display: inline-block;
    background: #3b82f6;
    color: #fff;
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
}

.textzen-article .v2-comparison .badge-runner {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
}

.textzen-article .v2-comparison .badge-price {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
}

.textzen-article .v2-comparison td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
}

.textzen-article .v2-comparison td:first-child {
    background: #f8f9fa;
    text-align: left;
    font-weight: 500;
}

.textzen-article .v2-comparison img {
    max-width: 120px;
    height: auto;
    border-radius: 4px;
}

/* V2 Buy Button with Cart Icon */
.textzen-article .v2-buy-btn {
    display: inline-block;
    background: #f59e0b;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.textzen-article .v2-buy-btn:hover {
    background: #d97706;
    transform: translateY(-1px);
}

.textzen-article .v2-buy-btn .cart-icon {
    margin-right: 5px;
}

/* V2 Top Recommendation Section */
.textzen-article .top-recommendation {
    background: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 1em 1.5em;
    margin: 1.5em 0;
}

/* V2 Top Picks List */
.textzen-article .top-picks-list {
    margin: 1.5em 0;
}

.textzen-article .top-picks-list ul {
    list-style: disc;
    padding-left: 2em;
}

.textzen-article .top-picks-list li {
    margin: 0.5em 0;
}

/* V2 Info Section */
.textzen-article .info-section-v2 {
    margin-top: 2em;
}

.textzen-article .info-section-v2 h2 {
    font-size: 1.3em;
    border-bottom: none;
    margin-top: 2em;
    margin-bottom: 0.8em;
}

.textzen-article .info-section-v2 ol {
    padding-left: 2em;
    margin: 1em 0;
}

.textzen-article .info-section-v2 li {
    margin: 0.4em 0;
}

/* V2 Comparison Section */
.textzen-article .comparison-section {
    margin: 2em 0;
}

.textzen-article .comparison-section h3 {
    text-align: center;
    color: #1e40af;
    background: #e0f2fe;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

/* V2 Responsive */
@media (max-width: 768px) {
    .textzen-article .v2-comparison {
        display: block;
        overflow-x: auto;
    }

    .textzen-article .pros-cons-table td {
        display: block;
        width: 100%;
    }

    .textzen-article .product-review-v2 .centered-image img {
        max-width: 100%;
    }
}

/* ============================================
   V6 CLEAN EDITORIAL STYLES
   ============================================ */

/* V6 Article Container */
.textzen-article.textzen-v6 {
    /* Inherits from .textzen-article */
}

/* V6 Top Picks Section - Table-like Grid Layout */
.textzen-article .top-picks-v6 {
    margin: 2em 0;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.textzen-article .top-picks-v6 .picks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.textzen-article .top-picks-v6 .pick-item {
    padding: 20px;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    background: #fff;
    position: relative;
}

.textzen-article .top-picks-v6 .pick-item:last-child {
    border-right: none;
}

/* Pick Number Badge */
.textzen-article .top-picks-v6 .pick-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #3b82f6;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
}

.textzen-article .top-picks-v6 .pick-number .checkmark {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pick Product Image */
.textzen-article .top-picks-v6 .pick-item figure {
    margin: 15px 0;
    text-align: center;
}

.textzen-article .top-picks-v6 .pick-item figure img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 auto;
}

/* Pick Category Label */
.textzen-article .top-picks-v6 .pick-category {
    font-size: 0.7em;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0 5px 0;
}

/* Pick Product Name */
.textzen-article .top-picks-v6 .pick-name {
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0 15px 0;
    border-bottom: none;
    padding-bottom: 0;
}

.textzen-article .top-picks-v6 .pick-name a {
    color: #3b82f6;
    text-decoration: none;
}

.textzen-article .top-picks-v6 .pick-name a:hover {
    text-decoration: underline;
}

/* Pick CTA Button */
.textzen-article .top-picks-v6 .pick-cta {
    margin: 15px 0;
}

.textzen-article .top-picks-v6 .pick-cta .cta-button {
    display: inline-block;
    background: #f59e0b;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8em;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.textzen-article .top-picks-v6 .pick-cta .cta-button:hover {
    background: #d97706;
    transform: translateY(-1px);
}

/* Pick Description */
.textzen-article .top-picks-v6 .pick-desc {
    font-size: 0.85em;
    color: #4b5563;
    line-height: 1.6;
    margin: 15px 0;
    text-align: left;
}

.textzen-article .top-picks-v6 .pick-desc a {
    color: #3b82f6;
}

/* Pick Pros/Cons */
.textzen-article .top-picks-v6 .pick-pros,
.textzen-article .top-picks-v6 .pick-cons {
    font-size: 0.8em;
    margin: 10px 0 5px 0;
    text-align: left;
}

.textzen-article .top-picks-v6 .pros-list,
.textzen-article .top-picks-v6 .cons-list {
    font-size: 0.8em;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1.8;
}

.textzen-article .top-picks-v6 .pros-list {
    color: #16a34a;
}

.textzen-article .top-picks-v6 .cons-list {
    color: #dc2626;
}

/* ============================================
   V4 TOP PICKS GRID STYLES
   ============================================ */

/* V4 Top Picks Grid Container */
.textzen-article .top-picks-grid {
    margin: 2em 0;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.textzen-article .top-picks-grid .picks-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

/* V4 Pick Item */
.textzen-article .top-picks-grid .pick-item {
    padding: 20px;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    background: #fff;
    position: relative;
}

.textzen-article .top-picks-grid .pick-item:last-child {
    border-right: none;
}

/* V4 Pick Badge - Gray Header */
.textzen-article .top-picks-grid .pick-badge {
    display: block;
    background: #4b5563;
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: -20px -20px 15px -20px;
    text-align: center;
}

/* V4 Pick Product Image */
.textzen-article .top-picks-grid .pick-item figure {
    margin: 15px 0;
    text-align: center;
}

.textzen-article .top-picks-grid .pick-item figure img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
    margin: 0 auto;
}

/* V4 Pick Product Name */
.textzen-article .top-picks-grid .pick-name {
    font-size: 0.95em;
    font-weight: 600;
    margin: 10px 0;
    color: #1f2937;
    padding-bottom: 0;
}

.textzen-article .top-picks-grid .pick-name a {
    color: #3b82f6;
    text-decoration: underline;
}

.textzen-article .top-picks-grid .pick-name a:hover {
    text-decoration: none;
}

/* V4 Responsive */
@media (max-width: 768px) {
    .textzen-article .top-picks-grid .picks-container {
        grid-template-columns: 1fr;
    }

    .textzen-article .top-picks-grid .pick-item {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .textzen-article .top-picks-grid .pick-item:last-child {
        border-bottom: none;
    }

    .textzen-article .top-picks-grid .pick-item figure img {
        max-width: 200px;
    }
}

/* V6 Rundown Section */
.textzen-article .rundown-section {
    margin: 2em 0;
    padding: 0;
}

.textzen-article .rundown-section h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.textzen-article .rundown-section .affiliate-note {
    list-style: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

/* V6 Product Review Section */
.textzen-article .product-review-v6 {
    margin: 3em 0;
    padding: 0;
    text-align: left;
}

.textzen-article .product-review-v6 .product-category {
    font-size: 0.75em;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.textzen-article .product-review-v6 h2 {
    font-size: 1.5em;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 1em;
    color: #1f2937;
}

.textzen-article .product-review-v6 .specs-list {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 4px;
}

.textzen-article .product-review-v6 .specs-list li {
    margin: 5px 0;
    font-size: 0.9em;
}

/* V6 Product Image */
.textzen-article .product-review-v6 .product-image-v6 {
    margin: 1.5em 0;
    text-align: center;
}

.textzen-article .product-review-v6 .product-image-v6 img {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.textzen-article .product-review-v6 .product-image-v6 a {
    display: inline-block;
}

/* V6 Pros/Cons Line */
.textzen-article .product-review-v6 .pros-cons-line {
    margin: 1em 0;
    font-size: 0.9em;
}

.textzen-article .product-review-v6 .pros-cons-line strong {
    margin-right: 10px;
}

/* V6 Read More Link */
.textzen-article .product-review-v6 .read-more-link {
    color: #667eea;
    font-style: italic;
}

/* V6 CTA Wrapper */
.textzen-article .product-review-v6 .cta-wrapper {
    margin: 1.5em 0;
}

.textzen-article .product-review-v6 .cta-wrapper .buy-now {
    display: inline-block;
    background: #f59e0b;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.textzen-article .product-review-v6 .cta-wrapper .buy-now:hover {
    background: #d97706;
    transform: translateY(-1px);
}

/* V6 How We Test Section */
.textzen-article .how-we-test-v6 {
    margin: 3em 0;
    padding: 0;
}

.textzen-article .how-we-test-v6 h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.textzen-article .how-we-test-v6 .image-caption {
    font-size: 0.85em;
    color: #6b7280;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1.5em;
}

/* V6 What To Know Section */
.textzen-article .what-to-know-v6 {
    margin: 3em 0;
    padding: 0;
}

.textzen-article .what-to-know-v6 h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.textzen-article .what-to-know-v6 h3 {
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #1f2937;
}

.textzen-article .what-to-know-v6 .image-caption {
    font-size: 0.85em;
    color: #6b7280;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1.5em;
}

/* V6 Responsive */
@media (max-width: 768px) {
    .textzen-article .top-picks-v6 .picks-container {
        grid-template-columns: 1fr;
    }

    .textzen-article .top-picks-v6 .pick-item {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .textzen-article .top-picks-v6 .pick-item:last-child {
        border-bottom: none;
    }

    .textzen-article .top-picks-v6 .pick-item figure img {
        max-width: 200px;
    }
}

/* ============================================
   V5 EDITORIAL STYLE STYLES
   ============================================ */

/* V5 Article Container */
.textzen-article.textzen-v5 {
    /* Inherits from .textzen-article */
}

/* V5 Section Header - Red Background */
.textzen-article .section-header {
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 20px;
    margin: 0 0 0 0;
    text-align: center;
}

/* V5 Quick List Section */
.textzen-article .quick-list {
    margin: 2em 0;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.textzen-article .quick-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.textzen-article .quick-item {
    padding: 20px;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    background: #fff;
}

.textzen-article .quick-item:last-child {
    border-right: none;
}

/* Quick List Labels */
.textzen-article .quick-label {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    margin-bottom: 15px;
}

/* Quick List Product Image */
.textzen-article .quick-item figure {
    margin: 15px 0;
    text-align: center;
}

.textzen-article .quick-item figure img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

/* Quick List Product Name */
.textzen-article .quick-name {
    font-size: 0.95em;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #1f2937;
}

/* Quick List Star Rating */
.textzen-article .quick-rating {
    color: #f59e0b;
    font-size: 0.9em;
    margin: 5px 0;
}

/* Quick List Links */
.textzen-article .quick-links {
    margin: 10px 0;
}

.textzen-article .quick-links a {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.85em;
}

.textzen-article .quick-links a:hover {
    text-decoration: underline;
}

/* Quick List Description */
.textzen-article .quick-desc {
    font-size: 0.85em;
    color: #4b5563;
    line-height: 1.6;
    margin: 15px 0;
    text-align: left;
}

/* Quick List Read More */
.textzen-article .quick-more {
    margin-top: 10px;
}

.textzen-article .quick-more a {
    color: #dc2626;
    text-decoration: none;
    font-size: 0.85em;
}

.textzen-article .quick-more a:hover {
    text-decoration: underline;
}

/* V5 Product Review Section */
.textzen-article .product-review-v5 {
    margin: 3em 0;
    padding: 0;
}

.textzen-article .product-review-v5 .product-hero {
    margin: 0 0 1em 0;
    text-align: center;
}

.textzen-article .product-review-v5 .product-hero img {
    max-width: 100%;
    height: auto;
}

.textzen-article .product-review-v5 h2 {
    font-size: 1.5em;
    border-bottom: none;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    color: #1f2937;
}

.textzen-article .product-review-v5 .product-subtitle {
    font-size: 1.1em;
    color: #6b7280;
    margin-bottom: 1.5em;
}

/* V5 Specs Box */
.textzen-article .specs-box {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    margin: 1.5em 0;
    padding: 0;
}

.textzen-article .specs-box h3 {
    background: #1f2937;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    margin: 0;
}

.textzen-article .specs-table {
    width: 100%;
    border-collapse: collapse;
}

.textzen-article .specs-table td {
    padding: 8px 15px;
    font-size: 0.9em;
    border-bottom: 1px solid #e5e7eb;
}

.textzen-article .specs-table tr:last-child td {
    border-bottom: none;
}

/* V5 Deals Box */
.textzen-article .deals-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    margin: 1.5em 0;
    padding: 0;
}

.textzen-article .deals-box h3 {
    background: #1f2937;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    margin: 0;
}

.textzen-article .deals-box p {
    padding: 15px;
    margin: 0;
}

.textzen-article .deals-box a {
    color: #3b82f6;
}

/* V5 Review Content Layout */
.textzen-article .review-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    margin-top: 1.5em;
}

.textzen-article .review-main {
    /* Main review content */
}

.textzen-article .review-sidebar {
    /* Sidebar with BUY IF / DON'T BUY IF */
}

/* V5 Pros/Cons */
.textzen-article .pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1.5em;
}

.textzen-article .reasons-buy,
.textzen-article .reasons-avoid {
    padding: 0;
}

.textzen-article .reasons-buy h4,
.textzen-article .reasons-avoid h4 {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.textzen-article .reasons-buy h4 {
    color: #16a34a;
}

.textzen-article .reasons-avoid h4 {
    color: #dc2626;
}

.textzen-article .reasons-buy ul,
.textzen-article .reasons-avoid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.textzen-article .reasons-buy li,
.textzen-article .reasons-avoid li {
    font-size: 0.9em;
    margin: 5px 0;
    padding-left: 0;
}

.textzen-article .reasons-buy li {
    color: #16a34a;
}

.textzen-article .reasons-avoid li {
    color: #dc2626;
}

/* V5 BUY IF / DON'T BUY IF Boxes - With configurable background */
.textzen-article .buy-if,
.textzen-article .dont-buy-if {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.textzen-article .buy-if {
    background: rgba(22, 163, 74, 0.1);
    border-left: 4px solid #16a34a;
}

.textzen-article .dont-buy-if {
    background: rgba(220, 38, 38, 0.1);
    border-left: 4px solid #dc2626;
}

.textzen-article .buy-if h4,
.textzen-article .dont-buy-if h4 {
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}

.textzen-article .buy-if h4 {
    color: #16a34a;
}

.textzen-article .dont-buy-if h4 {
    color: #dc2626;
}

.textzen-article .buy-if p,
.textzen-article .dont-buy-if p {
    font-size: 0.9em;
    margin: 8px 0;
    line-height: 1.6;
}

/* V5 How We Test Section */
.textzen-article .how-we-test {
    margin: 3em 0;
}

.textzen-article .how-we-test figure {
    margin: 0 0 1.5em 0;
    text-align: center;
}

.textzen-article .how-we-test figure img {
    max-width: 100%;
    height: auto;
}

/* V5 How To Spot Section */
.textzen-article .how-to-spot {
    margin: 3em 0;
}

.textzen-article .how-to-spot h3 {
    font-size: 1.1em;
    color: #1f2937;
    margin: 1.5em 0 0.5em 0;
}

/* V5 Deals Roundup Section */
.textzen-article .deals-roundup {
    margin: 3em 0;
}

.textzen-article .deals-roundup h3 {
    font-size: 1.2em;
    color: #dc2626;
    margin-bottom: 1em;
}

/* V5 Deals Table */
.textzen-article .deals-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
}

.textzen-article .deals-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.textzen-article .deals-table tr:last-child td {
    border-bottom: none;
}

.textzen-article .deal-name {
    font-weight: 500;
}

.textzen-article .deal-store img {
    max-height: 25px;
    width: auto;
}

.textzen-article .deal-price {
    font-weight: 600;
    color: #dc2626;
}

.textzen-article .deal-price del {
    color: #9ca3af;
    font-weight: 400;
    margin-right: 5px;
}

.textzen-article .view-button {
    display: inline-block;
    background: #dc2626;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.textzen-article .view-button:hover {
    background: #b91c1c;
}

/* V5 Deals List (alternative to table) */
.textzen-article .deals-list {
    border: 1px solid #e5e7eb;
}

.textzen-article .deal-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.textzen-article .deal-item:last-child {
    border-bottom: none;
}

.textzen-article .deal-item img:first-child {
    width: 60px;
    height: auto;
}

.textzen-article .deal-item .store-logo {
    max-height: 25px;
    width: auto;
}

.textzen-article .deal-item .deal-name {
    flex: 1;
}

.textzen-article .deal-item .deal-price {
    min-width: 100px;
    text-align: right;
}

/* V5 Show More Link */
.textzen-article .show-more {
    text-align: center;
    padding: 15px;
    border: 1px solid #e5e7eb;
    border-top: none;
}

.textzen-article .show-more a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

/* V5 Deals Footer */
.textzen-article .deals-footer {
    text-align: center;
    font-size: 0.85em;
    color: #6b7280;
    margin-top: 10px;
}

/* V5 Jargon Buster Section */
.textzen-article .jargon-buster {
    margin: 3em 0;
}

.textzen-article .jargon-list {
    margin: 0;
    padding: 0;
}

.textzen-article .jargon-list dt {
    font-weight: 700;
    color: #1f2937;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

.textzen-article .jargon-list dt:first-child {
    margin-top: 1em;
}

.textzen-article .jargon-list dd {
    margin: 0 0 1em 0;
    padding-left: 0;
    font-size: 0.95em;
    color: #4b5563;
    line-height: 1.6;
}

/* V5 Responsive */
@media (max-width: 992px) {
    .textzen-article .review-content {
        grid-template-columns: 1fr;
    }

    .textzen-article .review-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .textzen-article .quick-list-container {
        grid-template-columns: 1fr;
    }

    .textzen-article .quick-item {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .textzen-article .quick-item:last-child {
        border-bottom: none;
    }

    .textzen-article .pros-cons {
        grid-template-columns: 1fr;
    }

    .textzen-article .deal-item {
        flex-wrap: wrap;
    }

    .textzen-article .deal-item .deal-name {
        width: 100%;
        margin-bottom: 10px;
    }
}

