body.fixture-custom-validation-form {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #e8f5e9;
    color: #1b5e20;
}

.fixture-wrap {
    max-width: 400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.fixture-wrap label {
    display: block;
    font-weight: 600;
}

.fixture-wrap input,
.fixture-wrap textarea {
    width: 100%;
    font: inherit;
    margin-top: 0.25rem;
}

.fixture-wrap .back-to-index a {
    color: #2e7d32;
}
