#subscribePopup { 
    & h1 {
        font-size: 32px !important;
    }

    & .sc-bwzfXH.ebeRtN {
        display: flex;
        align-items: center; /* vertically center checkbox and label */
        gap: 0.5rem;         /* optional spacing between checkbox and label */
        margin-bottom: 7px;
    }

    & .sc-bwzfXH.ebeRtN label.fiUAra {
        margin: 0;
        line-height: 1;      /* reduce extra spacing */
    }

    & .sc-bwzfXH.ebeRtN input.eKOoKL {
        margin: 0;           /* remove default browser margins */
    }

    & label[for="fieldName"],
    & label[for="fieldEmail"],
    & label.sc-gzVnrw.kkHYhp, 
    & label.sc-gzVnrw.bdDSFl {
        line-height: 1.25;
    }

    & p.sc-gPEVay.gmfawT {
        text-align: center;
    }
}

div.l-form-default button.dwYSlG {
    background: rgb(89, 93, 100)
}

#openPopup:hover {
    background: #e55140 !important;
    color: white !important;
}

div.sc-bwzfXH.ebeRtN {
    & input[type="checkbox"]:checked+label {
        background: unset;
        color: unset;
    }
}

.event-host-btn {
    div.wp-block-button {
        min-width: 193px;
        margin-bottom: 1rem;
    }
}

html {
    box-sizing: border-box;
}