.public-correction-trigger {
    gap: .5rem;
    white-space: nowrap;
}

.public-correction-trigger svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.correction-sheet .report-sheet-panel {
    max-height: min(88vh, 720px);
    overflow-y: auto;
}

.correction-sheet-form {
    display: grid;
    gap: 1rem;
}

.correction-sheet-field {
    display: grid;
    gap: .45rem;
}

.correction-sheet-field > span {
    font-weight: 750;
}

.correction-sheet-field small,
.correction-sheet-help {
    color: var(--muted, #8d96a8);
    line-height: 1.45;
}

.correction-sheet-field input {
    width: 100%;
    min-height: 3.2rem;
    padding: .85rem 1rem;
    border: 1px solid color-mix(in srgb, currentColor 17%, transparent);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--surface, #151923) 94%, transparent);
    color: inherit;
    font: inherit;
    outline: none;
}

.correction-sheet-field input:focus {
    border-color: var(--accent, #ff3f67);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent, #ff3f67) 18%, transparent);
}

.correction-sheet-help {
    margin: -.25rem 0 0;
    font-size: .9rem;
}

.correction-sheet-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

body.correction-sheet-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .public-correction-trigger {
        flex: 1 1 auto;
        justify-content: center;
    }

    .correction-sheet .report-sheet-panel {
        max-height: 92vh;
    }
}
