/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hgdhywk5hg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hgdhywk5hg] {
    flex: 1;
}

.sidebar[b-hgdhywk5hg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hgdhywk5hg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hgdhywk5hg]  a, .top-row[b-hgdhywk5hg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hgdhywk5hg]  a:hover, .top-row[b-hgdhywk5hg]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hgdhywk5hg]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hgdhywk5hg] {
        justify-content: space-between;
    }

    .top-row[b-hgdhywk5hg]  a, .top-row[b-hgdhywk5hg]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hgdhywk5hg] {
        flex-direction: row;
    }

    .sidebar[b-hgdhywk5hg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hgdhywk5hg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hgdhywk5hg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hgdhywk5hg], article[b-hgdhywk5hg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hgdhywk5hg] {
    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-hgdhywk5hg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bb1pf18owo] {
    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-bb1pf18owo] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-bb1pf18owo] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bb1pf18owo] {
    font-size: 1.1rem;
}

.bi[b-bb1pf18owo] {
    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-bb1pf18owo] {
    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-bb1pf18owo] {
    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-bb1pf18owo] {
    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");
}

.nav-item[b-bb1pf18owo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bb1pf18owo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bb1pf18owo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bb1pf18owo]  .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-bb1pf18owo]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-bb1pf18owo]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-bb1pf18owo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bb1pf18owo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bb1pf18owo] {
        display: none;
    }

    .nav-scrollable[b-bb1pf18owo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.hamburger-checkbox[b-bb1pf18owo] {
    display: none;
}

.hamburger-icon[b-bb1pf18owo] {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 9999;
    top: -30px; /* Adjusted positioning */
    right: -5px; /* Adjusted positioning */
}

    .hamburger-icon span[b-bb1pf18owo] {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #333;
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }

        .hamburger-icon span:nth-child(1)[b-bb1pf18owo] {
            top: 0;
        }

        .hamburger-icon span:nth-child(2)[b-bb1pf18owo] {
            top: 8px;
        }

        .hamburger-icon span:nth-child(3)[b-bb1pf18owo] {
            top: 16px;
        }

/* Animation for hamburger icon */
.hamburger-checkbox:checked ~ .hamburger-icon span:nth-child(1)[b-bb1pf18owo] {
    transform: rotate(45deg);
    top: 8px;
}

.hamburger-checkbox:checked ~ .hamburger-icon span:nth-child(2)[b-bb1pf18owo] {
    opacity: 0;
}

.hamburger-checkbox:checked ~ .hamburger-icon span:nth-child(3)[b-bb1pf18owo] {
    transform: rotate(-45deg);
    top: 8px;
}

/* Content area */
.content[b-bb1pf18owo] {
    padding: 2rem;
    position: relative;
    z-index: 0;
}

.profile-container[b-bb1pf18owo] {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .profile-container img[b-bb1pf18owo] {
        max-width: 100%;
        border-radius: 5px;
        margin-bottom: 1rem;
    }

    .profile-container h1[b-bb1pf18owo] {
        color: #5a5ca4;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

/* Close button (X) */
.close-button[b-bb1pf18owo] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
    display: none;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .nav-links[b-bb1pf18owo] {
        position: fixed;
        top: 20px;
        right: -100%;
        width: auto; /* Changed from fixed width to auto */
        min-width: 180px; /* Set a minimum width */
        height: auto;
        display: flex;
        flex-direction: column;
        background-color: #c8f0e0;
        padding: 40px 20px 20px 20px;
        transition: all 0.3s ease-in-out;
        z-index: 9998;
        align-items: center; /* Center the buttons */
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        gap: 10px; /* Added gap between buttons */
        border-radius: 15px;
        border: 2px solid black;
        opacity: 0;
        visibility: visible;
        max-height: 80vh;
        overflow-y: auto;
    }

    .hamburger-icon[b-bb1pf18owo] {
        display: block;
    }

    /* Button styling for consistent size */
    .nav-links a[b-bb1pf18owo],
    .button[b-bb1pf18owo] {
        display: block;
        width: 100%;
        min-width: 120px;
        padding: 12px 20px;
        margin: 5px 0;
        text-align: center;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        font-size: 18px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

        .nav-links a:hover[b-bb1pf18owo],
        .button:hover[b-bb1pf18owo] {
            background-color: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

    /* Show menu and X button when checkbox is checked */
    .hamburger-checkbox:checked ~ .nav-links[b-bb1pf18owo] {
        right: 20px;
        opacity: 1;
    }

    .hamburger-checkbox:not(:checked) ~ .nav-links[b-bb1pf18owo] {
        right: -100%;
        opacity: 0;
    }

    .hamburger-checkbox:checked ~ .close-button[b-bb1pf18owo] {
        display: block;
    }

    /* Fixed position for the close button to not interfere with content */
    .close-button[b-bb1pf18owo] {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/* /Components/Pages/Blog.razor.rz.scp.css */
/* Overall blog post container */
.blog-post[b-yab98y0q59] {
    max-width: 1200px;
    margin: 0 auto;
    width : 100%;
}

/* Container for the hero header */
.blog-header[b-yab98y0q59] {
    position: relative;
    height: 24rem;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 2rem;
    width: 100%;
}

/* Cover image styling */
.cover-image[b-yab98y0q59] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay with gradient */
.blog-title-container[b-yab98y0q59] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

/* Title styling */
.blog-title[b-yab98y0q59] {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

/* Meta information (publish date, reading time) */
.blog-meta[b-yab98y0q59] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

/* Main blog content - this should NOT be overlaid on the image */
.blog-content[b-yab98y0q59] {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    color: #333; /* Regular text color, not white */
    line-height: 1.6;
}

[b-yab98y0q59] P img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
/* /Components/Pages/Blogs.razor.rz.scp.css */
.blog-container[b-ye0zwi28j1] {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-post[b-ye0zwi28j1] {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

    .blog-post:hover[b-ye0zwi28j1], .blog-post:focus[b-ye0zwi28j1] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        transform: translateY(-2px);
        outline: 2px solid #0366d6;
    }

    .blog-post:focus-visible[b-ye0zwi28j1] {
        outline: 3px solid #0366d6;
        outline-offset: 2px;
    }

.image-container[b-ye0zwi28j1] {
    width: 200px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

    .image-container img[b-ye0zwi28j1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.content-container[b-ye0zwi28j1] {
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.post-title[b-ye0zwi28j1] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #24292e;
}

.post-meta[b-ye0zwi28j1] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.reading-time[b-ye0zwi28j1] {
    font-size: 14px;
    color: #586069;
    margin-right: 12px;
}

.post-date[b-ye0zwi28j1] {
    font-size: 12px;
    color: #6a737d;
}

.post-snippet[b-ye0zwi28j1] {
    font-size: 16px;
    line-height: 1.5;
    color: #444d56;
    margin-top: 10px;
}

.blog-post:nth-child(even)[b-ye0zwi28j1] {
    flex-direction: row-reverse;
}

    .blog-post:nth-child(even) .content-container[b-ye0zwi28j1] {
        padding-left: 20px;
    }

.visually-hidden[b-ye0zwi28j1] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (max-width: 768px) {
    .blog-post[b-ye0zwi28j1], .blog-post:nth-child(even)[b-ye0zwi28j1] {
        flex-direction: column;
    }

    .image-container[b-ye0zwi28j1] {
        width: 100%;
        height: 200px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
article[b-fr4fq2543k] {
   display: flex; 
   margin: 5px;
}

.about-text[b-fr4fq2543k] {
    flex: 1;
    padding: 30px;
    border-right: 2px solid var(--dark-text);
    position: relative;
    overflow: hidden;
    margin: 5px; /* Add equal margin to match profile picture */
}

.about-text h2[b-fr4fq2543k] {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.about-text h2[b-fr4fq2543k]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--accent);
    transition: width 0.8s ease;
}

.about-text:hover h2[b-fr4fq2543k]::after {
    width: 100%;
}

.profile-picture[b-fr4fq2543k] {
    flex: 1;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--alternative) 100%);
    border-radius: 12px;
    margin: 5px; /* Now use consistent margins all around */
    margin-left: 10px;
}

.polaroid[b-fr4fq2543k] {
    width: 330px;
    height: 385px;
    background-color: var(--light-text);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 30px 10px;
    transform: rotate(3deg);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.polaroid:hover[b-fr4fq2543k] {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.polaroid-image[b-fr4fq2543k] {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-text);
}

.polaroid-caption[b-fr4fq2543k] {
    text-align: center;
    font-family: cursive;
    font-size: 2em;
    color: var(--primary-dark);
}

.polaroid img[b-fr4fq2543k] {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Media query for small screens */
@media (max-width: 768px) {
    article[b-fr4fq2543k] {
        flex-direction: column-reverse;
        margin: 10px; /* Slightly increased margin for better spacing on mobile */
    }

    .about-text[b-fr4fq2543k] {
        border-right: none; /* Remove the right border on mobile */
        border-top: 2px solid var(--dark-text); /* Add a top border instead */
        padding-top: 20px;
        margin-top: 20px;
    }

    .profile-picture[b-fr4fq2543k] {
        margin-left: 5px; /* Reset the left margin */
        max-height: 50vh; /* Limit to 50% of viewport height */
        padding: 15px; /* Reduce padding for better space utilization */
    }

    .polaroid[b-fr4fq2543k] {
        width: 100%;
        height: auto; /* Remove fixed height */
        max-height: calc(50vh - 30px); /* Account for padding */
    }

    .polaroid-image[b-fr4fq2543k] {
        height: auto; /* Make height responsive */
        max-height: calc(40vh - 50px); /* Leave room for caption */
    }

    .polaroid img[b-fr4fq2543k] {
        height: auto; /* Make height responsive */
        max-height: calc(40vh - 50px); /* Leave room for caption */
        width: 100%;
        object-fit: contain; /* Ensure image is fully visible */
    }

    .polaroid-caption[b-fr4fq2543k] {
        font-size: 1.5em; /* Slightly smaller font size for mobile */
    }
}
/* /Components/Pages/Pictures.razor.rz.scp.css */
/* CSS Grid Gallery Styles for PicturePost */

.container[b-rt8vorgbmr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* CSS Grid Layout */
.css-grid-gallery[b-rt8vorgbmr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    gap: 15px;
    margin-bottom: 40px;
}

.modal-overlay[b-rt8vorgbmr] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-image[b-rt8vorgbmr] {
    max-width: 90vw;
    max-height: 90vh;
    box-shadow: 0 0 20px #000;
    border-radius: 8px;
    cursor: pointer;
}

/* Size classes based on image orientation */
.gallery-item[b-rt8vorgbmr] {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    /* Very wide landscape images */
    .gallery-item.size-wide[b-rt8vorgbmr] {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Standard landscape images */
    .gallery-item.size-landscape[b-rt8vorgbmr] {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Square images */
    .gallery-item.size-square[b-rt8vorgbmr] {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Portrait images */
    .gallery-item.size-portrait[b-rt8vorgbmr] {
        grid-column: span 1;
        grid-row: span 2;
    }

    /* Very tall portrait images */
    .gallery-item.size-tall[b-rt8vorgbmr] {
        grid-column: span 1;
        grid-row: span 2;
    }

    .gallery-item:hover[b-rt8vorgbmr] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        z-index: 2;
    }

.photo-card[b-rt8vorgbmr] {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

    .photo-card img[b-rt8vorgbmr] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .photo-card:hover img[b-rt8vorgbmr] {
        transform: scale(1.05);
    }

.photo-info[b-rt8vorgbmr] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .photo-info[b-rt8vorgbmr] {
    opacity: 1;
}

.photo-info h3[b-rt8vorgbmr] {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.photo-info p[b-rt8vorgbmr] {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-date[b-rt8vorgbmr] {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Loading animation */
.loading-container[b-rt8vorgbmr] {
    text-align: center;
    padding: 40px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner[b-rt8vorgbmr] {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0,0,0,.1);
    border-radius: 50%;
    border-top-color: #007bff;
    animation: spin-b-rt8vorgbmr 1s ease-in-out infinite;
    margin-bottom: 15px;
}

@keyframes spin-b-rt8vorgbmr {
    to {
        transform: rotate(360deg);
    }
}

/* Error container */
.error-container[b-rt8vorgbmr] {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

/* Medium screens */
@media (max-width: 991px) {
    .css-grid-gallery[b-rt8vorgbmr] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-auto-rows: 200px;
        gap: 12px;
    }
}

/* Small screens */
@media (max-width: 767px) {
    .css-grid-gallery[b-rt8vorgbmr] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-auto-rows: 150px;
        gap: 10px;
    }

    /* On small screens, limit the spanning to avoid single images taking too much space */
    .gallery-item.size-landscape[b-rt8vorgbmr],
    .gallery-item.size-wide[b-rt8vorgbmr] {
        grid-column: span 1;
    }

    .photo-info[b-rt8vorgbmr] {
        opacity: 0.9; /* Always show info on mobile */
        padding: 10px;
    }

        .photo-info h3[b-rt8vorgbmr] {
            font-size: 1rem;
        }

        .photo-info p[b-rt8vorgbmr] {
            font-size: 0.8rem;
            -webkit-line-clamp: 1;
        }
}

/* Very small screens */
@media (max-width: 480px) {
    .css-grid-gallery[b-rt8vorgbmr] {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    /* Reset all spanning on very small screens */
    .gallery-item.size-landscape[b-rt8vorgbmr],
    .gallery-item.size-wide[b-rt8vorgbmr],
    .gallery-item.size-portrait[b-rt8vorgbmr],
    .gallery-item.size-tall[b-rt8vorgbmr] {
        grid-column: 1;
        grid-row: span 1;
    }

    .container[b-rt8vorgbmr] {
        padding: 0 10px;
    }
}
/* /Components/Polaroid.razor.rz.scp.css */
.profile-picture[b-ll06yibo3y] {
    flex: 1;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--alternative) 100%);
    border-radius: 12px;
    margin: 5px; /* Now use consistent margins all around */
    margin-left: 10px;
}

.polaroid[b-ll06yibo3y] {
    width: 330px;
    height: 385px;
    background-color: var(--light-text);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 30px 10px;
    transform: rotate(3deg);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

    .polaroid:hover[b-ll06yibo3y] {
        transform: rotate(0deg) scale(1.03);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

.polaroid-image[b-ll06yibo3y] {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-text);
}

.polaroid-caption[b-ll06yibo3y] {
    text-align: center;
    font-family: cursive;
    font-size: 2em;
    color: var(--primary-dark);
}
/* /Components/Tags.razor.rz.scp.css */
/* Colorful Tags CSS */
.tag[b-cgja9nxs8y] {
    display: inline-block;
    background-color: var(--primary-light); /* Default color is pastel blue */
    color: var(--dark-text);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    /* Alternate colors based on position */
    .tag:nth-child(2n)[b-cgja9nxs8y] {
        background-color: var(--alternative); /* Every 2nd tag is purple */
    }

    .tag:nth-child(3n)[b-cgja9nxs8y] {
        background-color: var(--accent); /* Every 3rd tag is pink */
    }

    .tag:nth-child(4n)[b-cgja9nxs8y] {
        background-color: var(--tertiary); /* Every 4th tag is peachy-yellow */
    }

    /* Add hover effect */
    .tag:hover[b-cgja9nxs8y] {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
