/* GEO/LLM-блоки: TL;DR + таблицы фактов (SEO-99) */
.tldr {
    background: #fbf5fb;
    border: 1px solid #f0e6f0;
    border-left: 4px solid #cd4fbd;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    margin: 1rem 0 1.5rem;
}
.tldr__title {
    font-weight: 700;
    color: #cd4fbd;
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
}
.tldr__list {
    margin: 0;
    padding-left: 1.2rem;
}
.tldr__list li {
    margin-bottom: 0.35rem;
    line-height: 1.45;
}

.geo-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 0.5rem 0 1.5rem;
}
.geo-table {
    width: 100%;
    border-collapse: collapse;
}
.geo-table caption {
    caption-side: bottom;
    text-align: left;
    font-size: 0.875rem;
    color: #6c757d;
    padding-top: 0.5rem;
}
.geo-table th,
.geo-table td {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #f0e6f0;
    text-align: left;
    vertical-align: top;
}
.geo-table thead th {
    background: #fbeffa;
    color: #cd4fbd;
    font-weight: 700;
    white-space: nowrap;
}
.geo-table td:last-child {
    font-weight: 600;
}
