  .googleAdsForm__outerDiv {
        width: 100%;
        background-color: transparent;
        color: var(--neutral-dark);
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .googleAdsForm__form {
        margin: 0;
        width: 100%;
    }

    .googleAdsForm__fieldDiv {
        margin: 0 20px 15px 20px;
    }

    .googleAdsForm__messageSentDiv {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .googleAdsForm__messageSent {
        font-weight: bold;
        font-size: 18px;
    }

    .googleAdsForm__successMessage {
        font-size: 13px;
        margin-top: 20px;
    }

    .googleAdsForm__label {
        padding-bottom: 4px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--neutral-dark);
    }

    .googleAdsForm__inputDiv {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .googleAdsForm__input {
        width: 100%;
        border-radius: 6px;
        border: none;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }

    input.googleAdsForm__input {
        height: 30px;
    }

    textarea.googleAdsForm__input {
        font-family: inherit;
        padding-top: 5px;
        padding-bottom: 5px;
        resize: none;
    }

    .googleAdsForm__stateZipDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 20px 15px 20px;
    }

    .googleAdsForm__stateZipDiv .googleAdsForm__fieldDiv:first-child {
        margin: 0 10px 0 0;
        width: 50%;
    }

    .googleAdsForm__stateZipDiv .googleAdsForm__fieldDiv:last-child {
        margin: 0 0 0 10px;
        width: 50%;
    }

    .googleAdsForm__submitDiv {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .googleAdsForm__submit {
        background-color: #CF1715;
        color: #FFFFFF;
        margin-left: 20px;
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
        width: 50%;
    }

    .googleAdsForm__requiredLabel {
        font-size: 11px;
        padding: 0;
        margin-right: 20px;
    }