/* _content/wedding-website/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-35qsl3iauv] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

#blazor-error-ui[b-35qsl3iauv] {
    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-35qsl3iauv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/wedding-website/Components/Layout/NavBar.razor.rz.scp.css */
/* Desktop Navigation Links */
[b-ptik3hvj47] .nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);
    position: relative;
}

[b-ptik3hvj47] .nav-link:hover {
    color: var(--color-primary);
    background-color: var(--color-surface);
}

[b-ptik3hvj47] .nav-link.active {
    color: var(--color-primary);
    font-weight: 600;
}

[b-ptik3hvj47] .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
}

/* RSVP Button */
.rsvp-button[b-ptik3hvj47] {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-fast);
    border: none;
}

.rsvp-button:hover[b-ptik3hvj47] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
    color: white;
}

.rsvp-button:active[b-ptik3hvj47] {
    transform: translateY(0);
}

/* Mobile RSVP Button */
.rsvp-button-mobile[b-ptik3hvj47] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
}

/* Mobile Navigation Links */
[b-ptik3hvj47] .mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);
}

[b-ptik3hvj47] .mobile-nav-link:hover {
    color: var(--color-primary);
    background-color: var(--color-surface);
}

[b-ptik3hvj47] .mobile-nav-link.active {
    color: var(--color-primary);
    background-color: var(--color-surface);
    font-weight: 600;
}

/* Remove click/tap effects from buttons */
button[b-ptik3hvj47] {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    user-select: none;
    -webkit-user-select: none;
}

button:focus[b-ptik3hvj47] {
    outline: none;
}

button:active[b-ptik3hvj47] {
    transform: none;
}

button:focus-visible[b-ptik3hvj47] {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}
