.linds-labels-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.linds-products-table {
    width: 100%;
    border-collapse: collapse;
}

.linds-products-table th,
.linds-products-table td {
    border-bottom: 1px solid #ddd;
    padding: 6px 4px;
    text-align: left;
}

.linds-search-input {
    width: 100%;
    max-width: 320px;
    padding: 6px;
}

.linds-btn-primary,
.linds-btn-secondary {
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.linds-btn-primary {
    background: #007a4d;
    color: #fff;
}

.linds-btn-secondary {
    background: #f2b233;
    color: #000;
}

.linds-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.linds-modal {
    background: #fff;
    padding: 24px 32px;
    border-radius: 8px;
    max-width: 420px;
    text-align: center;
}

.linds-modal-buttons {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.linds-labels-done {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.linds-labels-done h1 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.linds-labels-done h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.linds-category-content {
    display: block;
    margin-bottom: 20px;
}

.linds-category-content.is-hidden {
    display: none;
}

.linds-category-toggle {
    cursor: pointer;
    margin: 16px 0 8px;
    font-size: 18px;
}

#linds-category-filter {
    min-width: 220px;
    padding: 4px;
    margin-bottom: 10px;
}

