body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

form {
    width: 100%;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #0f172a;
}

input,
textarea,
select {
    width: 100%;
    padding: 12px 14px;
    margin: 6px 0 14px;
    box-sizing: border-box;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font: inherit;
    background: #fff;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

button {
    cursor: pointer;
    font: inherit;
}

.notice {
    padding: 12px 14px;
    margin: 0 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.notice.success {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}

.notice.error {
    background: #fee2e2;
    color: #991b1b;
    border-color: #fecaca;
}

.clean-html p:last-child,
.clean-html ul:last-child,
.clean-html ol:last-child {
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

h1, h2, h3, h4 {
    letter-spacing: -0.01em;
}

.button-primary,
.button-secondary {
    cursor: pointer;
}