:root {
  --bg: #0f172a;
  --card: #111827;
  --muted: #94a3b8;
  --fg: #e5e7eb;
  --acc: #60a5fa;
}
* {
  box-sizing: border-box;
}

.kb-slug-frontend {
    width: 100%;
    padding: 45px 55px;
    margin: 30px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
    background: #fff;
    max-width: 780px;
}

.kb-slug-frontend label {
    margin-bottom: 20px;
}

.kb-slug-frontend textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: .35em .75em .625em;
    min-height: 110px;
    resize: vertical;
    outline: none;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #1e293b;
}

.kb-slug-frontend textarea:focus {
    border-color: rgba(145, 32, 32, 1);
    box-shadow: 0 0 0 3px rgba(145, 32, 32, 0.2);
}

.kb-compteur-result {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

#kb-total-count {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    text-align: right;
}

.kb-rules {
    margin-top: 14px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.kb-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1e293b;
    cursor: pointer;
}

.kb-checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: rgba(145, 32, 32, 1);
}
