.tmk-form-wrap {
    max-width: 520px;
    margin: 0 auto;
    font-family: inherit;
}

.tmk-kicker {
    text-align: right;
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 8px;
}

.tmk-title {
    color: #e92121;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px;
}

.tmk-field {
    margin-bottom: 16px;
}

.tmk-field input[type="text"],
.tmk-field input[type="email"],
.tmk-field input[type="tel"],
.tmk-field select,
.tmk-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 2px solid #111;
    border-radius: 0;
    font-size: 15px;
    background: #fff;
    color: #333;
}

.tmk-field textarea {
    resize: vertical;
    min-height: 90px;
}

.tmk-field.tmk-invalid input,
.tmk-field.tmk-invalid select,
.tmk-field.tmk-invalid textarea {
    border-color: #dc3545;
}

.tmk-checkbox-row.tmk-invalid {
    color: #dc3545;
}

.tmk-checkbox-row.tmk-invalid input {
    outline: 2px solid #dc3545;
}

.tmk-field-error {
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
    display: none;
}

.tmk-field.tmk-invalid .tmk-field-error,
.tmk-checkbox-row.tmk-invalid .tmk-field-error {
    display: block;
}

.tmk-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}

.tmk-checkbox-row input {
    margin-top: 3px;
}

.tmk-checkbox-row a {
    color: #e92121;
    font-weight: 600;
    text-decoration: underline;
}

.tmk-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tmk-submit {
    background: #5cb85c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.tmk-submit:hover {
    background: #4cae4c;
}

.tmk-submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.tmk-alert {
    padding: 14px 16px;
    margin-bottom: 20px;
    display: none;
    font-size: 15px;
}

.tmk-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.tmk-alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
