/* === Блок подписки на ТГ-канал в статьях блога === */

/* Скриншот карточки канала */
figure[data-src*="photo_2026-08-27_20-"] {
    text-align: center !important;
    margin: 34px auto 4px !important;
}
figure[data-src*="photo_2026-08-27_20-"] img {
    width: 400px !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
    display: inline-block !important;
}

/* Кнопка "Подписаться на канал" */
a[href*="gKAmc2ZvVGJjYzcy"] {
    display: inline-block;
    background: #ff6b35;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none !important;
    border-bottom: none !important;
    font-weight: 600;
    line-height: 1.2;
    transition: background .2s ease, transform .2s ease;
}
a[href*="gKAmc2ZvVGJjYzcy"]:hover {
    background: #e85a26;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Строка с кнопкой - по центру */
.tg-cta-center {
    text-align: center !important;
    margin: 14px 0 26px !important;
}
.t-redactor__text:has(a[href*="gKAmc2ZvVGJjYzcy"]) {
    text-align: center !important;
    margin: 14px 0 26px !important;
}

@media screen and (max-width: 480px) {
    figure[data-src*="photo_2026-08-27_20-"] img {
        width: 280px !important;
    }
    a[href*="gKAmc2ZvVGJjYzcy"] {
        padding: 13px 24px;
        font-size: 15px;
    }
}

