.sdelaem-starter-banner {
    display: block;
    margin: 28px 0;
    text-decoration: none;
}
.sdelaem-starter-banner .sdelaem-starter-banner__desktop {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.sdelaem-starter-banner__mobile { display: none; }
.sdelaem-starter-banner:focus-visible,
.sdelaem-starter-popup__link:focus-visible {
    outline: 3px solid #e86830;
    outline-offset: 4px;
}
body .overlay #reedem,
body .overlay #reedem1,
body .overlay #reedem4,
body .overlay #reedem6 {
    display: block;
    width: calc(100vw - 32px);
    max-width: 1200px;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 20px);
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
}
body .overlay #reedem > .close-modal,
body .overlay #reedem1 > .close-modal,
body .overlay #reedem4 > .close-modal,
body .overlay #reedem6 > .close-modal { display: none; }
.sdelaem-starter-popup { position: relative; width: 100%; }
.sdelaem-starter-popup__link,
.sdelaem-starter-popup__link picture { display: block; }
.sdelaem-starter-popup .sdelaem-starter-popup__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    border: 0;
}
body .sdelaem-starter-popup .sdelaem-starter-popup__close {
    display: block;
    position: absolute;
    top: 3%;
    right: 1.75%;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    z-index: 6;
}
.sdelaem-starter-popup__close:focus-visible { outline: 2px solid white; }
@media (max-width: 767px) {
    .sdelaem-starter-banner .sdelaem-starter-banner__desktop { display: none; }
    .sdelaem-starter-banner__mobile {
        display: grid;
        grid-template-columns: 105px 1fr;
        align-items: center;
        background: #f2f2f2;
        color: #111;
        font-family: "TT Hoves Pro Trial", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
    }
    .sdelaem-starter-banner__art {
        display: block;
        width: 105px;
        height: 96px;
        background: url("banner.png") no-repeat 0 100%;
        background-size: 569px 73px;
    }
    .sdelaem-starter-banner__text { padding: 16px 16px 16px 8px; }
    .sdelaem-starter-banner__cta {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding: 12px 20px;
        background: #e86830;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }
    body .overlay #reedem,
    body .overlay #reedem1,
    body .overlay #reedem4,
    body .overlay #reedem6 { max-width: 390px; }
    body .sdelaem-starter-popup .sdelaem-starter-popup__close {
        top: 4%;
        right: 6%;
    }
}

/* Clip decorative overflow without creating a scroll container for keyboard focus. */
.tips_for_copywriters { overflow: clip; }

/* Reserve the robot's space in the existing tablet layout. */
@media (min-width: 768px) and (max-width: 1199px) {
    .neural_networks_wrap_subtitle,
    .neural_networks_wrap_action_text { max-width: 320px; }
}
