.check-my-school {
    background-color: var(--cream);
    padding-top: 228px;
    padding-bottom: 263px;
}

@media screen and (min-width:1080px) {
    .check-my-school .generic-desktop-wrapper-with-mobile-padding {
        background-image: url(/images/dotcom/school.webp);
        background-size: 431px;
        background-position: right;
        background-repeat: no-repeat;
    }
}
.join-petition-button {
    margin-top:20px;
}

p.subtitle20 {
    color: var(--darker-text);
}

select[name="country"],
input[type="text"],
input[type="email"] {
    height: 56px;
    appearance: none;
    background-color: white;
    color: var(--darker-text);
    border: 0;
    padding: 16px;
    font-size: 16px;
    border-radius: 16px;
}
.generic-desktop-wrapper-with-mobile-padding {
    min-height:280px;
}
input[type="email"] {
    min-width:250px;
}

input[type="text"] {
    flex: 1;
}

input[type="submit"] {
    min-width: 0;
    font-size: 16px;
}

.form-block {
    max-width: 560px;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.left-block {
    max-width: 560px;
}

.check-my-school.mode-notfound {
    background-color: #FFD9E7;
}

.check-my-school.mode-found {
    background-color: #d3e1ce;
}

.petition-block {
    background-color: #EFEFEF;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 40px;
}

.petition-block p {
    font-size: 13px;
}

.petition-block p.first {
    font-weight: bold;
}

.petition-block p.muted {
    color: var(--darker-text);
}