/* /Components/Admin/EventGalleryBlockEditor.razor.rz.scp.css */
.event-selector-item:hover[b-s1jbtgl265] {
    background: var(--mud-palette-action-default-hover);
}

.event-thumb[b-s1jbtgl265] {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
}

.event-thumb-placeholder[b-s1jbtgl265] {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-divider);
    border-radius: 4px;
    color: var(--mud-palette-text-disabled);
}
/* /Components/Admin/RichTextBlockEditor.razor.rz.scp.css */
/* ── TipTap toolbar ────────────────────────────────────────────────────────── */

.tiptap-toolbar[b-y5misugoal] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
}

.tiptap-size-select[b-y5misugoal] {
    width: 90px;
    margin-top: 0 !important;
}

.tiptap-font-select[b-y5misugoal] {
    width: 160px;
    margin-top: 0 !important;
}

/* ── TipTap editor container / ProseMirror ──────────────────────────────────── */

.tiptap-editor-container[b-y5misugoal] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-top: none;          /* toolbar bottom border acts as top separator */
    border-radius: 0 0 4px 4px;
}

/* ::deep pierces the Blazor scope boundary to style TipTap's dynamically
   created .ProseMirror element (which doesn't carry Blazor's scope attribute). */
[b-y5misugoal] .ProseMirror {
    min-height: 200px;
    padding: 10px 12px;
    outline: none;
    font-size: 1rem;
    line-height: 1.6;
}

[b-y5misugoal] .ProseMirror:focus {
    border-radius: 0 0 4px 4px;
    outline: 2px solid var(--mud-palette-primary, #4E567E);
    outline-offset: -2px;
}

[b-y5misugoal] .ProseMirror p.is-empty:first-child::before {
    content: attr(data-placeholder);
    float: left;
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none;
    height: 0;
}

/* Prose styles inside ProseMirror (mirrors the preview) */
[b-y5misugoal] .ProseMirror h1 { font-size: 2em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-y5misugoal] .ProseMirror h2 { font-size: 1.5em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-y5misugoal] .ProseMirror h3 { font-size: 1.25em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-y5misugoal] .ProseMirror ul  { list-style-type: disc; padding-left: 1.5em; }
[b-y5misugoal] .ProseMirror ol  { list-style-type: decimal; padding-left: 1.5em; }
[b-y5misugoal] .ProseMirror a   { color: inherit; text-decoration: underline; }

/* Blockquote styling inside the editor */
[b-y5misugoal] .ProseMirror blockquote {
    border-left: 4px solid var(--mud-palette-primary, #4E567E);
    background-color: rgba(78, 86, 126, 0.06);
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
    margin: 0.75em 0;
    padding: 0.5em 1em;
    border-radius: 0 4px 4px 0;
}

/* Highlight mark inside the editor (multicolor — preserve the inline background-color) */
[b-y5misugoal] .ProseMirror mark {
    border-radius: 2px;
    padding: 0 2px;
}

/* ── Live preview panel ──────────────────────────────────────────────────────── */

.rte-preview-panel[b-y5misugoal] {
    min-height: 120px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

/* Preview content: same prose rules applied to the rendered output */
.tiptap-preview-content h1[b-y5misugoal] { font-size: 2em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content h2[b-y5misugoal] { font-size: 1.5em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content h3[b-y5misugoal] { font-size: 1.25em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content ul[b-y5misugoal]  { list-style-type: disc; padding-left: 1.5em; }
.tiptap-preview-content ol[b-y5misugoal]  { list-style-type: decimal; padding-left: 1.5em; }
.tiptap-preview-content p[b-y5misugoal]   { margin-bottom: 0.6em; }
.tiptap-preview-content a[b-y5misugoal]   { color: inherit; text-decoration: underline; }

/* Blockquote in the preview panel */
.tiptap-preview-content blockquote[b-y5misugoal] {
    border-left: 4px solid var(--mud-palette-primary, #4E567E);
    background-color: rgba(78, 86, 126, 0.06);
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
    margin: 0.75em 0;
    padding: 0.5em 1em;
    border-radius: 0 4px 4px 0;
}

/* Highlight mark in the preview panel */
.tiptap-preview-content mark[b-y5misugoal] {
    border-radius: 2px;
    padding: 0 2px;
}
/* /Components/Admin/SectionEditorDialog.razor.rz.scp.css */
/* ── TipTap toolbar ─────────────────────────────────────────────────────────── */

.tiptap-toolbar[b-tqla0r8p9j] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
}

.tiptap-size-select[b-tqla0r8p9j] {
    width: 90px;
    margin-top: 0 !important;
}

.tiptap-font-select[b-tqla0r8p9j] {
    width: 160px;
    margin-top: 0 !important;
}

/* ── TipTap editor container / ProseMirror ──────────────────────────────────── */

.tiptap-editor-container[b-tqla0r8p9j] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-top: none;
    border-radius: 0 0 4px 4px;
}

[b-tqla0r8p9j] .ProseMirror {
    min-height: 48px;
    padding: 8px 12px;
    outline: none;
    font-size: 1rem;
    line-height: 1.6;
}

[b-tqla0r8p9j] .ProseMirror:focus {
    border-radius: 0 0 4px 4px;
    outline: 2px solid var(--mud-palette-primary, #4E567E);
    outline-offset: -2px;
}
/* /Components/Admin/TextWithImageBlockEditor.razor.rz.scp.css */
/* ── TipTap toolbar (shared pattern with RichTextBlockEditor) ────────────── */

.tiptap-toolbar[b-yjdtez6qtt] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
}

.tiptap-size-select[b-yjdtez6qtt] {
    width: 90px;
    margin-top: 0 !important;
}

.tiptap-font-select[b-yjdtez6qtt] {
    width: 160px;
    margin-top: 0 !important;
}

/* ── TipTap editor container / ProseMirror ──────────────────────────────── */

.tiptap-editor-container[b-yjdtez6qtt] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-top: none;
    border-radius: 0 0 4px 4px;
}

[b-yjdtez6qtt] .ProseMirror {
    min-height: 150px;
    padding: 10px 12px;
    outline: none;
    font-size: 1rem;
    line-height: 1.6;
}

[b-yjdtez6qtt] .ProseMirror:focus {
    border-radius: 0 0 4px 4px;
    outline: 2px solid var(--mud-palette-primary, #4E567E);
    outline-offset: -2px;
}

[b-yjdtez6qtt] .ProseMirror h1 { font-size: 2em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-yjdtez6qtt] .ProseMirror h2 { font-size: 1.5em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-yjdtez6qtt] .ProseMirror h3 { font-size: 1.25em; font-weight: bold; margin: 0.5em 0 0.3em; }
[b-yjdtez6qtt] .ProseMirror ul  { list-style-type: disc; padding-left: 1.5em; }
[b-yjdtez6qtt] .ProseMirror ol  { list-style-type: decimal; padding-left: 1.5em; }
[b-yjdtez6qtt] .ProseMirror a   { color: inherit; text-decoration: underline; }

/* Blockquote styling inside the editor */
[b-yjdtez6qtt] .ProseMirror blockquote {
    border-left: 4px solid var(--mud-palette-primary, #4E567E);
    background-color: rgba(78, 86, 126, 0.06);
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
    margin: 0.75em 0;
    padding: 0.5em 1em;
    border-radius: 0 4px 4px 0;
}

/* Highlight mark inside the editor (multicolor — preserve the inline background-color) */
[b-yjdtez6qtt] .ProseMirror mark {
    border-radius: 2px;
    padding: 0 2px;
}

/* ── Composite snapshot preview ─────────────────────────────────────────── */

.twi-composite-preview[b-yjdtez6qtt] {
    min-height: 160px;
    border-radius: 4px;
    transition: background 0.2s ease;
    overflow: hidden;
}

/* Preview content: same prose rules applied to the rendered output */
.tiptap-preview-content h1[b-yjdtez6qtt] { font-size: 2em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content h2[b-yjdtez6qtt] { font-size: 1.5em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content h3[b-yjdtez6qtt] { font-size: 1.25em; font-weight: bold; margin: 0.5em 0 0.3em; }
.tiptap-preview-content ul[b-yjdtez6qtt]  { list-style-type: disc; padding-left: 1.5em; }
.tiptap-preview-content ol[b-yjdtez6qtt]  { list-style-type: decimal; padding-left: 1.5em; }
.tiptap-preview-content p[b-yjdtez6qtt]   { margin-bottom: 0.6em; }
.tiptap-preview-content a[b-yjdtez6qtt]   { color: inherit; text-decoration: underline; }

/* Blockquote in the preview panel */
.tiptap-preview-content blockquote[b-yjdtez6qtt] {
    border-left: 4px solid var(--mud-palette-primary, #4E567E);
    background-color: rgba(78, 86, 126, 0.06);
    color: rgba(0, 0, 0, 0.65);
    font-style: italic;
    margin: 0.75em 0;
    padding: 0.5em 1em;
    border-radius: 0 4px 4px 0;
}

/* Highlight mark in the preview panel */
.tiptap-preview-content mark[b-yjdtez6qtt] {
    border-radius: 2px;
    padding: 0 2px;
}

.twi-preview-content[b-yjdtez6qtt] {
    min-height: 40px;
}

/* Placeholder shown when no image has been selected */
.twi-preview-image-placeholder[b-yjdtez6qtt] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    opacity: 0.35;
    border: 2px dashed rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

/* Placeholder shown when the editor is empty */
.twi-preview-text-placeholder[b-yjdtez6qtt] {
    opacity: 0.5;
    padding: 4px 0;
    font-style: italic;
    font-size: 0.85rem;
}
/* /Components/Blocks/EventGalleryBlock.razor.rz.scp.css */
.event-gallery-wrapper[b-y2x0day5li] {
    position: relative;
    padding: 1rem 0;
}

.event-gallery-container[b-y2x0day5li] {
    overflow: hidden;
    margin: 0 2.5rem;
}

.event-gallery-track[b-y2x0day5li] {
    display: flex;
    gap: 1rem;
    will-change: transform;
}

.event-gallery-card[b-y2x0day5li] {
    flex: 0 0 calc(25% - 0.75rem);
    min-width: 320px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mud-palette-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-gallery-card:hover[b-y2x0day5li] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.event-card-image[b-y2x0day5li] {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: var(--mud-palette-dark);
}

.image-placeholder[b-y2x0day5li] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--mud-palette-text-disabled);
}

.event-card-content[b-y2x0day5li] {
    padding: 1rem 1.25rem;
}

.event-title[b-y2x0day5li] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: var(--mud-palette-text-primary);
}

.event-dates[b-y2x0day5li] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
}

.event-module-date[b-y2x0day5li] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
    white-space: nowrap;
    overflow: hidden;
}

.module-icon[b-y2x0day5li] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.module-name[b-y2x0day5li] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--mud-palette-primary);
    flex-shrink: 0;
}

.date-text[b-y2x0day5li] {
    color: var(--mud-palette-text-secondary);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-nav-btn[b-y2x0day5li] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mud-palette-surface);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: var(--mud-palette-text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    z-index: 10;
}

.gallery-nav-btn:hover[b-y2x0day5li] {
    background: var(--nav-accent, var(--mud-palette-primary));
    color: var(--mud-palette-text-on-primary);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.gallery-nav-btn:disabled[b-y2x0day5li] {
    opacity: 0.4;
    cursor: not-allowed;
}

.gallery-nav-prev[b-y2x0day5li] {
    left: 0;
}

.gallery-nav-next[b-y2x0day5li] {
    right: 0;
}

.gallery-indicators[b-y2x0day5li] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.gallery-dot[b-y2x0day5li] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mud-palette-divider);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-dot:hover[b-y2x0day5li] {
    transform: scale(1.2);
}

.gallery-dot.active[b-y2x0day5li] {
    background: currentColor;
    transform: scale(1.2);
}

@media (max-width: 1200px) {
    .event-gallery-card[b-y2x0day5li] {
        flex: 0 0 calc(33.333% - 0.67rem);
    }
}

@media (max-width: 960px) {
    .event-gallery-card[b-y2x0day5li] {
        flex: 0 0 calc(50% - 0.5rem);
        min-width: 300px;
    }
}

@media (max-width: 600px) {
    .event-gallery-container[b-y2x0day5li] {
        margin: 0 1rem;
    }

    .event-gallery-card[b-y2x0day5li] {
        flex: 0 0 calc(100% - 0rem);
        min-width: 240px;
    }

    .gallery-nav-btn[b-y2x0day5li] {
        width: 40px;
        height: 40px;
    }

    .event-card-image[b-y2x0day5li] {
        height: 160px;
    }
}
/* /Components/ContentSection.razor.rz.scp.css */
/* Ensure the section title div renders identically to a MudText Typo.h4 with
   GutterBottom — margin-bottom:0.35em matches MudBlazor's h4 gutter default. */
.section-title[b-j9ymty1ku3] {
    margin-bottom: 2rem; /* mb-8 equivalent */
    line-height: 1.235;
}

/* Inline elements produced by the rich-text title editor */
.section-title p[b-j9ymty1ku3] {
    margin: 0;
    display: inline;
}
/* /Components/EventTimeline.razor.rz.scp.css */
.cursor-pointer[b-yh7iezm6bd] {
    cursor: pointer;
}

.hover-effect:hover[b-yh7iezm6bd] {
    background-color: rgba(0,0,0,0.04);
    transition: background-color 0.3s;
}

/* Custom Ashana dot colors for timeline */
.dot-theme-gold .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-gold-200) !important; }
.dot-theme-cream .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-cream-200) !important; }
.dot-theme-sand .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-sand-200) !important; }
.dot-theme-rose .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-rose-200) !important; }
.dot-theme-lavender .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-lavender-200) !important; }
.dot-theme-sage .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-sage-200) !important; }
.dot-theme-accent .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-accent-200) !important; }
.dot-theme-chakraraiz .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-raiz-200) !important; }
.dot-theme-chakrasacro .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-sacro-200) !important; }
.dot-theme-chakrasolar .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-solar-200) !important; }
.dot-theme-chakracorazon .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-corazon-200) !important; }
.dot-theme-chakragarganta .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-garganta-200) !important; }
.dot-theme-chakratercerojo .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-tercerojo-200) !important; }
.dot-theme-chakracorona .mud-timeline-item-dot-inner[b-yh7iezm6bd] { background: var(--ashana-chakra-corona-200) !important; }
/* /Layout/Footer.razor.rz.scp.css */
#contact[b-9yf7juawuz] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 5rem 0 3rem;
  width: 100vw;
  background-color: var(--ashana-primary);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3isryoyetb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3isryoyetb] {
    flex: 1;
}
/* /Pages/EditorPreview.razor.rz.scp.css */
/* ── Tiptap editor host ───────────────────────────────────────────────────── */

/* The div that Tiptap mounts into */
.tiptap-editor-host[b-zs51n8ea8r] {
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    border-radius: 4px;
    min-height: 260px;
    padding: 0.75rem 1rem;
    cursor: text;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    outline: none;
}

.tiptap-editor-host:focus-within[b-zs51n8ea8r] {
    border-color: var(--mud-palette-primary, #7e57c2);
    box-shadow: 0 0 0 2px rgba(126, 87, 194, 0.15);
}

/* The ProseMirror contenteditable element Tiptap injects */
.tiptap-editor-host .ProseMirror[b-zs51n8ea8r] {
    outline: none;
    min-height: 220px;
}

/* Placeholder */
.tiptap-editor-host .ProseMirror p.is-editor-empty:first-child[b-zs51n8ea8r]::before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
    float: left;
    height: 0;
}

/* ── Toolbar ──────────────────────────────────────────────────────────────── */

.tiptap-toolbar[b-zs51n8ea8r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    margin-bottom: 0.75rem;
}

.tiptap-font-select[b-zs51n8ea8r] {
    min-width: 175px;
    max-height: 40px;
}

/* ── Preview panel ────────────────────────────────────────────────────────── */

.tiptap-preview[b-zs51n8ea8r] {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    word-break: break-word;
}

.tiptap-preview h1[b-zs51n8ea8r],
.tiptap-preview h2[b-zs51n8ea8r],
.tiptap-preview h3[b-zs51n8ea8r] {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.tiptap-preview ul[b-zs51n8ea8r],
.tiptap-preview ol[b-zs51n8ea8r] {
    padding-left: 1.5rem;
}

/* ── HTML dump ────────────────────────────────────────────────────────────── */

.tiptap-html-dump[b-zs51n8ea8r] {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.75rem;
    font-size: 0.75rem;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
}
