/* _content/LCACodeClub.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-3dnyhklxdf] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header[b-3dnyhklxdf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    background-color: #1e3a5f;
    color: white;
}

.site-header .header-title a[b-3dnyhklxdf] {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.header-logo[b-3dnyhklxdf] {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.header-nav[b-3dnyhklxdf] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.header-nav a[b-3dnyhklxdf] {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
}

.header-nav a:hover[b-3dnyhklxdf] {
    text-decoration: underline;
}

.btn-link[b-3dnyhklxdf] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0;
}

.btn-link:hover[b-3dnyhklxdf] {
    text-decoration: underline;
}

.site-main[b-3dnyhklxdf] {
    flex: 1;
    padding: 2rem 1.5rem;
}
