/* /Components/AuthorSelector.razor.rz.scp.css */
.author-selector[b-bms19vh32d] {
    position: relative;
}

.author-selector .badge[b-bms19vh32d] {
    font-weight: normal;
    font-size: 0.85rem;
    padding: 0.35em 0.5em;
}

.author-selector .badge a[b-bms19vh32d] {
    color: inherit;
}

.author-selector .badge .btn-close[b-bms19vh32d] {
    padding: 0;
    margin: 0;
    opacity: 0.7;
}

.author-selector .badge .btn-close:hover[b-bms19vh32d] {
    opacity: 1;
}

.author-selector .author-input-container[b-bms19vh32d] {
    cursor: text;
}

.author-selector .author-input-container:focus-within[b-bms19vh32d] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.author-selector .author-input[b-bms19vh32d] {
    background: transparent;
}

.author-selector .author-input[b-bms19vh32d]::placeholder {
    color: #6c757d;
}

.author-selector .dropdown-item.disabled[b-bms19vh32d] {
    color: #6c757d;
    background-color: #f8f9fa;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f89ho4smdt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f89ho4smdt] {
    flex: 1;
}

.sidebar[b-f89ho4smdt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f89ho4smdt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-bar-title[b-f89ho4smdt] {
    white-space: nowrap;
    font-weight: 500;
    color: #333;
}

.title-link[b-f89ho4smdt] {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.title-link:hover[b-f89ho4smdt] {
    color: #555;
}

.search-bar[b-f89ho4smdt] {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #d6d5d5;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
}

.search-icon[b-f89ho4smdt] {
    color: #6c757d;
    font-size: 1rem;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

.search-input[b-f89ho4smdt] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.9rem;
    background: transparent;
}

.search-input[b-f89ho4smdt]::placeholder {
    color: #6c757d;
}

.top-bar-slogan[b-f89ho4smdt] {
    white-space: nowrap;
    font-weight: 500;
    color: #333;
}

    .top-row[b-f89ho4smdt]  a, .top-row[b-f89ho4smdt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f89ho4smdt]  a:hover, .top-row[b-f89ho4smdt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f89ho4smdt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f89ho4smdt] {
        justify-content: space-between;
        gap: 0.5rem;
    }

    .top-bar-title[b-f89ho4smdt] {
        display: none;
    }

    .top-row[b-f89ho4smdt]  a, .top-row[b-f89ho4smdt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f89ho4smdt] {
        flex-direction: row;
    }

    .sidebar[b-f89ho4smdt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f89ho4smdt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f89ho4smdt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f89ho4smdt], article[b-f89ho4smdt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f89ho4smdt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-f89ho4smdt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bmoy85nkdr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-bmoy85nkdr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bmoy85nkdr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bmoy85nkdr] {
    font-size: 1.1rem;
}

.bi[b-bmoy85nkdr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bmoy85nkdr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bmoy85nkdr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bmoy85nkdr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-bmoy85nkdr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-bmoy85nkdr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.nav-item[b-bmoy85nkdr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bmoy85nkdr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bmoy85nkdr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bmoy85nkdr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-bmoy85nkdr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bmoy85nkdr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bmoy85nkdr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bmoy85nkdr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bmoy85nkdr] {
        display: none;
    }

    .nav-scrollable[b-bmoy85nkdr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/TopSearchBar.razor.rz.scp.css */
.search-bar[b-4euspf6q7v] {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #d6d5d5;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
}

.search-icon[b-4euspf6q7v] {
    color: #6c757d;
    font-size: 1rem;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
}

.search-input[b-4euspf6q7v] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.9rem;
    background: transparent;
    width: 100%;
}

.search-input[b-4euspf6q7v]::placeholder {
    color: #6c757d;
}

/* /Components/Pages/Home.razor.rz.scp.css */
.package-card[b-9c33rts77j] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.package-card:hover[b-9c33rts77j] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* /Components/Pages/PackageDetail.razor.rz.scp.css */
/* Two-column layout */
.package-container[b-rg3fzh0rpn] {
    display: flex;
    gap: 2rem;
}

.sidebar[b-rg3fzh0rpn] {
    flex: 0 0 250px;
    min-width: 200px;
}

.main-content[b-rg3fzh0rpn] {
    flex: 1;
    min-width: 0;
}

/* Responsive: hide sidebar on mobile */
@media (max-width: 768px) {
    .sidebar[b-rg3fzh0rpn] {
        display: none;
    }
}

/* Tour sections */
.tour-section[b-rg3fzh0rpn] {
    margin-bottom: 3rem;
}

/* Smooth scrolling */
html[b-rg3fzh0rpn] {
    scroll-behavior: smooth;
}

/* Add padding for anchor links (account for sticky header if any) */
[id^="tour-"][b-rg3fzh0rpn],
[id^="question-"][b-rg3fzh0rpn] {
    scroll-margin-top: 1rem;
}

/* /Components/Pages/Search.razor.rz.scp.css */
/* Search result highlighting */
[b-pmxhctd0py] mark {
    background-color: #fff3cd;
    padding: 0.1em 0.2em;
    border-radius: 0.2em;
}

/* Make the search input more prominent */
.form-control-lg[b-pmxhctd0py]::placeholder {
    color: #999;
}

/* Search result card styling */
.search-result-card[b-pmxhctd0py] {
    border-left: 4px solid #1b6ec2;
}

.search-result-card .card-header[b-pmxhctd0py] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Match QuestionCard styling */
.question-text[b-pmxhctd0py] {
    font-size: 1.1rem;
    line-height: 1.6;
    white-space: pre-line;
}

.handout[b-pmxhctd0py] {
    padding: 0.75rem;
    background: #fff3cd;
    border-radius: 0.25rem;
    border-left: 4px solid #ffc107;
    white-space: pre-line;
}

.answer-section[b-pmxhctd0py] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #ccc;
}

.answer-field[b-pmxhctd0py] {
    margin-bottom: 0.5rem;
    white-space: pre-line;
}

.answer-label[b-pmxhctd0py] {
    font-weight: 600;
    color: #555;
}

.source-field[b-pmxhctd0py] {
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

/* /Components/QuestionCard.razor.rz.scp.css */
.question-card[b-ro8z5vvnbx] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    background: #fafafa;
}

.question-header[b-ro8z5vvnbx] {
    margin-bottom: 0.75rem;
}

.question-number[b-ro8z5vvnbx] {
    font-weight: 600;
    color: #1b6ec2;
    font-size: 1rem;
}

.host-instructions[b-ro8z5vvnbx] {
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #e0e0e0;
    border-radius: 0.25rem;
    border-left: 4px solid #6c757d;
    color: #495057;
    white-space: pre-line;
}

.question-text[b-ro8z5vvnbx] {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    white-space: pre-line;
}

.handout[b-ro8z5vvnbx] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #fff3cd;
    border-radius: 0.25rem;
    border-left: 4px solid #ffc107;
    white-space: pre-line;
}

.media-container[b-ro8z5vvnbx] {
    margin-top: 0.5rem;
}

.media-container video[b-ro8z5vvnbx],
.media-container audio[b-ro8z5vvnbx] {
    max-width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.25rem;
}

.media-container img[b-ro8z5vvnbx] {
    border-radius: 0.25rem;
}

.answer-toggle-section[b-ro8z5vvnbx] {
    border-top: 1px solid #e0e0e0;
    padding-top: 0.75rem;
}

.answer-toggle[b-ro8z5vvnbx] {
    cursor: pointer;
    color: #0d6efd;
    font-size: 0.9rem;
    text-decoration: none;
}

.answer-toggle:hover[b-ro8z5vvnbx] {
    text-decoration: underline;
}

.answer-section[b-ro8z5vvnbx] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed #ccc;
}

.answer-field[b-ro8z5vvnbx] {
    margin-bottom: 0.5rem;
    white-space: pre-line;
}

.answer-label[b-ro8z5vvnbx] {
    font-weight: 600;
    color: #555;
}

/* /Components/TourNavigation.razor.rz.scp.css */
.tour-navigation[b-x5j6mmarzp] {
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-right: 1rem;
}

.nav-header[b-x5j6mmarzp] {
    border-bottom: 2px solid #1b6ec2;
    padding-bottom: 0.5rem;
}

.nav-header button[b-x5j6mmarzp] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.tour-link[b-x5j6mmarzp] {
    font-weight: 600;
    color: #495057;
    padding: 0.5rem 0;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.tour-link:hover[b-x5j6mmarzp] {
    color: #1b6ec2;
}

.question-links[b-x5j6mmarzp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding-left: 0.5rem;
    margin-top: 0.25rem;
}

.question-link[b-x5j6mmarzp] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
    background: none;
    cursor: pointer;
}

.question-link:hover[b-x5j6mmarzp] {
    background-color: #e9ecef;
    color: #1b6ec2;
    border-color: #1b6ec2;
}

