/* =====================================================================
   Sekcja "Po rejestracji" — reguły wyodrębnione z block-form-conf.min.css.
   Cały tamten arkusz (25 kB) stylował stary, własny formularz zamówienia,
   którego już nie ma; zostawianie go groziło kolizją z widgetem Gridaly.
   ===================================================================== */

.form__after {
    margin-top: 30px;
}

.form__after-wrap {
    position: relative;
    border: 4px solid #ccc;
    padding-top: 12px;
    padding-right: 3px;
    padding-left: 3px;
    height: 100%;
    text-align: center;
}

.form__after-text {
    font-family: Lato, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
}

.form__after-number {
    position: absolute;
    top: -8px;
    left: 8px;
    color: #ee312f;
    font-size: 4rem;
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.form__after-icon {
    object-fit: contain;
    height: 110px;
    width: auto;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .form__after-icon {
        height: 140px;
    }

    .form__after-text {
        font-size: 1.55rem;
    }

    .form__after-wrap {
        padding-right: 7px;
        padding-left: 7px;
    }
}
