.formremover-textarea {
    min-height: 300px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre;
}

.formremover-list {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.5rem 0.75rem;
}

.formremover-list .form-check {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #f1f3f5;
}

.formremover-list .form-check:last-child {
    border-bottom: 0;
}

.formremover-list .form-check-label {
    cursor: pointer;
}

.formremover-group {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    padding: 0.5rem 0 0.2rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.15rem;
}

.formremover-group:first-child {
    padding-top: 0;
}

.formremover-title {
    font-weight: 600;
}

.formremover-meta {
    display: block;
    font-size: 0.82rem;
    color: #6c757d;
}

.formremover-meta code {
    font-size: 0.82rem;
}

.formremover-badge {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.76rem;
    margin-left: 0.35rem;
}

.formremover-stats .badge {
    margin-right: 0.35rem;
    font-weight: 500;
}
