/* Text fixes */
*{
    text-wrap:balance;
}

p:last-child {
    margin-bottom: 0rem;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge{
    display: none !important;
}
