.iqm-contact-page-container,
.iqm-cf-wrap {
    max-width: 760px;
}
.iqm-contact-page-content,
.iqm-cf-wrap {
    margin-top: 1.25rem;
}
.iqm-contact-page-intro {
    margin: 0 0 1.25rem;
    line-height: 1.65;
}
.iqm-cf-form {
    display: grid;
    gap: 1rem;
}
.iqm-cf-field {
    margin: 0;
}
.iqm-cf-field label {
    display: block;
    font-weight: 600;
}
.iqm-cf-field input,
.iqm-cf-field textarea {
    width: 100%;
    padding: 0.85rem 0.95rem;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}
.iqm-cf-field textarea {
    min-height: 180px;
    resize: vertical;
}
.iqm-cf-notice {
    padding: 0.9rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.iqm-cf-notice--success {
    background: #ecf8ef;
    border: 1px solid #b9e2c2;
}
.iqm-cf-notice--error {
    background: #fff1f1;
    border: 1px solid #f0c3c3;
}
.iqm-cf-turnstile {
    overflow-x: auto;
}
.iqm-cf-actions {
    margin: 0;
}
.iqm-cf-actions button {
    padding: 0.85rem 1.25rem;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
	color: #fff;
	background: #337ab7;
}
.iqm-cf-actions button:hover {
	color: #dedede;
}