/* Traps and Puzzles Generator specific styles */

/* Checkbox styling to match DND character generator */
.checkbox-group {
    margin-top: 10px;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: inherit;
    user-select: none;
}

.checkbox-inline input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #ff6b35;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-inline:hover {
    color: #ff6b35;
}

/* Custom styles can be added here if needed */
/* Currently using inherited styles from main theme */