/**
 * Enhanced Job Highlights Styles with Bulk Add
 * Maintains green theme and bullet list display
 */

.job-hll-container-mgr792 {
    margin: 20px 0;
    position: relative;
}

.job-hll-title-mgr792 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 1.4em;
    font-weight: 600;
}

/* List styles - Standard bullet points with green text */
.job-hll-list-mgr792 {
    list-style-type: disc;
    margin: 0 0 20px 20px;
    padding: 0;
}

.job-hll-item-mgr792 {
    display: list-item;
    margin-bottom: 8px;
    position: relative;
    transition: opacity 0.3s ease;
}

/* Text display - Green and Bold */
.job-hll-text-mgr792 {
    color: #333;
    font-weight: normal;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
}

/* Admin action buttons */
.job-hll-actions-mgr792 {
    display: inline-flex;
    gap: 6px;
    margin-left: 10px;
}

.job-hll-edit-btn-mgr792,
.job-hll-delete-btn-mgr792,
.job-hll-save-btn-mgr792,
.job-hll-cancel-btn-mgr792 {
    padding: 4px 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 0.85em;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: normal;
    background: transparent;
}

.job-hll-edit-btn-mgr792 {
    border-color: #1976d2;
    color: #1976d2;
}

.job-hll-edit-btn-mgr792:hover {
    background: #1976d2;
    color: #fff;
}

.job-hll-delete-btn-mgr792 {
    border-color: #d32f2f;
    color: #d32f2f;
}

.job-hll-delete-btn-mgr792:hover {
    background: #d32f2f;
    color: #fff;
}

.job-hll-save-btn-mgr792 {
    border-color: #388e3c;
    color: #388e3c;
}

.job-hll-save-btn-mgr792:hover:not(:disabled) {
    background: #388e3c;
    color: #fff;
}

.job-hll-cancel-btn-mgr792 {
    border-color: #757575;
    color: #757575;
}

.job-hll-cancel-btn-mgr792:hover {
    background: #757575;
    color: #fff;
}

/* Controls container */
.job-hll-controls-mgr792 {
    margin-top: 20px;
    position: relative;
}

/* Single add container */
.job-hll-add-container-mgr792 {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.job-hll-input-mgr792,
.job-hll-edit-input-mgr792 {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.job-hll-input-mgr792:focus,
.job-hll-edit-input-mgr792:focus {
    outline: none;
    border-color: #2e7d32;
}

.job-hll-add-btn-mgr792 {
    padding: 8px 16px;
    background: #2e7d32;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.job-hll-add-btn-mgr792:hover:not(:disabled) {
    background: #1b5e20;
}

.job-hll-add-btn-mgr792:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Bulk add container */
.job-hll-bulk-container-mgr792 {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.job-hll-bulk-input-mgr792 {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    resize: vertical;
    min-height: 100px;
}

.job-hll-bulk-input-mgr792:focus {
    outline: none;
    border-color: #2e7d32;
    box-shadow: 0 0 0 1px rgba(46, 125, 50, 0.2);
}

.job-hll-bulk-hint-mgr792 {
    font-size: 0.85em;
    color: #666;
    margin-top: 6px;
    font-style: italic;
}

.job-hll-bulk-actions-mgr792 {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.job-hll-bulk-save-btn-mgr792,
.job-hll-bulk-cancel-btn-mgr792 {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.job-hll-bulk-save-btn-mgr792 {
    background: #2e7d32;
    color: #fff;
}

.job-hll-bulk-save-btn-mgr792:hover:not(:disabled) {
    background: #1b5e20;
}

.job-hll-bulk-save-btn-mgr792:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.job-hll-bulk-cancel-btn-mgr792 {
    background: #f0f0f1;
    color: #50575e;
}

.job-hll-bulk-cancel-btn-mgr792:hover {
    background: #e0e0e0;
}

/* Bulk toggle button */
.job-hll-bulk-toggle-mgr792 {
    background: #f0f0f1;
    border: 1px solid #ddd;
    color: #50575e;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.job-hll-bulk-toggle-mgr792:hover {
    background: #e0e0e0;
    border-color: #ccc;
}

.job-hll-bulk-toggle-mgr792.bulk-mode-active-mgr792 {
    background: #2e7d32;
    color: white;
    border-color: #2e7d32;
}

.job-hll-bulk-toggle-mgr792.bulk-mode-active-mgr792:hover {
    background: #1b5e20;
    border-color: #1b5e20;
}

.job-hll-bulk-toggle-mgr792 svg {
    width: 16px;
    height: 16px;
}

/* Edit form inline */
.job-hll-edit-form-mgr792 {
    display: inline-flex;
    gap: 6px;
    margin-left: 10px;
}

.job-hll-edit-input-mgr792 {
    width: 300px;
}

/* Message display */
.job-hll-message-mgr792 {
    display: none;
    padding: 10px;
    margin-top: 15px;
    border-radius: 4px;
    font-size: 0.95em;
    transition: opacity 0.3s ease;
}

.job-hll-message-mgr792.success {
    background: #e8f5e9;
    color: #2e7d32;
}

.job-hll-message-mgr792.error {
    background: #ffebee;
    color: #c62828;
}

/* Notifications */
.job-hll-notification-mgr792 {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: #333;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.job-hll-notification-info-mgr792 {
    background-color: #0073aa;
}

.job-hll-notification-success-mgr792 {
    background-color: #46b450;
}

.job-hll-notification-error-mgr792 {
    background-color: #dc3232;
}

.job-hll-notification-fade-mgr792 {
    opacity: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .job-hll-list-mgr792 {
        margin-left: 15px;
    }
    
    .job-hll-actions-mgr792 {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
    
    .job-hll-add-container-mgr792 {
        flex-direction: column;
    }
    
    .job-hll-bulk-actions-mgr792 {
        flex-direction: column;
    }
    
    .job-hll-bulk-save-btn-mgr792,
    .job-hll-bulk-cancel-btn-mgr792 {
        width: 100%;
    }
    
    .job-hll-edit-form-mgr792 {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
    
    .job-hll-edit-input-mgr792 {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .job-hll-notification-mgr792 {
        top: auto;
        bottom: 20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

/* Focus styles for accessibility */
.job-hll-edit-btn-mgr792:focus,
.job-hll-delete-btn-mgr792:focus,
.job-hll-save-btn-mgr792:focus,
.job-hll-cancel-btn-mgr792:focus,
.job-hll-add-btn-mgr792:focus,
.job-hll-bulk-toggle-mgr792:focus,
.job-hll-bulk-save-btn-mgr792:focus,
.job-hll-bulk-cancel-btn-mgr792:focus {
    outline: 2px solid #4caf50;
    outline-offset: 2px;
}

/* Animation for new items */
@keyframes hll-slide-in-mgr792 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.job-hll-item-mgr792 {
    animation: hll-slide-in-mgr792 0.3s ease-out;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .job-hll-input-mgr792,
    .job-hll-edit-input-mgr792,
    .job-hll-bulk-input-mgr792 {
        border-width: 2px;
    }
    
    .job-hll-bulk-toggle-mgr792[aria-pressed="true"] {
        outline: 2px solid currentColor;
    }
}

/* Hide admin controls in print */
@media print {
    .job-hll-actions-mgr792,
    .job-hll-controls-mgr792,
    .job-hll-message-mgr792 {
        display: none !important;
    }
    
    .job-hll-text-mgr792 {
        color: #000;
    }
}