.hit-info-social-cards {
    width: 100%;
}

.hit-info-social-cards__section + .hit-info-social-cards__section {
    margin-top: 48px;
}

.hit-info-social-cards a,
.hit-info-social-cards a:hover,
.hit-info-social-cards a:focus {
    text-decoration: none;
}

.hit-info-tg-card,
.hit-info-dzen-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.hit-info-tg-card {
    display: flex;
    height: 540px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    background: #ffffff;
    color: #3d3d3d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.hit-info-tg-card__head {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 60px;
    min-height: 60px;
    padding: 9px 12px;
    align-items: center;
    gap: 10px;
    color: #3d3d3d !important;
    background: #ffffff;
}

.hit-info-tg-card__logo {
    display: flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2298d6;
}

.hit-info-tg-card__logo img {
    display: block;
    width: 25px;
    height: 25px;
    border: 0;
}

.hit-info-tg-card__identity {
    min-width: 0;
}

.hit-info-tg-card__identity strong,
.hit-info-tg-card__identity small {
    display: block;
}

.hit-info-tg-card__identity strong {
    overflow: hidden;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hit-info-tg-card__identity small {
    overflow: hidden;
    margin-top: 2px;
    color: #6f6e6e;
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hit-info-tg-card__identity b {
    color: #505468;
    font-weight: 900;
}

.hit-info-tg-card__feed {
    box-sizing: border-box;
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px;
    background: #d2dbe4;
    scrollbar-color: rgba(80, 84, 104, 0.42) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.hit-info-tg-card__feed::-webkit-scrollbar {
    width: 7px;
}

.hit-info-tg-card__feed::-webkit-scrollbar-track {
    background: transparent;
}

.hit-info-tg-card__feed::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(80, 84, 104, 0.42);
    background-clip: padding-box;
}

.hit-info-tg-card__post {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #ffffff;
    color: #222222 !important;
    box-shadow: 0 2px 8px rgba(42, 63, 77, 0.09);
}

.hit-info-tg-card__post:last-child {
    margin-bottom: 0;
}

.hit-info-tg-card__media {
    display: block;
    height: 145px;
    overflow: hidden;
    background: #edf2f5;
}

.hit-info-tg-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.hit-info-tg-card__post-body {
    display: block;
    padding: 10px 12px 9px;
}

.hit-info-tg-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hit-info-tg-card__post time {
    display: block;
    margin-top: 6px;
    color: #969da3;
    font-size: 11px;
    line-height: 1.3;
    text-align: right;
}

.hit-info-tg-card__post--fallback {
    padding: 16px;
    color: #3d3d3d !important;
    font-size: 14px;
    line-height: 1.5;
}

.hit-info-tg-card__cta {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 44px;
    min-height: 44px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    background: #2298d6;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    transition: background-color 0.2s ease;
}

.hit-info-tg-card__cta:hover,
.hit-info-tg-card__cta:focus {
    background: #1d7baa;
    color: #ffffff !important;
}

.hit-info-tg-card__head:focus-visible,
.hit-info-tg-card__feed:focus-visible,
.hit-info-tg-card__post:focus-visible,
.hit-info-tg-card__cta:focus-visible,
.hit-info-dzen-card__link:focus-visible {
    outline: 3px solid #ff6933;
    outline-offset: -3px;
}

.hit-info-dzen-card__link {
    display: block;
    padding: 22px;
    border-radius: 16px;
    background: #232323;
    background-image: linear-gradient(145deg, #171717, #333333);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.hit-info-dzen-card__badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.hit-info-dzen-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.hit-info-dzen-card__copy {
    display: block;
    margin-bottom: 18px;
    color: #e8e8e8;
    line-height: 1.5;
}

.hit-info-dzen-card__cta {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ff6900;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.35;
}

@media only screen and (max-width: 500px) {
    .hit-info-tg-card__media {
        height: 138px;
    }

    .hit-info-social-cards__section + .hit-info-social-cards__section {
        margin-top: 40px;
    }
}
