.sb-input-shell--textarea {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.sb-input-shell textarea {
    width: 100%;
    min-height: 92px;
    resize: vertical;
    border: 0;
    outline: 0;
    color: var(--sb-text);
    background: transparent;
    font: inherit;
}

.sb-check-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--sb-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.sb-check-row input {
    width: 18px;
    height: 18px;
    accent-color: var(--sb-primary);
    margin-top: 2px;
}

.sb-derived-copy h1 span {
    display: block;
}
