/**
 * SEOYEN İçerik Botu — Frontend CSS
 * .cb-* namespace, theme-agnostic.
 */

.cb-tldr {
    background: #f8f9fa;
    border-left: 4px solid #8b5cf6;
    padding: 16px 20px;
    margin: 24px 0;
    font-size: 1.05em;
    line-height: 1.6;
    border-radius: 4px;
}

.cb-quick-answer {
    background: linear-gradient(135deg, #ede9fe 0%, #fae8ff 100%);
    border-radius: 8px;
    padding: 20px 24px;
    margin: 28px 0;
}

.cb-quick-answer h2 {
    margin: 0 0 12px 0;
    font-size: 1.4em;
    color: #6d28d9;
}

.cb-quick-answer p {
    margin: 0;
    font-size: 1.05em;
    line-height: 1.65;
}

.cb-takeaways {
    background: #fefce8;
    border: 1px solid #fde047;
    border-radius: 6px;
    padding: 16px 24px;
    margin: 28px 0;
}

.cb-takeaways h3 {
    margin: 0 0 12px 0;
    font-size: 1.2em;
    color: #854d0e;
}

.cb-takeaways ul {
    margin: 0;
    padding-left: 24px;
}

.cb-takeaways li {
    margin: 6px 0;
    line-height: 1.55;
}

.cb-comparison-wrap {
    margin: 28px 0;
    overflow-x: auto;
}

.cb-comparison-wrap figcaption {
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937;
}

table.cb-comparison {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #fff;
}

table.cb-comparison th,
table.cb-comparison td {
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    text-align: left;
}

table.cb-comparison th {
    background: #f3f4f6;
    font-weight: 600;
    color: #374151;
}

table.cb-comparison tr:nth-child(even) td {
    background: #fafafa;
}

.cb-sources {
    margin: 36px 0 16px;
    padding: 20px 24px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.cb-sources h3 {
    margin: 0 0 12px 0;
    font-size: 1.15em;
    color: #4b5563;
}

.cb-sources ol {
    margin: 0;
    padding-left: 24px;
}

.cb-sources li {
    margin: 6px 0;
    line-height: 1.55;
}

.cb-sources .cb-source-meta {
    color: #6b7280;
    font-size: 0.9em;
}

.cb-sources a {
    color: #6d28d9;
}

@media (max-width: 600px) {
    .cb-tldr, .cb-quick-answer, .cb-takeaways, .cb-sources {
        padding: 14px 16px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

/* Faz 2.6 — WebP <picture> wrapper. */
.entry-content picture,
.cb-picture {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.entry-content picture img,
.cb-picture img {
    max-width: 100%;
    height: auto;
    display: block;
}
