/* UI Cleanup Overrides - User requested removal of these styles */

/* Padding medium - commented out per user request */
.nz-p-md {
    /* padding: var(--spacing-md); */
}

/* List item styles for various sections - commented out per user request */
#prioritySpotlightList > div, #questionsList > div, #activityList > div,
#activitySpotlightList > div, #tasksList > div,
#activityFeedList > div, #entitiesList > div, #policiesList > div {
    /* background: rgba(31, 41, 55, 0.5); */
    /* border: 1px solid rgba(75, 85, 99, 0.3); */
    /* margin-bottom: 0.5rem; */
    /* padding: 0.75rem; */
    /* border-radius: 0.375rem; */
}

/* Tab content container - background commented out per user request */
.tab-content-container {
    /* background: transparent; */
}

/* Spotlight lists min-height for proper container filling */
#prioritySpotlightList {
    min-height: calc(100% - 33px);
}

#activitySpotlightList {
    min-height: calc(100% - 33px);
}

/* Questions and activity lists background and border styling */
#prioritySpotlightList, #questionsList, #activityList {
    background: rgba(17, 24, 39, 0.9) !important;
    border: 1px solid rgba(55, 65, 81, 0.5) !important;
}

/* Video container - background disabled per user request */
.video-container {
    background: transparent !important;
}

/* Entity containers background and border styling - excluding #entitiesList */
#entityList, .entities-container, .entity-list {
    background: rgba(17, 24, 39, 0.9) !important;
    border: 1px solid rgba(55, 65, 81, 0.5) !important;
}

/* Entities list height to fill container */
#entitiesList {
    height: 100%;
}

/* Transcription header styling */
.txv2-header {
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(75, 85, 99, 0.5) !important;
}

/* Task item styling - remove font weight and use gray text */
.task-item {
    font-weight: normal !important;
    color: rgba(209, 213, 219, 0.9) !important; /* Soft gray instead of white */
}

/* Remove transcription header - per user request */
.transcription-header {
    display: none !important;
}

/* Hide scroll indicator - per user request */
.txv2-scroll-indicator {
    display: none !important;
}
