body.fixture-floating-label-form {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #fafafa;
    color: #111;
}

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

.float-label-form .float-field {
    position: relative;
    margin-bottom: 1.25rem;
}

.float-label-form .float-field input {
    width: 100%;
    padding: 1.1rem 0.75rem 0.45rem;
    font: inherit;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: transparent;
}

.float-label-form .float-field label {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.2s ease all;
}

.float-label-form .float-field input:focus + label,
.float-label-form .float-field input:not(:placeholder-shown) + label {
    top: 0.45rem;
    transform: translateY(0);
    font-size: 0.72rem;
    color: #444;
}

.float-label-form button {
    width: 100%;
    padding: 0.65rem;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.fixture-wrap .back-to-index a {
    color: #06c;
}
