/* ============================================================================
   text-typo-creator.css - Text Typo Creator tool
   ============================================================================
   Loaded by:  text-tools/text-typo-creator.php
   Purpose:    Scoped styles for that tool (.ttc-*): the tick-marked list in
               the "Types of Common Typing Errors" section. The drop zone now
               uses the shared .tool-drop-zone styles from tool-input.css.
               The rest uses the shared tool-input.css layout.
   Load order: AFTER tool-input.css. Scoped to .ttc-* so the styles never
               leak into other tool pages.
   ============================================================================ */

.ttc-tick-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ttc-tick-list li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.65rem;
}

.ttc-tick-list .ttc-tick {
    position: absolute;
    left: 0;
    top: 0.28rem;
    color: #198754;
    font-size: 0.9rem;
}
