/**
 * Article / rich-content chrome (callouts, tables, blockquotes, WoT chips).
 * Split from main.css 2026-07-21 — loaded on news + content-shell pages only.
 */

/* --- from main.css L133-159 --- */
/* Детальные статьи (.article-body): justify + inline-table (bh-wot-tank-chip) даёт гигантские пробелы в строке */
.content .article-body p,
div.article-body p {
    text-align: start;
}

/* Список Tier X с чипами: без оранжевой «черты» .content ul li — один танк на строку */
.content .article-body ul.bh-wot-tierx-list,
div.article-body ul.bh-wot-tierx-list {
    margin: 0.6em 0 1em;
    padding-left: 1.35em;
    list-style: disc outside;
}

.content .article-body ul.bh-wot-tierx-list > li,
div.article-body ul.bh-wot-tierx-list > li {
    list-style-type: disc;
    padding-left: 0.35em;
    margin: 0.4em 0;
    line-height: 1.5;
}

.content .article-body ul.bh-wot-tierx-list > li::after,
div.article-body ul.bh-wot-tierx-list > li::after {
    content: none;
    display: none;
}

/* --- from main.css L165-167 --- */
.content p:first-of-type {
    margin: 0 0 0.5em;
}

/* --- from main.css L180-448 --- */
.content ol {
    padding: 0;
    margin: 0.8em 0;
    list-style-type: none;
    counter-reset: item;
}

.content ol ol {
    padding: 0 0 0 1em;
}

.content ol li {
    margin: 0 0 .6em;
    line-height: 1.2;
}

.content ol li:before {
    content: counter(item) ") ";
    counter-increment: item;
    color: #fd9900;
    font-family: var(--bh-font-sans);
    font-weight: 800;
}

.content ul {
    margin: 0;
    overflow: hidden;
    line-height: 1.3;
    padding: 0;
}

.content ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 29px;
    overflow: hidden;
    margin: 0.20em 0;
    line-height: 1.56;
}

.content ul li:last-child {
    margin: 0.20em 0 0.80em;
}

.content ul li:after {
    content: "";
    width: 19px;
    height: 2px;
    background: #fe9900;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 100%;
}

.table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
    border-radius: 12px;
}

.content table,
#article-content table,
.news-detail table,
.wrapTable table {
    max-width: 996px;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    line-height: 1.45;
}

.content caption,
#article-content caption,
.news-detail caption,
.wrapTable caption {
    caption-side: top;
    text-align: left;
    padding: 0 4px 14px;
    font-size: 1.6rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: inherit;
    opacity: 0.9;
    line-height: 1.3;
}

.content td,
.content th,
#article-content td,
#article-content th,
.news-detail td,
.news-detail th,
.wrapTable td,
.wrapTable th {
    padding: 12px 14px;
    border: 1px solid #d0d6e0;
    text-align: left;
    vertical-align: top;
}

/* Шапка: только thead или первая строка tbody, если thead нет (:has — современные браузеры) */
.content table thead tr,
.content table:not(:has(thead)) > tbody > tr:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child,
#article-content table thead tr,
#article-content table:not(:has(thead)) > tbody > tr:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child,
.news-detail table thead tr,
.news-detail table:not(:has(thead)) > tbody > tr:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child,
.wrapTable table thead tr,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child {
    background: #fe9900;
    color: #070c10;
    font-size: 1.7rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    line-height: 1.2;
}

.content table thead tr td,
.content table thead tr th,
.content table:not(:has(thead)) > tbody > tr:first-child > td,
.content table:not(:has(thead)) > tbody > tr:first-child > th,
.content table.bh-table--no-thead > tbody > tr:first-child > td,
.content table.bh-table--no-thead > tbody > tr:first-child > th,
#article-content table thead tr td,
#article-content table thead tr th,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th,
.news-detail table thead tr td,
.news-detail table thead tr th,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th,
.wrapTable table thead tr td,
.wrapTable table thead tr th,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th {
    padding: 18px 14px;
}

.content table thead tr th:first-child,
.content table thead tr td:first-child,
.content table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.content table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.content table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
#article-content table thead tr th:first-child,
#article-content table thead tr td:first-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
.news-detail table thead tr th:first-child,
.news-detail table thead tr td:first-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td:first-child,
.wrapTable table thead tr th:first-child,
.wrapTable table thead tr td:first-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th:first-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th:first-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td:first-child {
    padding-left: 22px;
}

.content table thead tr th:last-child,
.content table thead tr td:last-child,
.content table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.content table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.content table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.content table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
#article-content table thead tr th:last-child,
#article-content table thead tr td:last-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
#article-content table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
#article-content table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
.news-detail table thead tr th:last-child,
.news-detail table thead tr td:last-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.news-detail table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.news-detail table.bh-table--no-thead > tbody > tr:first-child > td:last-child,
.wrapTable table thead tr th:last-child,
.wrapTable table thead tr td:last-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > th:last-child,
.wrapTable table:not(:has(thead)) > tbody > tr:first-child > td:last-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > th:last-child,
.wrapTable table.bh-table--no-thead > tbody > tr:first-child > td:last-child {
    padding-right: 22px;
}

.content table tbody tr,
#article-content table tbody tr,
.news-detail table tbody tr,
.wrapTable table tbody tr {
    background: #fff;
    color: #070c10;
    -webkit-transition: background-color 0.18s ease;
    transition: background-color 0.18s ease;
}

.content table thead + tbody tr:nth-child(even),
.content table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.content table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
#article-content table thead + tbody tr:nth-child(even),
#article-content table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
#article-content table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
.news-detail table thead + tbody tr:nth-child(even),
.news-detail table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.news-detail table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child),
.wrapTable table thead + tbody tr:nth-child(even),
.wrapTable table:not(:has(thead)) > tbody > tr:nth-child(even):not(:first-child),
.wrapTable table.bh-table--no-thead > tbody > tr:nth-child(even):not(:first-child) {
    background: #eef1f6;
}

.content table thead + tbody tr:hover,
.content table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.content table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
#article-content table thead + tbody tr:hover,
#article-content table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
#article-content table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
.news-detail table thead + tbody tr:hover,
.news-detail table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.news-detail table.bh-table--no-thead > tbody > tr:not(:first-child):hover,
.wrapTable table thead + tbody tr:hover,
.wrapTable table:not(:has(thead)) > tbody > tr:not(:first-child):hover,
.wrapTable table.bh-table--no-thead > tbody > tr:not(:first-child):hover {
    background: rgba(255, 228, 198, 0.72);
}

@media (max-width: 576px) {
    .content table,
    #article-content table,
    .news-detail table,
    .wrapTable table {
        font-size: 1.35rem;
    }

    .content td,
    .content th,
    #article-content td,
    #article-content th,
    .news-detail td,
    .news-detail th,
    .wrapTable td,
    .wrapTable th {
        padding: 10px 10px;
    }
}

/* --- from main.css L539-1350 --- */
.wrapTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2.25em 0 2.9375em;
    border-radius: 12px;
}

blockquote,
.blockquote,
div.blockquote {
    display: block;
    max-width: 996px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 1.35em 0;
    padding: var(--bh-quote-pad, 1.25rem 1.35rem 1.35rem 2.7rem);
    border-radius: var(--bh-quote-radius, 12px);
    border: 1px solid var(--bh-quote-border, rgba(254, 153, 0, 0.26));
    border-left: 4px solid var(--bh-quote-bar, #fe9900);
    background-color: var(--bh-quote-bg, rgba(255, 255, 255, 0.055));
    background-image: var(
        --bh-quote-bg-grad,
        linear-gradient(145deg, rgba(254, 153, 0, 0.09) 0%, transparent 52%)
    );
    -webkit-box-shadow: var(--bh-quote-shadow, 0 10px 32px rgba(0, 0, 0, 0.28));
    box-shadow: var(--bh-quote-shadow, 0 10px 32px rgba(0, 0, 0, 0.28));
    color: var(--bh-quote-text, rgba(255, 255, 255, 0.93));
    font-size: var(--bh-quote-fs, 1.7rem);
    line-height: var(--bh-quote-lh, 1.65);
    font-family: var(--bh-font-sans);
    font-weight: 400;
}

blockquote:before,
.blockquote:before,
div.blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0.85rem;
    left: 0.55rem;
    color: var(--bh-quote-mark, rgba(254, 153, 0, 0.4));
    font-size: clamp(2.8rem, 6vw, 3.6rem);
    font-family: var(--bh-font-sans);
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

blockquote cite,
.blockquote cite,
div.blockquote cite {
    display: block;
    margin-top: 1em;
    padding-top: 0.85em;
    border-top: 1px solid var(--bh-quote-cite-rule, rgba(254, 153, 0, 0.18));
    font-style: italic;
    font-family: var(--bh-font-sans);
    font-size: 0.94em;
    line-height: 1.5;
    color: var(--bh-quote-cite, rgba(255, 228, 198, 0.8));
    opacity: 1;
}

/* Откат: скопировать main.css.pre-callout-refactor-2026-03-20.bak поверх main.css */
:root {
    --bh-callout-pad: 20px;
    --bh-callout-my: 25px;
    --bh-callout-radius: 5px;
    --bh-callout-max: 996px;
    --bh-callout-bar: 4px;
    --bh-callout-h3: 20px;
    --bh-callout-h3-mb: 10px;
    --bh-callout-text: 16px;
    --bh-callout-lh: 1.6;
    --bh-callout-ul-pl: 20px;
    --bh-callout-li-mb: 8px;
    --bh-cta-pad: 30px 26px 32px;
    --bh-cta-my: 28px;
    --bh-cta-radius: 16px;
    --bh-cta-h2: 28px;
    --bh-cta-h2-mb: 14px;
    --bh-cta-p: 17px;
    --bh-cta-p-mb: 18px;
    --bh-cta-a-py: 14px;
    --bh-cta-a-px: 22px;
    --bh-cta-a-mt: 10px;
    --bh-cta-a-fs: 17px;
    --bh-cta-bg: rgba(12, 20, 36, 0.55);
    /* Цитата (blockquote): тёмная тема страницы #111b29, акцент как у h2/таблиц #fe9900 */
    --bh-quote-bg: rgba(255, 255, 255, 0.055);
    --bh-quote-bg-grad: linear-gradient(145deg, rgba(254, 153, 0, 0.09) 0%, transparent 52%);
    --bh-quote-border: rgba(254, 153, 0, 0.26);
    --bh-quote-bar: #fe9900;
    --bh-quote-text: rgba(255, 255, 255, 0.93);
    --bh-quote-cite: rgba(255, 228, 198, 0.8);
    --bh-quote-cite-rule: rgba(254, 153, 0, 0.18);
    --bh-quote-mark: rgba(254, 153, 0, 0.4);
    --bh-quote-radius: 12px;
    --bh-quote-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
    --bh-quote-pad: 1.25rem 1.35rem 1.35rem 2.7rem;
    --bh-quote-fs: 1.7rem;
    --bh-quote-lh: 1.65;
}

/* Информационные блоки с левой цветной полосой */
.blockquote-info,
.info-box-blue,
div.blockquote-info,
div.info-box-blue,
.content .blockquote-info,
.content .info-box-blue,
.content div.blockquote-info,
.content div.info-box-blue,
.bh-callout.bh-callout--info,
div.bh-callout.bh-callout--info,
.content .bh-callout.bh-callout--info,
.content div.bh-callout.bh-callout--info {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(30, 144, 255, .24) -.1%, rgba(30, 144, 255, 0) 130%);
}

.blockquote-info::before,
.info-box-blue::before,
div.blockquote-info::before,
div.info-box-blue::before,
.content .blockquote-info::before,
.content .info-box-blue::before,
.content div.blockquote-info::before,
.content div.info-box-blue::before,
.bh-callout.bh-callout--info::before,
div.bh-callout.bh-callout--info::before,
.content .bh-callout.bh-callout--info::before,
.content div.bh-callout.bh-callout--info::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #1e90ff;
}

.blockquote-info h3,
.info-box-blue h3,
.bh-callout.bh-callout--info h3,
.content .bh-callout.bh-callout--info h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.blockquote-info p,
.info-box-blue p,
.bh-callout.bh-callout--info p,
.content .bh-callout.bh-callout--info p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.blockquote-info ul,
.info-box-blue ul,
.bh-callout.bh-callout--info ul,
.content .bh-callout.bh-callout--info ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.blockquote-info li,
.info-box-blue li,
.bh-callout.bh-callout--info li,
.content .bh-callout.bh-callout--info li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Один заголовок (Note + тема в одном h3) + список — меньше «воздуха» между шапкой и маркерами */
.bh-callout.bh-callout--info > h3 + ul,
.content .bh-callout.bh-callout--info > h3 + ul {
    margin-top: 0.35em;
}

.bh-callout.bh-callout--info > h3:has(+ ul),
.content .bh-callout.bh-callout--info > h3:has(+ ul) {
    margin-bottom: 0.45em;
}

.blockquote-alert,
.info-box-orange,
div.blockquote-alert,
div.info-box-orange,
.content .blockquote-alert,
.content .info-box-orange,
.content div.blockquote-alert,
.content div.info-box-orange,
.bh-callout.bh-callout--highlight,
div.bh-callout.bh-callout--highlight,
.content .bh-callout.bh-callout--highlight,
.content div.bh-callout.bh-callout--highlight {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(255, 152, 0, .24) -.1%, rgba(255, 152, 0, 0) 130%);
}

.blockquote-alert::before,
.info-box-orange::before,
div.blockquote-alert::before,
div.info-box-orange::before,
.content .blockquote-alert::before,
.content .info-box-orange::before,
.content div.blockquote-alert::before,
.content div.info-box-orange::before,
.bh-callout.bh-callout--highlight::before,
div.bh-callout.bh-callout--highlight::before,
.content .bh-callout.bh-callout--highlight::before,
.content div.bh-callout.bh-callout--highlight::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #ff9800;
}

.blockquote-alert h3,
.info-box-orange h3,
.bh-callout.bh-callout--highlight h3,
.content .bh-callout.bh-callout--highlight h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.blockquote-alert p,
.info-box-orange p,
.bh-callout.bh-callout--highlight p,
.content .bh-callout.bh-callout--highlight p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.blockquote-alert ul,
.info-box-orange ul,
.bh-callout.bh-callout--highlight ul,
.content .bh-callout.bh-callout--highlight ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.blockquote-alert li,
.info-box-orange li,
.bh-callout.bh-callout--highlight li,
.content .bh-callout.bh-callout--highlight li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Зеленый информационный блок */
.info-box-green,
div.info-box-green,
.content .info-box-green,
.content div.info-box-green,
.bh-callout.bh-callout--success,
div.bh-callout.bh-callout--success,
.content .bh-callout.bh-callout--success,
.content div.bh-callout.bh-callout--success {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(76, 175, 80, .24) -.1%, rgba(76, 175, 80, 0) 130%);
}

.info-box-green::before,
div.info-box-green::before,
.content .info-box-green::before,
.content div.info-box-green::before,
.bh-callout.bh-callout--success::before,
div.bh-callout.bh-callout--success::before,
.content .bh-callout.bh-callout--success::before,
.content div.bh-callout.bh-callout--success::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #4caf50;
}

.info-box-green h3,
.bh-callout.bh-callout--success h3,
.content .bh-callout.bh-callout--success h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-green p,
.bh-callout.bh-callout--success p,
.content .bh-callout.bh-callout--success p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-green ul,
.bh-callout.bh-callout--success ul,
.content .bh-callout.bh-callout--success ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-green li,
.bh-callout.bh-callout--success li,
.content .bh-callout.bh-callout--success li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Розовый информационный блок (предупреждения) */
.info-box-pink,
div.info-box-pink,
.content .info-box-pink,
.content div.info-box-pink,
.bh-callout.bh-callout--warning,
div.bh-callout.bh-callout--warning,
.content .bh-callout.bh-callout--warning,
.content div.bh-callout.bh-callout--warning {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(233, 30, 99, .24) -.1%, rgba(233, 30, 99, 0) 130%);
}

.info-box-pink::before,
div.info-box-pink::before,
.content .info-box-pink::before,
.content div.info-box-pink::before,
.bh-callout.bh-callout--warning::before,
div.bh-callout.bh-callout--warning::before,
.content .bh-callout.bh-callout--warning::before,
.content div.bh-callout.bh-callout--warning::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #e91e63;
}

.info-box-pink h3,
.bh-callout.bh-callout--warning h3,
.content .bh-callout.bh-callout--warning h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-pink p,
.bh-callout.bh-callout--warning p,
.content .bh-callout.bh-callout--warning p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-pink ul,
.bh-callout.bh-callout--warning ul,
.content .bh-callout.bh-callout--warning ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-pink li,
.bh-callout.bh-callout--warning li,
.content .bh-callout.bh-callout--warning li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Синий информационный блок (советы) */
.info-box-light-blue,
div.info-box-light-blue,
.content .info-box-light-blue,
.content div.info-box-light-blue,
.bh-callout.bh-callout--tip,
div.bh-callout.bh-callout--tip,
.content .bh-callout.bh-callout--tip,
.content div.bh-callout.bh-callout--tip {
    position: relative;
    display: block;
    padding: var(--bh-callout-pad);
    margin: var(--bh-callout-my) 0;
    border-radius: var(--bh-callout-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    background-image: linear-gradient(90deg, rgba(33, 150, 243, .24) -.1%, rgba(33, 150, 243, 0) 130%);
}

.info-box-light-blue::before,
div.info-box-light-blue::before,
.content .info-box-light-blue::before,
.content div.info-box-light-blue::before,
.bh-callout.bh-callout--tip::before,
div.bh-callout.bh-callout--tip::before,
.content .bh-callout.bh-callout--tip::before,
.content div.bh-callout.bh-callout--tip::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bh-callout-bar);
    background-color: #2196f3;
}

.info-box-light-blue h3,
.bh-callout.bh-callout--tip h3,
.content .bh-callout.bh-callout--tip h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: var(--bh-callout-h3);
    font-weight: bold;
    margin-bottom: var(--bh-callout-h3-mb);
}

.info-box-light-blue p,
.bh-callout.bh-callout--tip p,
.content .bh-callout.bh-callout--tip p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

.info-box-light-blue ul,
.bh-callout.bh-callout--tip ul,
.content .bh-callout.bh-callout--tip ul {
    margin-bottom: 0;
    padding-left: var(--bh-callout-ul-pl);
}

.info-box-light-blue li,
.bh-callout.bh-callout--tip li,
.content .bh-callout.bh-callout--tip li {
    margin-bottom: var(--bh-callout-li-mb);
    color: #ffffff;
    font-size: var(--bh-callout-text);
    line-height: var(--bh-callout-lh);
}

/* Блок призыва к действию */
.info-box-cta,
div.info-box-cta,
.content .info-box-cta,
.content div.info-box-cta,
.bh-callout.bh-callout--cta,
div.bh-callout.bh-callout--cta,
.content .bh-callout.bh-callout--cta,
.content div.bh-callout.bh-callout--cta {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: var(--bh-cta-pad);
    margin: var(--bh-cta-my) 0;
    border-radius: var(--bh-cta-radius);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: var(--bh-callout-max);
    width: 100%;
    border: 1px solid rgba(254, 153, 0, 0.42);
    background-color: var(--bh-cta-bg);
    background-image:
        radial-gradient(120% 85% at 50% -35%, rgba(254, 153, 0, 0.28) 0%, transparent 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
        linear-gradient(165deg, rgba(26, 44, 74, 0.97) 0%, rgba(12, 22, 40, 0.99) 48%, rgba(6, 11, 20, 1) 100%);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 0 0 1px rgba(254, 153, 0, 0.1),
        0 18px 46px rgba(0, 0, 0, 0.38);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 0 0 1px rgba(254, 153, 0, 0.1),
        0 18px 46px rgba(0, 0, 0, 0.38);
}

.info-box-cta::before,
.bh-callout.bh-callout--cta::before,
.content .bh-callout.bh-callout--cta::before,
.content div.bh-callout.bh-callout--cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 184, 77, 0.35) 22%, #fe9900 50%, rgba(254, 184, 77, 0.35) 78%, transparent 100%);
    opacity: 1;
    pointer-events: none;
    box-shadow: 0 0 24px rgba(254, 153, 0, 0.35);
}

.info-box-cta > *,
.bh-callout.bh-callout--cta > *,
.content .bh-callout.bh-callout--cta > * {
    position: relative;
    z-index: 1;
}

.info-box-cta h2,
.bh-callout.bh-callout--cta h2,
.content .bh-callout.bh-callout--cta h2 {
    color: #fff;
    margin-top: 0;
    font-size: var(--bh-cta-h2);
    font-weight: 800;
    margin-bottom: var(--bh-cta-h2-mb);
    line-height: 1.22;
    letter-spacing: -0.015em;
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
    text-wrap: balance;
}

.info-box-cta p,
.bh-callout.bh-callout--cta p,
.content .bh-callout.bh-callout--cta p {
    font-size: var(--bh-cta-p);
    margin-bottom: var(--bh-cta-p-mb);
    margin-left: auto;
    margin-right: auto;
    max-width: 38em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.62;
    text-wrap: pretty;
}

.info-box-cta p:last-child,
.bh-callout.bh-callout--cta p:last-child,
.content .bh-callout.bh-callout--cta p:last-child {
    margin-bottom: 0;
}

.info-box-cta a,
.bh-callout.bh-callout--cta a,
.content .bh-callout.bh-callout--cta a {
    margin-top: var(--bh-cta-a-mt);
    padding: var(--bh-cta-a-py) var(--bh-cta-a-px);
    min-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 999px;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: var(--bh-cta-a-fs);
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: none;
    color: #0d121c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, #ffd08a 0%, #fe9900 52%, #e8890a 100%);
    border: 1px solid rgba(255, 220, 160, 0.35);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45) inset,
        0 6px 22px rgba(254, 153, 0, 0.42);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.45) inset,
        0 6px 22px rgba(254, 153, 0, 0.42);
    -webkit-transition: background 0.22s ease, box-shadow 0.22s ease, -webkit-transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.info-box-cta a:focus-visible,
.bh-callout.bh-callout--cta a:focus-visible,
.content .bh-callout.bh-callout--cta a:focus-visible {
    outline: none;
    -webkit-box-shadow:
        0 0 0 2px rgba(10, 16, 26, 0.95),
        0 0 0 5px rgba(255, 255, 255, 0.95),
        0 8px 28px rgba(254, 153, 0, 0.55);
    box-shadow:
        0 0 0 2px rgba(10, 16, 26, 0.95),
        0 0 0 5px rgba(255, 255, 255, 0.95),
        0 8px 28px rgba(254, 153, 0, 0.55);
}

.info-box-cta a:hover,
.bh-callout.bh-callout--cta a:hover,
.content .bh-callout.bh-callout--cta a:hover {
    background: linear-gradient(180deg, #ffe2b0 0%, #ffb03d 50%, #fe9900 100%);
    border-color: rgba(255, 235, 200, 0.55);
    -webkit-box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 10px 32px rgba(254, 153, 0, 0.58);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 10px 32px rgba(254, 153, 0, 0.58);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #070b10;
}

.info-box-cta a:active,
.bh-callout.bh-callout--cta a:active,
.content .bh-callout.bh-callout--cta a:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 2px 10px rgba(254, 153, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 2px 10px rgba(254, 153, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

@media (max-width: 480px) {
    .info-box-cta a,
    .bh-callout.bh-callout--cta a,
    .content .bh-callout.bh-callout--cta a {
        width: 100%;
        max-width: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .info-box-cta a,
    .bh-callout.bh-callout--cta a,
    .content .bh-callout.bh-callout--cta a {
        -webkit-transition: none;
        transition: none;
    }

    .info-box-cta a:hover,
    .bh-callout.bh-callout--cta a:hover,
    .content .bh-callout.bh-callout--cta a:hover {
        -webkit-transform: none;
        transform: none;
    }
}

/*
 * Чип WoT внутри CTA: общие правила .bh-callout--cta a оформляют любую ссылку как оранжевую кнопку —
 * чип визуально сливается с фоном/кнопкой, премиум-силуэт (#fab81b) почти нечитаем.
 * Сбрасываем «кнопочные» стили и даём тёмную подложку + светлый силуэт для --premium.
 */
.info-box-cta a.bh-wot-tank-chip,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 10px 5px;
    min-height: 0;
    width: auto;
    max-width: 100%;
    display: inline-table;
    vertical-align: middle;
    border-radius: 8px;
    font-weight: 400;
    font-size: inherit;
    line-height: 24px;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
    color: var(--bh-wot-chip-amber-400, #fab81b);
    background: rgb(23 48 82 / 78%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 2px 10px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 2px 10px rgba(0, 0, 0, 0.35);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: background 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.info-box-cta a.bh-wot-tank-chip:hover,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover {
    color: #fcc440;
    background: rgb(23 48 82 / 88%);
    border-color: rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 14px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 3px 14px rgba(0, 0, 0, 0.4);
    -webkit-transform: none;
    transform: none;
}

.info-box-cta a.bh-wot-tank-chip:active,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:active,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:active,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:active {
    -webkit-transform: none;
    transform: none;
}

.info-box-cta a.bh-wot-tank-chip:focus-visible,
.bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible,
.content div.bh-callout.bh-callout--cta a.bh-wot-tank-chip:focus-visible {
    outline: 2px solid #7fdefc;
    outline-offset: 2px;
    -webkit-box-shadow: 0 0 0 2px rgb(23 48 82 / 90%), 0 2px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 2px rgb(23 48 82 / 90%), 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* Ячейка типа: убрать лишний baseline-gap у block+filter в table-cell (иконка «уезжала» вверх) */
.bh-callout.bh-callout--cta .bh-wot-tank-chip__cell--type,
.info-box-cta .bh-wot-tank-chip__cell--type,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip__cell--type {
    vertical-align: middle;
    line-height: 0;
}

/* Премиум-маска: светлый силуэт на тёмной подложке вместо янтарь на янтарь */
.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask {
    background-color: #f2f5f8;
}

.bh-callout.bh-callout--cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
.info-box-cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask {
    filter: brightness(1.06);
}

/* Иконка класса (SVG) — читаемая на тёмной плашке; inline-block + middle — выравнивание с ярусом/текстом */
.bh-callout.bh-callout--cta .bh-wot-tank-chip__type,
.info-box-cta .bh-wot-tank-chip__type,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip__type {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
.info-box-cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
.content .bh-callout.bh-callout--cta a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.info-box-cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.content .bh-callout.bh-callout--cta .bh-wot-tank-chip--premium .bh-wot-tank-chip__name {
    color: #ffe6a8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

/* --- from main.css L1419-1616 --- */
/* WoT-style tank chip: корневой блок как на worldoftanks.com (inline-table, Roboto 400, нулевые отступы) */
.bh-wot-tank-chip {
    --bh-wot-chip-amber-400: #fab81b;
    scrollbar-color: #686868 #424242;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    font-weight: 400;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
    list-style: none;
    line-height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    font-size: 100%;
    text-decoration: none;
    vertical-align: middle;
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 100%;
    color: #8c8c7c;
    white-space: nowrap;
    position: relative;
    top: -1px;
    transition: background 0.15s ease-out, color 0.15s ease-out;
}

/* Клавиатура: кольцо фокуса только при :focus-visible (не дублируем обводку после клика мышью) */
a.bh-wot-tank-chip:focus {
    outline: none;
}

a.bh-wot-tank-chip:focus-visible {
    outline: 2px solid #7fdefc;
    outline-offset: 2px;
}

/* Ховер: подсветка фона как у WoT — и для премиум, и для обычных */
a.bh-wot-tank-chip:hover,
a.bh-wot-tank-chip:focus {
    text-decoration: none;
    background: rgba(66, 66, 66, 0.45);
}

/* Не премиум: чуть светлее текст и иконки на ховере / фокусе с клавиатуры */
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):hover,
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):focus-visible {
    color: #a8a89a;
}

/* Премиум: янтарь чуть ярче на ховере; при Tab — базовый янтарь + кольцо focus-visible */
a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover {
    color: #fcc440;
}

a.bh-wot-tank-chip.bh-wot-tank-chip--premium:focus-visible {
    color: var(--bh-wot-chip-amber-400);
}

a.bh-wot-tank-chip:hover .bh-wot-tank-chip__flag,
a.bh-wot-tank-chip:hover .bh-wot-tank-chip__type,
a.bh-wot-tank-chip:focus-visible .bh-wot-tank-chip__flag,
a.bh-wot-tank-chip:focus-visible .bh-wot-tank-chip__type {
    filter: brightness(1.12);
}

a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):hover .bh-wot-tank-chip__shape:not(.bh-wot-tank-chip__shape--premium-mask),
a.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium):focus-visible .bh-wot-tank-chip__shape:not(.bh-wot-tank-chip__shape--premium-mask) {
    filter: grayscale(1) brightness(1.02);
    opacity: 1;
}

a.bh-wot-tank-chip.bh-wot-tank-chip--premium:hover .bh-wot-tank-chip__shape--premium-mask,
a.bh-wot-tank-chip.bh-wot-tank-chip--premium:focus-visible .bh-wot-tank-chip__shape--premium-mask {
    filter: brightness(1.08);
}

.bh-wot-tank-chip__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.bh-wot-tank-chip__cell + .bh-wot-tank-chip__cell {
    padding-left: 8px;
}

.bh-wot-tank-chip__cell--flag,
.bh-wot-tank-chip__cell--type,
.bh-wot-tank-chip__cell--shape,
.bh-wot-tank-chip__cell--tier {
    text-align: center;
}

/* CLS: фиксированный бокс силуэта до загрузки PNG */
.bh-wot-tank-chip__cell--shape {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
}

.bh-wot-tank-chip__cell--name {
    text-align: left;
}

.bh-wot-tank-chip__flag {
    display: block;
    width: 28px;
    height: 18px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    border-radius: 1px;
    transition: filter 0.15s ease-out;
}

/* Иконки класса: /local/Icons/Types/LT.svg, MT.svg, HT.svg, TD.svg, SPG.svg */
.bh-wot-tank-chip__type {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    transition: filter 0.15s ease-out;
}

.bh-wot-tank-chip__tier {
    min-width: 1.6em;
    text-align: center;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: inherit;
}

/* Силуэт в чипе: PNG — интринсик в пределах max-* (согласовано с img.wot-vehicle-contour); mask — фикс. вьюпорт */
.bh-wot-tank-chip__shape {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

img.bh-wot-tank-chip__shape {
    width: 72px;
    height: 24px;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
}

/* Не премиум: силуэт ближе к серому «контурнику» WoT */
.bh-wot-tank-chip:not(.bh-wot-tank-chip--premium) .bh-wot-tank-chip__shape {
    filter: grayscale(1) brightness(0.92);
    opacity: 0.9;
    transition: filter 0.15s ease-out, opacity 0.15s ease-out;
}

/* Премиум: размер коробки — var из инлайна (из SVG viewBox в PHP); иначе 72×24. Только --bh-contour-mask без box-* оставляет fallback. */
.bh-wot-tank-chip__shape--premium-mask {
    width: var(--bh-contour-box-w, 72px);
    height: var(--bh-contour-box-h, 24px);
    flex-shrink: 0;
    transition: filter 0.15s ease-out;
    -webkit-mask-image: var(--bh-contour-mask);
    mask-image: var(--bh-contour-mask);
    -webkit-mask-mode: alpha;
    mask-mode: alpha;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--bh-wot-chip-amber-400);
    opacity: 1;
}

/*
 * Локальные SVG из Tankopedia (BH_WOT_PREMIUM_CONTOUR_SVG): в viewBox силуэт часто ниже оптического центра,
 * чем у PNG контуров из МБ — в строке чип выглядит «опущенным». Сдвиг только для url с tankopedia-premium-svg.
 */
.bh-wot-tank-chip--premium .bh-wot-tank-chip__shape--premium-mask[style*="tankopedia-premium-svg"] {
    -webkit-mask-position: center 36%;
    mask-position: center 36%;
    transform: translateY(-3px);
}

.bh-wot-tank-chip__name {
    color: inherit;
}

.bh-wot-tank-chip--premium {
    color: var(--bh-wot-chip-amber-400);
}

.bh-wot-tank-chip--premium .bh-wot-tank-chip__tier,
.bh-wot-tank-chip--premium .bh-wot-tank-chip__name {
    color: var(--bh-wot-chip-amber-400);
}

