
.itsa-affected-banner  {
    color: var(--color-background-1);
    --banner-padding: 48px 24px 48px 55px;
}

.itsa-affected-banner .itsa-affected-banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.itsa-affected-banner .itsa-affected-banner-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itsa-affected-banner .itsa-affected-banner-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.itsa-affected-banner .itsa-affected-banner-text .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.itsa-affected-banner .itsa-affected-banner-text .examples {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
}

.itsa-affected-banner .itsa-affected-list {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.itsa-affected-banner .itsa-affected-list .itsa-affected-list-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.itsa-affected-banner .itsa-affected-list ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    padding-left: 24px;
}


@media only screen and (min-width: 1280px) {
    .itsa-affected-banner {
        --banner-padding: 64px 64px 64px 195px;
    }    

    .itsa-affected-banner .itsa-affected-banner-content {
        flex-direction: row;
    }

    .itsa-affected-banner .itsa-affected-banner-text {
        flex: 1 1 400px;
    }

    .itsa-affected-banner .itsa-affected-banner-text .title {
        font-size: 45px;
    }

    .itsa-affected-banner .itsa-affected-banner-text .description {
        font-size: 18px;
    }

    .itsa-affected-banner .itsa-affected-banner-text .examples {
        font-size: 18px;
    }

    .itsa-affected-banner .itsa-affected-list {
        padding: 24px;
        flex: 1 1 350px;
    }

    .itsa-affected-banner .itsa-affected-list .itsa-affected-list-title {
        font-size: 24px;
    }

    .itsa-affected-banner .itsa-affected-list ul {
        font-size: 16px;
    }
}