/* Скрываем форму до подстановки заглушки (без мигания) */
html.promo-campaign-ended .container:not(.campaign-ended-ready) > * {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

html.promo-campaign-ended .container.campaign-ended-ready {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 40px);
}

.campaign-ended-message {
    padding: 24px 20px 32px;
    text-align: center;
    color: #001489;
}

.campaign-ended-message__title {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 20px;
}

.campaign-ended-message__text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 14px;
}

.campaign-ended-message__text:last-of-type {
    margin-bottom: 0;
}

.campaign-ended-message__footer {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}

.campaign-ended-close {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 28px auto 0;
    padding: 16px;
    background: #001489;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
