/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-1lvym21b0k] {
    min-height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
}

/* Header */
.site-header[b-1lvym21b0k] {
    background-color: #ffffff;
    border-bottom: 1px solid #a7d7f9;
    padding: 0.2rem 1rem;
    box-shadow: none;
    min-height: 2.75rem;
}

.header-content[b-1lvym21b0k] {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-brand[b-1lvym21b0k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #000;
}

.site-brand:hover[b-1lvym21b0k] {
    text-decoration: none;
}

.brand-icon[b-1lvym21b0k] {
    font-size: 1.5rem;
}

.brand-text[b-1lvym21b0k] {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}

.header-tagline[b-1lvym21b0k] {
    font-size: 0.75rem;
    color: #54595d;
    font-style: italic;
}

@media (max-width: 767px) {
    .header-tagline[b-1lvym21b0k] {
        display: none;
    }
}

.header-search[b-1lvym21b0k] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-search-input[b-1lvym21b0k] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    border: 1px solid #a2a9b1;
    border-right: none;
    border-radius: 8px 0 0 8px;
    outline: none;
    width: 180px;
    box-sizing: border-box;
}

.header-search-input:focus[b-1lvym21b0k] {
    border-color: #3366cc;
}

.header-search-btn[b-1lvym21b0k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0 0.55rem;
    min-width: 2.25rem;
    background: #3366cc;
    color: #fff;
    border: 1px solid #3366cc;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    box-sizing: border-box;
}

.header-search-btn:hover[b-1lvym21b0k] {
    background: #2a56b3;
}

/* Main content */
.main-content[b-1lvym21b0k] {
    flex: 1;
    min-height: 0;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Error UI */
#blazor-error-ui[b-1lvym21b0k] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-1lvym21b0k] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
