.tgm-contact-form {
    width: min(100%, 760px);
    margin-inline: auto;
    padding: clamp(20px, 4vw, 38px);
    background: var(--tgm-color-surface);
    border-radius: var(--tgm-radius-card);
    box-shadow: var(--tgm-shadow-card);
}

.tgm-contact-form form {
    display: grid;
    gap: 16px;
}

.tgm-contact-form label {
    display: grid;
    gap: 7px;
    color: var(--tgm-color-text);
    font-weight: 600;
}

.tgm-contact-form input:not([type="checkbox"]),
.tgm-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(30, 20, 35, 0.22);
    border-radius: 8px;
    background: #fff;
    color: var(--tgm-color-text);
    font: inherit;
}

.tgm-contact-consent {
    grid-template-columns: auto 1fr;
    align-items: start;
    font-weight: 400 !important;
}

.tgm-contact-form button {
    justify-self: start;
    padding-inline: 24px;
    border: 0;
    background: var(--tgm-color-primary);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.tgm-form-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    background: var(--tgm-color-surface-soft);
}

.tgm-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
