.mtc-story-banner {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(123, 97, 249, .46);
    border-radius: 10px;
    background: linear-gradient(105deg, #0b1230 0%, #121842 48%, #0b1630 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    font-family: inherit;
}

.mtc-story-banner__link {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 108px;
    color: #fff;
    text-decoration: none;
}

.mtc-story-banner__media {
    align-self: stretch;
    min-height: 108px;
    overflow: hidden;
    background: #080c29;
}

.mtc-story-banner__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.mtc-story-banner__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 16px 20px;
}

.mtc-story-banner__eyebrow {
    color: #c9d9ff;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: .04em;
}

.mtc-story-banner__eyebrow b {
    color: #ffd557;
    margin: 0 .14em;
}

.mtc-story-banner__title {
    color: #fff;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: -.03em;
    word-break: keep-all;
}

.mtc-story-banner__description {
    color: #d7e0ef;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    word-break: keep-all;
}

.mtc-story-banner__description em {
    color: #ffdc65;
    font-style: normal;
    font-weight: 800;
}

.mtc-story-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-right: 20px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    background: linear-gradient(100deg, #a73fc0, #6257de);
    box-shadow: 0 7px 18px rgba(77, 50, 190, .3);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
}

.mtc-story-banner__cta span {
    margin-left: 7px;
}

.mtc-story-banner__link:hover .mtc-story-banner__cta,
.mtc-story-banner__link:focus-visible .mtc-story-banner__cta {
    background: linear-gradient(100deg, #b84bd0, #7569eb);
}

.mtc-story-banner__link:focus-visible {
    outline: 3px solid #43bfe3;
    outline-offset: -3px;
}

@media (max-width: 768px) {
    .mtc-story-banner__link {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 112px;
    }

    .mtc-story-banner__media {
        grid-row: 1 / 3;
        min-height: 112px;
    }

    .mtc-story-banner__copy {
        align-self: end;
        gap: 2px;
        padding: 13px 14px 3px;
    }

    .mtc-story-banner__title {
        font-size: 18px;
    }

    .mtc-story-banner__description {
        font-size: 13px;
    }

    .mtc-story-banner__cta {
        align-self: start;
        justify-self: start;
        min-height: 32px;
        margin: 5px 14px 12px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        color: #bfc7ff;
        font-size: 13px;
    }

    .mtc-story-banner__link:hover .mtc-story-banner__cta,
    .mtc-story-banner__link:focus-visible .mtc-story-banner__cta {
        background: transparent;
        color: #fff;
    }
}

@media (max-width: 360px) {
    .mtc-story-banner__link {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .mtc-story-banner__copy {
        padding-right: 10px;
        padding-left: 12px;
    }

    .mtc-story-banner__title {
        font-size: 17px;
    }

    .mtc-story-banner__cta {
        margin-right: 10px;
        margin-left: 12px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .mtc-story-banner__cta {
        transition: color .18s ease, background .18s ease;
    }
}
