/* _content/Totem.BlazorWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cn4t44le03] {
    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-cn4t44le03] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Totem.BlazorWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-5ltlyde0ny] {
    background: #233A64;
    padding: 1.5rem;
    border-radius: 1rem;
}

.navbar-toggler[b-5ltlyde0ny] {
    display: none;
}

.nav-links[b-5ltlyde0ny] {
    list-style: none;
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.hamburger[b-5ltlyde0ny] {    
    color: #ddd;
} 

nav a[b-5ltlyde0ny] {
    text-decoration: none;
    font-weight: bold;
    color: #ddd;
}

    nav a:hover[b-5ltlyde0ny] {
        color: #B7B9C7;
    }

@media screen and (max-width: 1104px) {
    .nav-container[b-5ltlyde0ny] {
        padding: 1rem;
        border-radius: 0;
    }

    .navbar-toggler[b-5ltlyde0ny] {
        display: inline;
    }

    .nav-links[b-5ltlyde0ny] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .nav-links-collapse[b-5ltlyde0ny] {
        display: none;
    }
}
/* _content/Totem.BlazorWebApp/Components/Pages/Contact.razor.rz.scp.css */
.fb-button[b-s1apd4i66v] {
    display: inline-flex;
    align-items: center;
    background-color: #1877F2; /* Official Facebook Blue */
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .fb-button:hover[b-s1apd4i66v] {
        background-color: #166fe5; /* Slightly darker on hover */
        text-decoration: none;
    }

.fb-icon[b-s1apd4i66v] {
    margin-right: 10px;
    fill: white;
    width: 20px;
    height: 20px;
}
/* _content/Totem.BlazorWebApp/Components/Pages/Home.razor.rz.scp.css */
.club-gallery[b-dqn4ogkgyr] {
    display: flex;
    gap: 2rem;
    justify-content: space-around;
    margin: 2rem;
    flex-wrap: wrap;
}

.club-gallery-item[b-dqn4ogkgyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .club-gallery-item a[b-dqn4ogkgyr] {
        margin: 0;
    }

.club-gallery-img[b-dqn4ogkgyr] {
    width: 6rem;
}

.club-gallery-label[b-dqn4ogkgyr] {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    margin-top: 0.5rem;
}
