/* Choe Magasin — reusable article typography & components. Applied via
   module_class on plain Divi text/image modules, independent of Divi's
   own per-shortcode CSS generation (proven unreliable for this site). */

.choe-article-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.choe-article-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: #A77D65;
    margin-bottom: 14px;
}
.choe-article-title h1 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 700;
    font-size: clamp(30px, 4.5vw, 46px);
    line-height: 1.15;
    color: #252825;
    margin: 0 0 18px;
}
.choe-article-dek {
    font-size: 19px;
    line-height: 1.55;
    color: #4A4E47;
    margin-bottom: 20px;
}
.choe-article-meta {
    font-size: 13.5px;
    color: #5B5F58;
    border-top: 1px solid rgba(37,40,37,0.12);
    border-bottom: 1px solid rgba(37,40,37,0.12);
    padding: 12px 0;
    margin-bottom: 36px;
}

.choe-article-body {
    font-size: 17.5px;
    line-height: 1.8;
    color: #252825;
}
.choe-article-body h2 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 27px;
    font-weight: 700;
    color: #252825;
    margin: 46px 0 18px;
}
.choe-article-body h3 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 21px;
    font-weight: 600;
    color: #252825;
    margin: 32px 0 12px;
}
.choe-article-body p { margin: 0 0 20px; }
.choe-article-body ol, .choe-article-body ul {
    margin: 0 0 20px;
    padding-left: 22px;
}
.choe-article-body li { margin-bottom: 10px; }
.choe-article-body strong { color: #252825; }

.choe-pullquote {
    border-left: 3px solid #A77D65;
    margin: 34px 0;
    padding: 2px 0 2px 26px;
    font-family: 'Fraunces', Georgia, serif !important;
    font-style: italic;
    font-size: 22px;
    line-height: 1.5;
    color: #252825;
}

.choe-factbox {
    background: #EFEAE0;
    border-radius: 16px;
    padding: 26px 30px;
    margin: 30px 0;
}
.choe-factbox .label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: 700;
    color: #657363;
    margin-bottom: 10px;
}

.choe-cta-download {
    background: #27352E;
    border-radius: 20px;
    padding: 34px 36px;
    margin: 40px 0;
    text-align: center;
}
.choe-cta-download .label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 11px;
    font-weight: 700;
    color: #A9C4A1;
    margin-bottom: 10px;
}
.choe-cta-download h3 {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 24px;
    color: #F4F2EC;
    margin: 0 0 10px;
}
.choe-cta-download p {
    color: rgba(244,242,236,0.8);
    font-size: 15px;
    margin: 0 0 22px;
}
.choe-cta-download a.choe-btn {
    display: inline-block;
    background: #A77D65;
    color: #FFFFFE !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 32px;
    border-radius: 100px;
}
.choe-cta-download a.choe-btn:hover { background: #8f6a54; }

.choe-compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}
.choe-compare-table th {
    background: #27352E;
    color: #F4F2EC;
    text-align: left;
    padding: 12px 16px;
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 600;
}
.choe-compare-table td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(37,40,37,0.1);
}
.choe-compare-table tr:nth-child(even) td { background: #F4F2EC; }

.choe-article-image { border-radius: 20px; overflow: hidden; margin: 34px 0; }
.choe-article-image img { display: block; width: 100%; height: auto; }
.choe-image-caption {
    font-size: 13px;
    color: #5B5F58;
    margin-top: 10px;
    text-align: center;
}

.choe-sources {
    margin-top: 50px;
    padding-top: 26px;
    border-top: 1px solid rgba(37,40,37,0.15);
    font-size: 13.5px;
    color: #5B5F58;
}
.choe-sources .label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: 700;
    color: #657363;
    margin-bottom: 12px;
}
.choe-sources ol { padding-left: 20px; }
.choe-sources li { margin-bottom: 10px; }

@media (max-width: 700px) {
    .choe-article-body { font-size: 16.5px; }
    .choe-cta-download { padding: 26px 22px; }
}
