/**
 * Custom Keyword Input Styles
 */
.pictaffil-custom-keyword {
    margin: 15px 0;
}

.pictaffil-custom-keyword label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.pictaffil-custom-keyword-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pictaffil-keywords-header {
    margin-bottom: 10px;
    color: #666;
}

/* Keyword items in admin analyze */
.pictaffil-keyword-item {
    margin-bottom: 8px;
}

.pictaffil-keyword-item label {
    margin-left: 5px;
    cursor: pointer;
}
