.watchpost-telegram-cta {
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    margin: 58px auto 20px;
    padding: 0 18px;
    text-align: center;
}

.watchpost-telegram-button {
    display: inline-grid;
    min-width: min(100%, 320px);
    min-height: 66px;
    box-sizing: border-box;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 18px;
    padding: 13px 18px 13px 23px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 17px;
    background: linear-gradient(135deg, #172332 0%, #1f3447 62%, #245572 100%);
    color: #fff !important;
    font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.2;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 15px 34px rgba(18, 31, 45, .18);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.watchpost-telegram-button:hover,
.watchpost-telegram-button:focus-visible {
    border-color: rgba(102, 203, 255, .52);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 19px 42px rgba(18, 31, 45, .25);
}

.watchpost-telegram-kicker {
    grid-column: 1;
    color: #79d0f2;
    font-size: .66rem;
    font-weight: 750;
    letter-spacing: .15em;
}

.watchpost-telegram-button strong {
    grid-column: 1;
    color: #fff !important;
    font-size: clamp(.98rem, 2vw, 1.08rem);
    font-weight: 720;
    letter-spacing: -.025em;
}

.watchpost-telegram-arrow {
    display: grid;
    width: 37px;
    height: 37px;
    grid-column: 2;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #b9ecff;
    font-size: 1.05rem;
}

@media (max-width: 520px) {
    .watchpost-telegram-cta {
        margin-top: 46px;
        padding: 0 4px;
    }

    .watchpost-telegram-button {
        width: 100%;
        min-width: 0;
        border-radius: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .watchpost-telegram-button {
        transition-duration: .01ms !important;
    }
}
