.usshey-article-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 36px 0;
    padding: 24px;
    border: 1px solid #cfe1f1;
    border-radius: 16px;
    background: #f4f9fd;
    box-sizing: border-box;
}

.usshey-article-cta__icon {
    display: flex;
    flex: 0 0 72px;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: #d9eaf7;
    color: #17324d;
    font-size: 20px;
    font-weight: 700;
}

.usshey-article-cta__content {
    flex: 1;
    min-width: 0;
}

.usshey-article-cta__title {
    margin: 0 0 8px;
    color: #17324d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.usshey-article-cta__description {
    margin: 0 0 18px;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.usshey-article-cta__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 9px;
    background: #2f75b5;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.usshey-article-cta__button:hover,
.usshey-article-cta__button:focus {
    color: #fff !important;
    opacity: 0.88;
}

.usshey-article-cta--sale {
    border-color: #f3c7a9;
    background: #fff8f2;
}

.usshey-article-cta--sale .usshey-article-cta__icon {
    background: #fce4d6;
    color: #9c4717;
}

@media (max-width: 767px) {
    .usshey-article-cta {
        display: block;
        margin: 28px 0;
        padding: 20px 16px;
    }

    .usshey-article-cta__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
        border-radius: 14px;
        font-size: 16px;
    }

    .usshey-article-cta__title {
        font-size: 18px;
    }

    .usshey-article-cta__button {
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }
}
