.toast-message {
    font-size: 18px;
}

.map iframe {
    width: calc(100% - 10px);
}
.input-field .error {
    color: #e50000;
}

.popup-form .form-buttons .button-yellow {
    z-index: 99;
}

@media (max-width: 767px) {
    .input-field .error {
        font-size: 14px;
    }
}

div:has(> .grecaptcha-badge) {
    display: none!important;
}

.powered {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.powered a:hover {
    color: #e88934;
}