/* /Components/Pages/Admin/AuditEventDetailsDialog.razor.rz.scp.css */
.json-display[b-ij2d5yyihg] {
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
    font-size: 0.8rem;
}

.hash-text[b-ij2d5yyihg] {
    word-break: break-all;
    font-size: 0.7rem;
}

.user-agent-text[b-ij2d5yyihg] {
    word-break: break-all;
    font-size: 0.75rem;
}

.json-panel[b-ij2d5yyihg] {
    background: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Email/CampaignDialog.razor.rz.scp.css */
.email-preview-frame[b-e2tg29ayd5] {
    width: 100%;
    height: 31.25rem;
    border: none;
}

[b-e2tg29ayd5] .dialog-wide {
    max-width: 56.25rem;
}
/* /Components/Pages/Admin/Email/EmailTemplateDialog.razor.rz.scp.css */
.email-preview-frame[b-5nxr16g4cc] {
    width: 100%;
    height: 31.25rem;
    border: none;
}

[b-5nxr16g4cc] .dialog-wide {
    max-width: 56.25rem;
}
/* /Components/Pages/Admin/Lms/AdminContent.razor.rz.scp.css */
/* Admin table layout */
[b-to6btgok45] .admin-table {
    table-layout: fixed;
    width: 100%;
}

/* Column widths using flexible units */
[b-to6btgok45] .col-order {
    width: 4rem;
}

[b-to6btgok45] .col-title {
    /* Flexible - takes remaining space */
}

[b-to6btgok45] .col-type {
    width: 7rem;
}

[b-to6btgok45] .col-slug {
    width: 12rem;
}

[b-to6btgok45] .col-actions {
    width: 8.5rem;
}

/* Text truncation styles */
[b-to6btgok45] .cell-truncate {
    max-width: 0;
    overflow: hidden;
}

[b-to6btgok45] .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

[b-to6btgok45] .font-weight-bold {
    font-weight: 600;
}

/* Actions column - prevent wrapping */
[b-to6btgok45] .cell-actions {
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 48rem) {
    [b-to6btgok45] .col-slug {
        display: none;
    }

    [b-to6btgok45] .col-order {
        width: 3rem;
    }

    [b-to6btgok45] .col-type {
        width: 5rem;
    }

    [b-to6btgok45] .col-actions {
        width: 6rem;
    }

    /* Allow text to wrap instead of truncate on mobile */
    [b-to6btgok45] .text-truncate {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}

@media (max-width: 30rem) {
    [b-to6btgok45] .col-type {
        display: none;
    }

    [b-to6btgok45] .col-order {
        display: none;
    }

    [b-to6btgok45] .admin-table {
        table-layout: auto;
    }

    [b-to6btgok45] .cell-truncate {
        max-width: none;
    }
}
/* /Components/Pages/Admin/Lms/AdminLms.razor.rz.scp.css */
.tree-item-container[b-sberdfyag5] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.25rem 0;
    gap: 0.25rem;
}

.tree-item-main[b-sberdfyag5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 2rem;
}

.tree-item-title[b-sberdfyag5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 1;
}

.tree-title-text[b-sberdfyag5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-item-actions[b-sberdfyag5] {
    flex-shrink: 0;
}

.tree-item-chips[b-sberdfyag5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    padding-left: 1.5rem;
}

.gates-info[b-sberdfyag5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
}

.gates-label[b-sberdfyag5] {
    margin-right: 0.25rem;
}

.no-channels-hint[b-sberdfyag5] {
    color: var(--mud-palette-text-disabled);
    font-size: 0.75rem;
    font-style: italic;
}

@media (max-width: 600px) {
    .tree-item-chips[b-sberdfyag5] {
        padding-left: 1.25rem;
    }

    .tree-title-text[b-sberdfyag5] {
        max-width: 120px;
    }

    .gates-info[b-sberdfyag5] {
        width: 100%;
        margin-top: 0.25rem;
    }
}
/* /Components/Pages/Admin/Lms/AdminQuizzes.razor.rz.scp.css */
.answer-row[b-17duyysufg] {
    background-color: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Lms/ImageUploadDialog.razor.rz.scp.css */
.upload-preview[b-3l3rsotc8s] {
    width: 9.375rem;
    height: 6.25rem;
    object-fit: cover;
    border-radius: 4px;
}
/* /Components/Pages/Admin/Lms/MediaLibraryDialog.razor.rz.scp.css */
.media-gallery-grid[b-omqwd6msfx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    max-height: 350px;
    overflow-y: auto;
    padding: 4px;
}

.media-item[b-omqwd6msfx] {
    position: relative;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: var(--mud-palette-surface);
}

.media-item:hover[b-omqwd6msfx] {
    border-color: var(--mud-palette-primary);
}

.media-item.selected[b-omqwd6msfx] {
    border-color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
}

.media-thumbnail[b-omqwd6msfx] {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: var(--mud-palette-background-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-thumbnail img[b-omqwd6msfx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-placeholder[b-omqwd6msfx] {
    color: var(--mud-palette-text-secondary);
}

.video-badge[b-omqwd6msfx] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.processing-overlay[b-omqwd6msfx] {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 8px;
    font-size: 11px;
}

.media-info[b-omqwd6msfx] {
    padding: 6px 8px;
}

.selected-indicator[b-omqwd6msfx] {
    position: absolute;
    top: 6px;
    right: 6px;
}

.upload-progress[b-omqwd6msfx] {
    min-width: 6.25rem;
}

.search-field[b-omqwd6msfx] {
    max-width: 15.625rem;
}
/* /Components/Pages/Admin/Lms/QuizQuestionEditor.razor.rz.scp.css */
.explanation-panel[b-w83dt2ouig]  .mud-expand-panel-content {
    padding: 0 !important;
}

.explanation-panel[b-w83dt2ouig]  .mud-expand-panel-header {
    padding: 8px 0 !important;
}
/* /Components/Pages/Admin/Lms/VideoInsertDialog.razor.rz.scp.css */
.upload-preview[b-hxoj536n45] {
    width: 9.375rem;
    border-radius: 4px;
}

.video-placeholder[b-hxoj536n45] {
    width: 9.375rem;
    height: 5.3125rem;
    background: var(--mud-palette-background-grey);
}
/* /Components/Pages/Admin/Services/AuditHealth.razor.rz.scp.css */
.hash-text[b-2kwjtqlb5n] {
    font-size: 0.75rem;
    word-break: break-all;
}

.time-text[b-2kwjtqlb5n] {
    font-size: 0.85rem;
}

.genesis-label[b-2kwjtqlb5n] {
    width: 8.75rem;
}

.genesis-hash[b-2kwjtqlb5n] {
    font-size: 0.7rem;
    word-break: break-all;
}

[b-2kwjtqlb5n] .azure-avatar {
    background: #0078D4;
}
/* /Components/Pages/Admin/Services/AuditSettings.razor.rz.scp.css */
.json-display[b-i2x7vvehc9] {
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
    font-size: 0.85rem;
}

.hash-text[b-i2x7vvehc9] {
    word-break: break-all;
    font-size: 0.75rem;
}
/* /Components/Pages/Admin/Services/RedisSettings.razor.rz.scp.css */
.copy-text[b-6pe4xxjvis] {
    user-select: all;
    font-family: monospace;
}
/* /Components/Pages/Careers/Assessment/AssessmentResults.razor.rz.scp.css */
[b-e43xz0wfos] .fit-label {
    min-width: 4rem;
}
/* /Components/Pages/Careers/CareerExplorer.razor.rz.scp.css */
.career-search-container[b-hh23b5qgic] {
    padding-bottom: 4rem;
}

.results-subtitle[b-hh23b5qgic] {
    font-size: 0.9em;
}
/* /Components/Pages/Careers/Components/CareerCard.razor.rz.scp.css */
[b-ybit9tnp3e] .career-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Careers/Components/ComparisonBanner.razor.rz.scp.css */
.comparison-banner[b-cdqv3lh3vg] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
/* /Components/Pages/Colleges/CollegeComparison.razor.rz.scp.css */
[b-jf60rtj0xv] .comparison-card {
    border-left-width: 0.25rem;
    border-left-style: solid;
    border-radius: var(--mud-default-borderradius);
}

[b-jf60rtj0xv] .comparison-card-enrollment {
    border-left-color: var(--mud-palette-info);
}

[b-jf60rtj0xv] .comparison-card-admissions {
    border-left-color: var(--mud-palette-secondary);
}

[b-jf60rtj0xv] .comparison-card-scores {
    border-left-color: var(--mud-palette-tertiary);
}

[b-jf60rtj0xv] .comparison-card-costs {
    border-left-color: var(--mud-palette-warning);
}

[b-jf60rtj0xv] .comparison-card-aid {
    border-left-color: var(--mud-palette-success);
}

[b-jf60rtj0xv] .comparison-card-outcomes {
    border-left-color: var(--mud-palette-error);
}

[b-jf60rtj0xv] .comparison-card-programs {
    border-left-color: var(--mud-palette-primary);
}

[b-jf60rtj0xv] .comparison-card-resources {
    border-left-color: var(--mud-palette-info);
}

.comparison-scroll-wrapper[b-jf60rtj0xv] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-columns[b-jf60rtj0xv] {
    display: flex;
    gap: 1rem;
}

.comparison-columns > :deep(.mud-paper)[b-jf60rtj0xv] {
    min-width: 16rem;
    flex: 1;
}

.comparison-add-field[b-jf60rtj0xv] {
    min-width: 18rem;
    max-width: 24rem;
}
/* /Components/Pages/Colleges/CollegeSearch.razor.rz.scp.css */
.college-search-container[b-y77h8fx0lt] {
    padding-bottom: 4rem;
}

.search-hero-field[b-y77h8fx0lt] {
    font-size: 1.1rem;
}

.results-subtitle[b-y77h8fx0lt] {
    font-size: 0.9em;
}
/* /Components/Pages/Colleges/Components/CollegeComparisonBar.razor.rz.scp.css */
.comparison-bar[b-a9sjb3s0zm] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonAdmissionsTab.razor.rz.scp.css */
.group-satact[b-2giwvguwd9] {
    min-width: 14rem;
}

.group-scores[b-2giwvguwd9] {
    min-width: 13rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonCostsTab.razor.rz.scp.css */
.group-tuition[b-r827qi5ey9] {
    min-width: 14rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonHomeTab.razor.rz.scp.css */
.group-location[b-1wuyj1nsc7] {
    min-width: 18rem;
}

.group-school-type[b-1wuyj1nsc7] {
    min-width: 16rem;
}

.group-filters[b-1wuyj1nsc7] {
    min-width: 14rem;
    max-width: 20rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonOutcomesTab.razor.rz.scp.css */
.group-outcomes[b-7t3ytq98su] {
    min-width: 14rem;
}
/* /Components/Pages/Colleges/Components/Ribbon/RibbonSchoolTab.razor.rz.scp.css */
.group-size[b-29owg1w12d] {
    min-width: 16rem;
}
/* /Components/Pages/Colleges/Components/USMapDialog.razor.rz.scp.css */
.legend-swatch[b-7p19xoyw05] {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 2px;
}

.selected-states-panel[b-7p19xoyw05] {
    background-color: var(--mud-palette-background-grey);
    max-height: 5rem;
    overflow-y: auto;
}
/* /Components/Pages/Colleges/Tabs/AdmissionsTab.razor.rz.scp.css */
.funnel-icon-container[b-lv18zsnc73] {
    width: 2.5rem;
    text-align: center;
}

.score-range-track[b-lv18zsnc73] {
    position: relative;
    height: 10px;
    background-color: var(--mud-palette-grey-lighter);
    border-radius: 5px;
}

.score-range-bar[b-lv18zsnc73] {
    position: absolute;
    height: 100%;
    border-radius: 5px;
}
/* /Components/Pages/EducationCost/Components/LoanTable.razor.rz.scp.css */
[b-ep1p5cqfcp] .funding-card {
    border-left-width: 4px;
    border-left-style: solid;
    border-radius: var(--mud-default-borderradius);
}

[b-ep1p5cqfcp] .funding-card-savings {
    border-left-color: var(--mud-palette-success);
}

[b-ep1p5cqfcp] .funding-card-sub {
    border-left-color: var(--mud-palette-info);
}

[b-ep1p5cqfcp] .funding-card-unsub {
    border-left-color: var(--mud-palette-warning);
}

[b-ep1p5cqfcp] .funding-card-private {
    border-left-color: var(--mud-palette-error);
}

[b-ep1p5cqfcp] .funding-amount-field {
    max-width: 12rem;
    min-width: 8rem;
}

[b-ep1p5cqfcp] .funding-rate-field {
    max-width: 7rem;
    min-width: 5rem;
}

[b-ep1p5cqfcp] .funding-term-field {
    max-width: 6rem;
    min-width: 5rem;
}
/* /Components/Pages/Learn/ContentViewer.razor.rz.scp.css */
.content-body[b-b4esq7a3bo] {
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* Constrain content to container width */
    max-width: 100%;
    min-width: 0;
}

/* Use ::deep to pierce CSS isolation for dynamically inserted HTML content */
.content-body[b-b4esq7a3bo]  h1,
.content-body[b-b4esq7a3bo]  h2,
.content-body[b-b4esq7a3bo]  h3,
.content-body[b-b4esq7a3bo]  h4,
.content-body[b-b4esq7a3bo]  h5,
.content-body[b-b4esq7a3bo]  h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content-body[b-b4esq7a3bo]  p {
    margin-bottom: 1rem;
}

.content-body[b-b4esq7a3bo]  ul,
.content-body[b-b4esq7a3bo]  ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.content-body[b-b4esq7a3bo]  li {
    margin-bottom: 0.5rem;
}

.content-body[b-b4esq7a3bo]  blockquote {
    border-left: 0.25rem solid var(--mud-palette-primary);
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
}

.content-body[b-b4esq7a3bo]  img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    display: block;
}

.content-body[b-b4esq7a3bo]  a {
    color: var(--mud-palette-primary);
}

/* Video embeds - target all iframes and video elements */
.content-body[b-b4esq7a3bo]  iframe,
.content-body[b-b4esq7a3bo]  video,
.content-body[b-b4esq7a3bo]  .ql-video {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    margin: 1.5rem 0;
    background: #000;
}

/* Non-seekable videos - no special styling for students (override global styles) */
.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper {
    position: static !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 1.5rem 0 !important;
    background: transparent !important;
}

.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper::before {
    content: none !important;
    display: none !important;
}

.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper .ql-video,
.content-body[b-b4esq7a3bo]  .cf-video-nonseekable-wrapper iframe {
    margin: 0;
}

/* Formula/LaTeX styles */
.content-body[b-b4esq7a3bo]  .ql-formula {
    background: var(--mud-palette-background-grey);
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

/* Video Container Styles */
.video-container[b-b4esq7a3bo] {
    width: 100%;
    max-width: 100%;
}

.video-container iframe[b-b4esq7a3bo] {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    background: #000;
}
/* /Components/Pages/Learn/PathwayList.razor.rz.scp.css */
.cover-image[b-gynm2r0q8x] {
    width: 100%;
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
}

.channel-default-cover[b-gynm2r0q8x] {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.locked-media[b-gynm2r0q8x] {
    filter: grayscale(80%);
    opacity: 0.7;
}

.text-clamp-2[b-gynm2r0q8x] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Learn/PathwayView.razor.rz.scp.css */
    .hover-card[b-lv8es43dov] {
        transition: all 0.3s ease;
    }
    
    .hover-card:hover[b-lv8es43dov] {
        /* No transform or shadow on hover for a flatter look */
    }
    
    /* Timeline-based content step styles */
    .content-step[b-lv8es43dov] {
        display: flex;
        align-items: center;
        padding: 1rem 1.5rem;
        gap: 1rem;
        position: relative;
        border-bottom: 1px solid var(--mud-palette-lines-default);
        transition: background-color 0.2s ease;
    }
    
    .content-step:last-child[b-lv8es43dov] {
        border-bottom: none;
    }
    
    .content-step:hover[b-lv8es43dov] {
        background-color: var(--mud-palette-background-grey);
    }
    
    .content-step.completed[b-lv8es43dov] {
        background-color: rgba(var(--mud-palette-success-rgb), 0.05);
    }
    
    .step-indicator[b-lv8es43dov] {
        position: relative;
        z-index: 1;
        flex-shrink: 0;
    }
    
    .content-step.ripple-effect[b-lv8es43dov] {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
    
    .content-step.ripple-effect[b-lv8es43dov]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: currentColor;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }
    
    .content-step.ripple-effect:hover[b-lv8es43dov]::after {
        opacity: 0.05;
    }
    
    .content-step.ripple-effect:active[b-lv8es43dov]::after {
        opacity: 0.1;
    }
    
    .step-content[b-lv8es43dov] {
        min-width: 0;
    }
    
    .cover-banner[b-lv8es43dov] {
        width: 100%;
        aspect-ratio: 4/3;
        background-size: cover;
        background-position: center;
    }

    .cover-image[b-lv8es43dov] {
        width: 100%;
        aspect-ratio: 4/3;
        background-size: cover;
        background-position: center;
    }

    .default-cover[b-lv8es43dov] {
        aspect-ratio: 4/3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .default-cover-success[b-lv8es43dov] {
        background: linear-gradient(135deg, var(--mud-palette-success) 0%, var(--mud-palette-success-darken) 100%);
    }

    .default-cover-secondary[b-lv8es43dov] {
        background: linear-gradient(135deg, var(--mud-palette-secondary) 0%, var(--mud-palette-secondary-darken) 100%);
    }

    .position-relative[b-lv8es43dov] {
        position: relative;
    }

    .completed-overlay[b-lv8es43dov] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(46, 125, 50, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-check-spacer[b-lv8es43dov] {
        width: 1.25rem;
    }

    /* Mobile responsiveness */
    @media (max-width: 600px) {
        .content-step[b-lv8es43dov] {
            flex-wrap: wrap;
            padding: 1rem;
        }
        
        .step-content[b-lv8es43dov] {
            flex-direction: column !important;
            align-items: flex-start !important;
            gap: 0.75rem !important;
            width: 100%;
        }
        
        .step-content > div:first-child[b-lv8es43dov] {
            width: 100%;
        }
    }
/* /Components/Pages/Learn/QuizTaker.razor.rz.scp.css */
.selected-answer-bg[b-dln7ekziku] {
    background: rgba(33, 150, 243, 0.1);
    border-radius: 4px;
}

.review-media-img[b-dln7ekziku] {
    max-height: 5rem;
    border-radius: 4px;
}

.quiz-option-clickable[b-dln7ekziku] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.answer-media-img[b-dln7ekziku] {
    max-height: 9.375rem;
    border-radius: 4px;
}

.answer-media-video[b-dln7ekziku] {
    max-width: 25rem;
}

.result-correct[b-dln7ekziku] {
    border-left: 4px solid var(--mud-palette-success);
}

.result-incorrect[b-dln7ekziku] {
    border-left: 4px solid var(--mud-palette-error);
}

.topic-complete-banner[b-dln7ekziku] {
    background: linear-gradient(135deg, var(--mud-palette-success-lighten) 0%, var(--mud-palette-success) 100%);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.full-page-center[b-khlqco1fun] {
    height: 80vh;
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
.full-page-center[b-d7do58x4sa] {
    height: 80vh;
}
/* /Components/Shared/MajorGalleryDialog.razor.rz.scp.css */
.major-gallery-content[b-opzckyl1xc] {
    max-height: 70vh;
    overflow-y: auto;
}

.category-card[b-opzckyl1xc] {
    transition: all 0.15s ease;
    background-color: var(--mud-palette-dark) !important;
    color: var(--mud-palette-dark-text) !important;
}

.category-card:hover[b-opzckyl1xc] {
    background-color: var(--mud-palette-dark-lighten) !important;
}
/* /Components/Shared/TipTapEditor.razor.rz.scp.css */
.tiptap-container[b-cr3q8pof5l] {
    border: 1px solid var(--mud-palette-lines-default);
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l] {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar {
    height: 4px;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar-track {
    background: transparent;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]::-webkit-scrollbar-thumb {
    background: var(--mud-palette-lines-default);
    border-radius: 2px;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]  .mud-toolbar {
    flex-wrap: nowrap !important;
}

.tiptap-toolbar-wrapper[b-cr3q8pof5l]  .tiptap-toolbar {
    min-height: auto;
    gap: 6px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.heading-label[b-cr3q8pof5l] {
    min-width: 1.5rem;
}

.tiptap-editor-host[b-cr3q8pof5l] {
    background-color: var(--mud-palette-surface);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror {
    outline: none;
    padding: 1rem;
    min-height: 200px;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror p {
    margin-bottom: 0.5rem;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h1 { font-size: 2rem; font-weight: bold; margin-bottom: 1rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 0.75rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h3 { font-size: 1.25rem; font-weight: bold; margin-bottom: 0.5rem; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror h4 { font-size: 1.1rem; font-weight: bold; margin-bottom: 0.5rem; }

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ul,
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ul { list-style-type: disc; }
.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror ol { list-style-type: decimal; }

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror blockquote {
    border-left: 3px solid var(--mud-palette-primary);
    padding-left: 1rem;
    margin-left: 0;
    font-style: italic;
    color: var(--mud-palette-text-secondary);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror pre {
    background-color: var(--mud-palette-background-grey);
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.875rem;
    overflow-x: auto;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror code {
    background-color: var(--mud-palette-background-grey);
    border-radius: 3px;
    padding: 0.125rem 0.25rem;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.875em;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror pre code {
    background: none;
    padding: 0;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror hr {
    border: none;
    border-top: 2px solid var(--mud-palette-lines-default);
    margin: 1.5rem 0;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror a {
    color: var(--mud-palette-primary);
    text-decoration: underline;
    cursor: pointer;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror a:hover {
    color: var(--mud-palette-primary-darken);
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror div[data-youtube-video] {
    cursor: move;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    margin: 1.5rem 0;
    background: #000;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror .math-node {
    cursor: pointer;
    padding: 0 4px;
    border-radius: 4px;
    background-color: var(--mud-palette-action-hover);
    display: inline-block;
}

.tiptap-editor-host[b-cr3q8pof5l]  .ProseMirror .math-node:hover {
    background-color: var(--mud-palette-action-default-hover);
}
