/* singles-batch.css
 * Extracted inline styles from single-style files
 * v20260210
 */

/* --- Listing empty-state styles --- */
.listing-empty-text {
    font-size: var(--ns-text-sm);
}

.listing-empty-icon {
    font-size: 48px;
    opacity: 0.5;
    margin-bottom: 16px;
}

/* --- JS-toggled hidden elements --- */
.js-hidden {
    display: none;
}

/* --- Individual page extractions --- */

/* test/santa_v2 */
.santa-letter-canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

/* test/realtime */
.realtime-divider {
    margin: 2em 0;
}

/* test/netshow_iq1/finops_sentinel */
.finops-meta-text {
    font-size: 12px;
    color: var(--text-secondary);
}

/* settings/zapier_zaps/zaps/yepic */
.yepic-avatar-preview {
    max-width: 200px;
    height: auto;
}

/* settings/api_integration */
.api-category-chevron {
    color: var(--ns-text-muted);
}

/* schedule */
.schedule-plugin-header {
    background: var(--sub-card-header-bg-color);
}

/* playground/ai_auto_post_show */
.auto-post-avatar-circle {
    width: 36px;
    height: 36px;
}

/* payment/ai_sales_employees */
.sales-employee-link {
    color: white;
    text-decoration: none;
}

/* listings/website_listing - JS-generated empty state */
.website-empty-message {
    color: var(--ns-text-muted);
    text-align: center;
    padding: 40px;
}

/* listings/meeting */
.meeting-error-text {
    color: var(--ns-error);
    font-size: 18px;
}

/* listings/interview_report */
.interview-report-section {
    margin-top: var(--ns-space-3);
}

/* learning/show */
.chapter-container-styled {
    background: var(--sub-card-body-bg-color);
    box-shadow: var(--sub-card-body-shadow);
}

/* home/scripts/sessions-sidebar */
.session-delete-icon {
    color: darkgrey;
}

/* help/faq */
.faq-heading-color {
    color: var(--bs-body-color);
}

/* didembed */
.didembed-license-text {
    font-size: 12pt;
}

/* components/variables-form */
.variables-add-label {
    text-align: left;
}

/* components/chat/completion-api-metadata */
.metadata-save-btn {
    margin-left: auto;
    width: 180px;
    float: right;
}

/* components/schedule/daily-checkin */
.modal-content select {
    width: 100%;
}

.daily-checkin-agent-id {
    display: block;
}
