.campaigns-wrapper {
    padding-top: 5rem;
    background: unset !important;
}

div#block-breadcrumbs {
    border-bottom: 5px solid rgb(255, 0, 0);
}

.heading {
    color: rgb(255, 0, 0);
    text-align: center;
    line-height: 42px;
    font-size: 33px;
    font-family: DrupalHeadlineCampaignFont;
}

.sub_heading {
    font-family: DrupalSecondaryTypefaceFont;
    color: rgb(60, 20, 0);
    letter-spacing: normal;
    font-weight: normal !important;
    font-size: 20px !important;
}

.webform-submission-icecream2026-campaigns-add-form input#form_submit {
    font-size: 28px;
    font-family: DrupalHeadlineCampaignFont;
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    background: rgb(33, 0, 140);
    border-color: currentcolor;
    border-image: none;
    border-radius: 1rem;
    width: 24rem !important;
}

form.campaigns-wrapper label.error {
    color: rgb(255, 0, 0) !important;
}
.campaigns-wrapper .prizedraw{
    color: #21008C !important;
}

label#internship_consent-error, label#video_consent-error, div#edit-thankyou {
    display: none !important;
}

.webform-submission-icecream2026-campaigns-add-form input#form_submit:hover {
    background: rgb(33, 0, 140);
    color: rgb(255, 255, 255);
}

.campaigns-wrapper .campaign_entry_page .form-item__description .webform-element-description, .campaigns-wrapper .campaign_entry_page label.form-item__label {
    color: rgb(60, 20, 0) !important;
    font-size: 18px;
}

.campaigns-wrapper .campaign_entry_page input, .campaigns-wrapper .campaign_entry_page textarea {
    border-radius: 0px;
    border: 1.2px solid rgb(60, 20, 0);
}

.webform-submission-icecream2026-campaigns-add-form .globalElement.form-textarea {
    margin: 0px auto 1rem;
}

@media screen and (min-width: 768px) {
    .campaigns-wrapper .campaign_entry_page input {
        max-width: 70rem !important;
    }
}

.webform-submission-icecream2026-campaigns-add-form .globalClass.webform-has-field-prefix, .webform-submission-icecream2026-campaigns-add-form .globalPrivacy.webform-has-field-prefix {
    background: rgb(245, 222, 179);
    border: 5px solid rgb(255, 0, 0);
    max-width: 36rem;
    margin: 20px auto;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 5px 5px 8px 0px;
    @media screen and (min-width: 768px) {
        max-width: 72rem;
    }
}
