@import '_content/AlkenFund.Web.Charts/AlkenFund.Web.Charts.26mxz5u6jq.bundle.scp.css';

/* /Components/Pages/AFFMPages/AFFM.razor.rz.scp.css */
.affm-section-scroll-btns--sticky[b-aou5m5delo] {
    position: fixed;
    left: 24px;
    bottom: 32px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
    background: rgba(255,255,255,0.95);
    border-radius: 18px 18px 24px 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    padding: 16px 20px 20px 20px;
    gap: 0;
    transition: box-shadow 0.2s;
}

:deep(.affm-section-scroll-btns--sticky .affm-section-btn)[b-aou5m5delo] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 1.08rem;
    font-weight: 400;
    color: #7a003c;
    padding: 10px 0 10px 0;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.15s;
    outline: none;
    justify-content: flex-start;
    display: flex;
}

:deep(.affm-section-scroll-btns--sticky .affm-section-btn:hover)[b-aou5m5delo] {
    background: #f3e6ef;
}

:deep(.affm-section-scroll-btns--sticky .affm-section-separator)[b-aou5m5delo] {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 0 0 0 0;
    border: none;
}

@media (max-width: 900px) {
    .affm-section-scroll-btns--sticky[b-aou5m5delo] {
        display: none;
    }
}
/* /Components/Pages/DocumentPages/DocumentsList.razor.rz.scp.css */
/* Documents.razor.css */

:root[b-8nnq8b0ygd] {
    /* Define custom colors */
    --alken-burgundy: #800020; /* Example Burgundy-like */
    --alken-success-bg: #2E7D32; /* Darker Green for Success */
    --alken-info-bg: #6c757d; /* Mid Grey for Info */
    --alken-text-on-dark: #ffffff; /* Text color for dark backgrounds */
    /* MudBlazor variable overrides (Optional - if needed globally) */
    /* --mud-palette-info: #your-info-color; */
    /* Table specific vars */
    --alken-table-header-bg: #f8f9fa; /* Light grey header */
    --alken-table-header-text: #495057; /* Dark grey text */
    --alken-table-hover-bg: #e9ecef;
    --alken-table-stripe-bg: #fdfdfe; /* Very subtle stripe */
}

.mud-container[b-8nnq8b0ygd] {
    /* Adjust overall page padding if needed */
}

.mud-paper[b-8nnq8b0ygd] {
    /* background-color: var(--mud-palette-surface); */
}

/* Only toolbar left on this page is MudTable's pagination toolbar. */
.mud-toolbar[b-8nnq8b0ygd] {
    background-color: var(--mud-palette-surface); /* Use surface color */
    border-bottom: 1px solid var(--mud-palette-divider);
}

/* Filter Controls Styling */
.mud-grid .mud-input-control[b-8nnq8b0ygd] {
    margin-bottom: 0;
}

.mud-select[b-8nnq8b0ygd],
.mud-textfield[b-8nnq8b0ygd] {
    transition: box-shadow 0.2s ease-in-out;
}
    /* Subtle focus indicator */
    .mud-select .mud-input-control:focus-within[b-8nnq8b0ygd],
    .mud-textfield .mud-input-control:focus-within[b-8nnq8b0ygd] {
        box-shadow: 0 0 0 2px color-mix(in srgb, var(--mud-palette-primary) 30%, transparent); /* Primary color with transparency */
    }

/* Clear Filter Button Alignment */
@media (min-width: 600px) { /* sm breakpoint */
    .justify-sm-end[b-8nnq8b0ygd] {
        justify-content: flex-end !important;
    }
}

/* Table Styles */
.alken-document-table[b-8nnq8b0ygd] {
    border: 1px solid var(--mud-palette-divider);
    border-radius: var(--mud-shape-borderRadius);
    overflow: hidden; /* Keeps radius effect */
}

    /* Table Header */
    .alken-document-table .mud-table-head > .mud-table-row[b-8nnq8b0ygd] {
        background-color: var(--alken-table-header-bg) !important;
    }

    .alken-document-table .mud-table-head th[b-8nnq8b0ygd] {
        color: var(--alken-table-header-text) !important;
        font-weight: 600;
        white-space: nowrap;
        padding-top: var(--mud-spacing-2); /* Slightly adjust padding */
        padding-bottom: var(--mud-spacing-2);
    }

        .alken-document-table .mud-table-head th .mud-table-sort-label[b-8nnq8b0ygd],
        .alken-document-table .mud-table-head th .mud-icon-button-label[b-8nnq8b0ygd] { /* Ensure sort icon color */
            color: inherit !important;
        }

    /* Table Body */
    .alken-document-table .mud-table-body .mud-table-row[b-8nnq8b0ygd] {
        transition: background-color 0.15s ease-in-out;
    }

        .alken-document-table .mud-table-body .mud-table-row:hover[b-8nnq8b0ygd] {
            background-color: var(--alken-table-hover-bg) !important;
        }

        .alken-document-table .mud-table-body .mud-table-row.mud-table-striped[b-8nnq8b0ygd] {
            background-color: var(--alken-table-stripe-bg) !important;
        }

            .alken-document-table .mud-table-body .mud-table-row.mud-table-striped:hover[b-8nnq8b0ygd] {
                background-color: var(--alken-table-hover-bg) !important;
            }

    /* Table Cells */
    .alken-document-table .mud-table-cell[b-8nnq8b0ygd] {
        padding: var(--mud-spacing-2) var(--mud-spacing-3);
        /* Consider vertical-align: middle; if content alignment varies */
        vertical-align: middle;
    }

        /* Action Buttons in Table */
        .alken-document-table .mud-table-cell .mud-icon-button[b-8nnq8b0ygd] {
            margin: 0 var(--mud-spacing-1);
        }

/* Specific style for download button if color alone isn't enough */
.download-button-style:hover[b-8nnq8b0ygd] {
    /* Example: subtle background on hover */
    background-color: color-mix(in srgb, var(--mud-palette-info) 15%, transparent);
}


/* Table Pager */
.alken-document-table .mud-table-pagination-toolbar[b-8nnq8b0ygd] {
    border-top: 1px solid var(--mud-palette-divider);
    background-color: var(--mud-palette-surface);
}


/* --- Custom Snackbar Colors --- */
/* Apply styles directly to the severity classes MudBlazor adds */
.mud-snackbar.mud-alert-filled-error[b-8nnq8b0ygd],
.mud-snackbar.mud-alert-text-error[b-8nnq8b0ygd] { /* Include text variant if used */
    background-color: var(--alken-burgundy) !important;
    color: var(--alken-text-on-dark) !important;
}
    /* Ensure icon color matches text */
    .mud-snackbar.mud-alert-filled-error .mud-icon-root[b-8nnq8b0ygd],
    .mud-snackbar.mud-alert-text-error .mud-icon-root[b-8nnq8b0ygd] {
        color: var(--alken-text-on-dark) !important;
    }


.mud-snackbar.mud-alert-filled-success[b-8nnq8b0ygd],
.mud-snackbar.mud-alert-text-success[b-8nnq8b0ygd] {
    background-color: var(--alken-success-bg) !important;
    color: var(--alken-text-on-dark) !important;
}

    .mud-snackbar.mud-alert-filled-success .mud-icon-root[b-8nnq8b0ygd],
    .mud-snackbar.mud-alert-text-success .mud-icon-root[b-8nnq8b0ygd] {
        color: var(--alken-text-on-dark) !important;
    }

.mud-snackbar.mud-alert-filled-info[b-8nnq8b0ygd],
.mud-snackbar.mud-alert-text-info[b-8nnq8b0ygd] {
    background-color: var(--alken-info-bg) !important;
    color: var(--alken-text-on-dark) !important;
}

    .mud-snackbar.mud-alert-filled-info .mud-icon-root[b-8nnq8b0ygd],
    .mud-snackbar.mud-alert-text-info .mud-icon-root[b-8nnq8b0ygd] {
        color: var(--alken-text-on-dark) !important;
    }

/* You can add overrides for Warning and Normal severity as well if needed */
/*
.mud-snackbar.mud-alert-filled-warning { ... }
.mud-snackbar.mud-alert-filled-normal { ... }
*/


/* Responsive Adjustments */
@media (max-width: 600px) { /* sm breakpoint */
    .alken-document-table .mud-table-cell[b-8nnq8b0ygd] {
        padding: var(--mud-spacing-1) var(--mud-spacing-2);
    }
}
/* /Components/Pages/Home/Hero.razor.rz.scp.css */
.hero[b-hrw4fod1kl] {
    text-align: left;
    width: 100%;
    display: grid;
    position: relative;
    background-color: white;
    margin-top: 55px;
}

@media (min-width: 900px) {
    .hero[b-hrw4fod1kl] {
        margin-top: 0;
    }
}

[b-hrw4fod1kl] .hero__down-btn {
    margin-top: -16px;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Content section - left edge aligned with the MudContainer.Large content
   below (round-2 R3). MudContainer gutters are 16px, 24px from 600px. */
.hero__content[b-hrw4fod1kl] {
    position: relative;
    padding: 32px 16px 56px;
}

@media (min-width: 600px) {
    .hero__content[b-hrw4fod1kl] {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 900px) {
    .hero__content[b-hrw4fod1kl] {
        padding: 44px 24px 36px;
        padding-left: var(--container-align);
    }
}

.text-black[b-hrw4fod1kl] {
    color: black !important;
}

.hero__copy[b-hrw4fod1kl] {
    line-height: 1.4;
}

/* Heading section - refactored */
.h1-section[b-hrw4fod1kl] {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}

@media (min-width: 900px) {
    .h1-section[b-hrw4fod1kl] {
        margin-bottom: 0;
    }
}

.hero__h1[b-hrw4fod1kl] {
    font-size: 28px;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    font-family: var(--sans);
    margin-bottom: 10px;
}

@media (min-width: 900px) {
    .hero__h1[b-hrw4fod1kl] {
        line-height: 1.2;
        font-size: 36px;
    }
}

.hero__h2[b-hrw4fod1kl] {
    font-family: var(--display) !important;
    font-size: 40px;
    line-height: 1;
    margin-top: 0;
}

@media (min-width: 900px) {
    .hero__h2[b-hrw4fod1kl] {
        font-size: 40px;
        font-weight: 500;
        line-height: 0.875;
    }
}

/* Text styles */
.hero p[b-hrw4fod1kl] {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 24px 0 0;
    max-width: 600px;
    text-align: justify;
}

.hero__graphic[b-hrw4fod1kl] {
    clip-path: polygon(20.3% 0, 100% 0, 100% 100%, 6% 100%, 0% 78%);
    display: none;
    grid-template-columns: 1fr;
    overflow: hidden;
}

@media (min-width: 900px) {
    .hero__graphic[b-hrw4fod1kl] {
        display: grid;
    }

    .hero[b-hrw4fod1kl] {
        grid-template-columns: 1fr 1fr;
    }
}

.hero__graphic-background[b-hrw4fod1kl] {
    position: relative;
    z-index: 9;
    grid-row: 1;
    grid-column: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,rgba(9, 93, 85, 0) 0%, rgba(9, 93, 85, 0) 100%), url('/images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    object-fit: none;
}

.hero__graphic-logo[b-hrw4fod1kl] {
    z-index: 10;
    grid-row: 1;
    width: 390px;
    margin-top: 62px;
    margin-left: 20px;
    height: 100%;
    grid-column: 1;
    overflow: hidden;
    filter: invert(77%) sepia(65%) saturate(51%) hue-rotate(86deg) brightness(194%) contrast(88%);
    background: url('/images/logos/aam/alken-logo-mark.svg') no-repeat center;
    opacity: 0.10;
}

.hero__graphic-text[b-hrw4fod1kl] {
    position: absolute;
    top: 50px;
}

@media (min-width: 1340px) {
    .hero[b-hrw4fod1kl] {
    }
}

@media (min-width: 600px) {
    .hero[b-hrw4fod1kl] {
    }
}


/* /Components/Pages/Home/HomePage.razor.rz.scp.css */
.home[b-wxze0bds44] {
    background-color: #eeeeee;
    padding-bottom: 32px;
}

/* SEO Headings - visible to screen readers and search engines but hidden visually */
.seo-heading[b-wxze0bds44] {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem; /* Ensure it has a size */
    color: #000; /* Ensure it has color for better SEO */
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    display: block; /* Make sure it's a block element */
}

/* Media Queries for Responsive Design */
@media (min-width: 900px) {
    .home[b-wxze0bds44] {
        padding-bottom: 64px;
    }
    
    h2.section-title[b-wxze0bds44] {
        font-size: 42px;
    }
}

@media (max-width: 899px) {
    h2.section-title[b-wxze0bds44] {
        font-size: 32px;
        margin-top: 36px;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    .home[b-wxze0bds44] {
        padding-bottom: 24px;
    }
    
    h2.section-title[b-wxze0bds44] {
        font-size: 28px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .home[b-wxze0bds44] {
        padding-bottom: 16px;
    }
}

/* Media optimization for images and videos */
.home img[b-wxze0bds44], .home video[b-wxze0bds44] {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    /* Consider lazy loading for images if using <img loading="lazy"> in markup */
}

@media (max-width: 600px) {
    .home img[b-wxze0bds44], .home video[b-wxze0bds44] {
        max-width: 100vw;
        height: auto;
    }
}

h2.section-title[b-wxze0bds44] {
    font-family: var(--display);
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 24px;
    color: var(--brand-primary);
    position: relative;
    padding-bottom: 12px;
}

h2.section-title[b-wxze0bds44]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--brand-primary);
}

/* Force mud-carousel-item-primary to have transparent background */
[b-wxze0bds44] .mud-carousel-item.mud-carousel-item-primary {
    background-color: transparent !important;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-dfcyur1j4y] {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background-color: #f5f5f5;
}

.not-found-content[b-dfcyur1j4y] {
    max-width: 800px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

    .not-found-content h1[b-dfcyur1j4y] {
        color: var(--brand-primary);
        margin-bottom: 20px;
        font-size: 32px;
    }

    .not-found-content p[b-dfcyur1j4y] {
        font-size: 18px;
        margin-bottom: 30px;
    }

.not-found-helpful-links[b-dfcyur1j4y] {
    margin-top: 40px;
    text-align: center;
}

    .not-found-helpful-links h2[b-dfcyur1j4y] {
        font-size: 22px;
        margin-bottom: 20px;
        color: var(--brand-primary);
    }

.links-grid[b-dfcyur1j4y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .links-grid[b-dfcyur1j4y] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .links-grid[b-dfcyur1j4y] {
        grid-template-columns: 1fr;
    }
}
/* /Shared/Components/Pages/Contact/ContactShared.razor.rz.scp.css */
.contact-section[b-vvxsv7h5a6] {
    padding: 2rem 0;
    background-color: #f9f9f9;
}

.contact-info[b-vvxsv7h5a6] {
    position: relative;
}

.contact-card[b-vvxsv7h5a6] {
    background-color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

.contact-card:hover[b-vvxsv7h5a6] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.contact-form-card[b-vvxsv7h5a6] {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .contact-info[b-vvxsv7h5a6] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    .contact-section[b-vvxsv7h5a6] {
        padding: 1rem 0;
    }
    
    .contact-form-card[b-vvxsv7h5a6] {
        padding: 1rem;
    }
}
/* /Shared/Components/Pages/Contact/Hero.razor.rz.scp.css */
.hero[b-nddj3bkzpl] {
    text-align: left;
    width: 100%;
    display: grid;
    position: relative;
    background-color: white;
    margin-top: 55px;
}

@media (min-width: 900px) {
    .hero[b-nddj3bkzpl] {
        margin-top: 0;
    }
}

[b-nddj3bkzpl] .hero__down-btn {
    margin-top: -16px;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Left edge aligned with the MudContainer.Large content below (round-2 R3).
   MudContainer gutters are 16px, 24px from 600px. */
.hero__content[b-nddj3bkzpl] {
    display: block;
    padding: 50px 16px 80px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 600px) {
    .hero__content[b-nddj3bkzpl] {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 900px) {
    .hero__content[b-nddj3bkzpl] {
        padding: 78px 24px 50px;
        /* Fallback: this component is shared with AlkenFund.Web, which has no
           affm-tokens.css - its MudContainer.Large is the same 1280px. */
        padding-left: var(--container-align, max(24px, calc((100vw - 1280px) / 2 + 24px)));
    }
}

.hero__copy[b-nddj3bkzpl] {
    line-height: 1.4;
}

.hero__graphic[b-nddj3bkzpl] {
    clip-path: polygon(20.3% 0, 100% 0, 100% 100%, 6% 100%, 0% 78%);
    display: none;
    grid-template-columns: 1fr;
    overflow: hidden;
}

@media (min-width: 900px) {
    .hero__graphic[b-nddj3bkzpl] {
        display: grid;
    }

    .hero[b-nddj3bkzpl] {
        grid-template-columns: 1fr 1fr;
    }
}


.hero__graphic-background[b-nddj3bkzpl] {
    position: relative;
    z-index: 9;
    grid-row: 1;
    grid-column: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(123, 0, 39, .75) 0%, rgba(123, 0, 39, .75) 100%), url('/images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    object-fit: none;
}

.hero__graphic-logo[b-nddj3bkzpl] {
    z-index: 10;
    grid-row: 1;
    width: 390px;
    margin-top: 62px;
    margin-left: 20px;
    height: 100%;
    grid-column: 1;
    overflow: hidden;
    filter: invert(77%) sepia(65%) saturate(51%) hue-rotate(86deg) brightness(194%) contrast(88%);
    background: url('/images/logos/aam/alken-logo-mark.svg') no-repeat center;
    opacity: 0.10;
}

.hero__graphic-text[b-nddj3bkzpl] {
    position: absolute;
    top: 50px;
}

.hero__content[b-nddj3bkzpl] {
    position: relative;
}

.hero__heading-wrapper[b-nddj3bkzpl] {
    display: flex;
    align-items: inherit;
    width: 100%;
}

.hero__h1[b-nddj3bkzpl] {
    font-size: 30px;
    font-weight: 400;
    line-height: 0.8;
    color: var(--mud-palette-text-primary);
    font-family: var(--sans);
}

.hero__h1[b-nddj3bkzpl] {
    font-size: 16px;
}

@media (min-width: 900px) {
    .hero__h1[b-nddj3bkzpl] {
        line-height: 1.4;
        font-size: 20px;
    }
}

.h1-section[b-nddj3bkzpl] {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
}


@media (min-width: 900px) {

    .h1-section[b-nddj3bkzpl] {
        margin-bottom: 0;
    }
}

.hero__h2[b-nddj3bkzpl] {
    font-family: var(--display) !important;
    color: var(--mud-palette-black);
}

.hero__h2[b-nddj3bkzpl] {
    font-size: 40px;
    line-height: 1;
}

@media (min-width: 900px) {
    .hero__h2[b-nddj3bkzpl] {
        margin-top: 0;
        font-size: 40px;
        font-weight: 500;
        line-height: 0.875;
    }
}


@media (min-width: 900px) {

    .line[b-nddj3bkzpl] {
        margin-bottom: 20px;
    }
}

.hero p[b-nddj3bkzpl] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    font-family: var(--sans);
    margin: 24px 0 0;
}

@media (min-width: 1340px) {
    .hero[b-nddj3bkzpl] {
    }
}

@media (min-width: 600px) {
    .hero[b-nddj3bkzpl] {
    }
}


.hero p[b-nddj3bkzpl] {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.6;
}
/* /Shared/Components/Pages/Teams/TeamMemberDialog.razor.rz.scp.css */
/* ----------------------------------------------------------------- */
/*  1. Dialog surface  (still safe to target globally)              */
/* ----------------------------------------------------------------- */
[b-nw86l8ohwt] .mud-dialog {
    width: 100%;
    max-width: 860px; /* slightly reduced for compactness */
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    animation: pop-b-nw86l8ohwt .25s cubic-bezier(.22,.61,.36,1);
}

[b-nw86l8ohwt] .team-member-dialog {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

[b-nw86l8ohwt] .team-member-dialog .mud-dialog-content {
    flex: 1;
    overflow: hidden;
    padding: 0;
}

@keyframes pop-b-nw86l8ohwt {
    0% {
        transform: scale(.92);
        opacity: 0;
    }
}

/* ----------------------------------------------------------------- */
/*  2. Layout inside the portal – NO .ops-dialog prefix             */
/* ----------------------------------------------------------------- */
[b-nw86l8ohwt] .bod-dialog-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: var(--mud-spacing-4);
    gap: var(--mud-spacing-6); /* increased gap between photo and bio */
}

/* Photo column ---------------------------------------------------- */
[b-nw86l8ohwt] .photo-col {
    flex: 0 0 240px; /* reduced width to prevent overlap */
    text-align: left; /* align content to the left */
    padding-right: 0; /* remove padding to prevent overlap */
    display: flex;
    align-items: flex-start; /* align to top */
    justify-content: flex-start; /* align to left */
}

[b-nw86l8ohwt] .team-member-card {
    position: relative;
    width: 100%;
    aspect-ratio: var(--photo-aspect-ratio, 1 / 1);
    overflow: hidden;
    border-radius: 8px; /* slightly reduced */
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transform: scale(0.8); /* use transform scale instead of scale property for better browser support */
    transform-origin: left top; /* scale from top left corner */
    margin-bottom: -20%; /* compensate for the scaling */
}

[b-nw86l8ohwt] .photo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;

}

[b-nw86l8ohwt] .card-content-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem 0.875rem;
    background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.65) 50%, rgba(0,0,0,0) 100%);
    color: #FFFFFF;
    text-align: center;
    pointer-events: none;
}

[b-nw86l8ohwt] .member-name {
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}

[b-nw86l8ohwt] .member-title {
    opacity: .92;
    color: #F0F0F0;
    font-size: 0.9rem;
}

/* Bio column ------------------------------------------------------ */
[b-nw86l8ohwt] .bio-col {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
    display: flex;
    flex-direction: column;
}

[b-nw86l8ohwt] .bio-paper {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: var(--mud-default-borderradius) !important;
    padding: var(--mud-spacing-5) var(--mud-spacing-6) var(--mud-spacing-5) var(--mud-spacing-8); /* increased left padding */
}

[b-nw86l8ohwt] .member-bio-text {
    flex: 1;
    overflow-y: auto;
    color: var(--mud-palette-text-primary);
    white-space: pre-line;
    letter-spacing: 0.01em; /* slight spacing for readability */
}

    [b-nw86l8ohwt] .member-bio-text p {
        margin-bottom: 1rem; /* space between paragraphs if any */
    }

/* Actions row ----------------------------------------------------- */
[b-nw86l8ohwt] .mud-dialog-actions {
    border-top: 1px solid var(--mud-palette-divider);
    padding: var(--mud-spacing-2) var(--mud-spacing-4); /* reduced vertical padding */
    background: var(--mud-palette-background-grey);
}

[b-nw86l8ohwt] .close-btn {
    font-weight: 600;
    text-transform: none;
    padding: 8px 24px; /* slightly reduced */
    border-radius: 6px;
    letter-spacing: 0.01em;
}

/* ----------------------------------------------------------------- */
/*  3. Mobile tweaks                                                */
/* ----------------------------------------------------------------- */
@media (max-width: 599px) {
    [b-nw86l8ohwt] .bod-dialog-grid {
        flex-direction: column;
        gap: var(--mud-spacing-3); /* reduced for mobile */
        padding: var(--mud-spacing-3);
    }

    [b-nw86l8ohwt] .photo-col,
    [b-nw86l8ohwt] .bio-col {
        flex: 1 1 100%;
    }

    [b-nw86l8ohwt] .team-member-card {
        width: 180px; /* smaller for mobile */
        height: 180px;
        aspect-ratio: unset;
        margin: 0 auto;
    }

    [b-nw86l8ohwt] .bio-paper {
        border-left: 2px;
        border-top: 3px solid var(--mud-palette-primary);
        padding: var(--mud-spacing-4) var(--mud-spacing-4) var(--mud-spacing-4) var(--mud-spacing-6); /* maintain left padding on mobile */
        /* Removed fixed max-height for mobile as well */
    }

    [b-nw86l8ohwt] .card-content-overlay {
        padding: 0.875rem 0.75rem;
    }

    [b-nw86l8ohwt] .member-name {
        font-size: 1.1rem;
    }

    [b-nw86l8ohwt] .member-title {
        font-size: 0.85rem;
    }
}
/* /Shared/Components/Pages/Teams/TeamMembersBanner.razor.rz.scp.css */
/* Main Container Styles */
.team-container[b-u5x9fq6qhb] {
    width: 100%;
}

/* Loading State */
.team-loading[b-u5x9fq6qhb] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
}

/* Grid Layout */
.team-grid[b-u5x9fq6qhb] {
    width: 100%;
    justify-content: flex-start;
}

/* Grid Item Adjustments */
.team-grid-item[b-u5x9fq6qhb] {
    padding: 6px !important;
    transition: transform 0.3s ease;
}

.team-grid-item.needs-margin[b-u5x9fq6qhb] {
    margin-right: 10px;
    margin-bottom: 20px;
}

/* Team Member Container - Parent wrapper */
.team-member-container[b-u5x9fq6qhb] {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    transform-origin: center;
    cursor: pointer;
}



.team-grid-item:hover .team-member-card[b-u5x9fq6qhb] {
    transform: scale(1.05);
}

.team-grid-item:hover .team-member-details-card[b-u5x9fq6qhb] {
    transform: scale(1.07);
}


/* Image Card */
.team-member-card[b-u5x9fq6qhb] {
    position: relative;
    width: 100%;
    padding-bottom: 110%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.team-member-card.ratio-4-5[b-u5x9fq6qhb] {
    transform: scale(1); /* No initial scale change */
    padding-bottom: 125%;
}

.team-member-image[b-u5x9fq6qhb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(5%);
    transition: filter 0.4s ease-out, transform 0.4s ease-out;
}

.team-grid-item:hover .team-member-image[b-u5x9fq6qhb] {
    filter: grayscale(0%);
    transform: scale(1.03);
}

/* Details Card - White box below the image */
.team-member-details-card[b-u5x9fq6qhb] {
    background-color: white;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0; /* Remove negative margin */
}


.member-name[b-u5x9fq6qhb] {
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

.member-title[b-u5x9fq6qhb] {
    opacity: 0.85;
    font-size: 0.85rem;
    color: #333;
    text-align: center;
    margin-bottom: 4px;
    width: 100%;

    font-weight: bold;
}

.member-coverage[b-u5x9fq6qhb] {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    width: 100%;
    height: 120%;
}

/* LinkedIn Button */
.linkedin-btn[b-u5x9fq6qhb] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0a66c2;
    font-size: 0.98rem;
    font-weight: 500;
    text-decoration: none;
    margin-top: 4px;
    transition: color 0.15s;
}

.linkedin-btn:hover[b-u5x9fq6qhb] {
    color: #004182;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1280px) {
    .team-member-card[b-u5x9fq6qhb] {
        border-radius: 6px 6px 0 0;
    }
    
    .team-member-details-card[b-u5x9fq6qhb] {
        padding: 12px;
        border-radius: 0 0 6px 6px;
    }
}

@media (max-width: 960px) {
    .member-name[b-u5x9fq6qhb] {
        font-size: 0.9rem;
    }
    
    .member-title[b-u5x9fq6qhb] {
        font-size: 0.8rem;
    }
}

@media (max-width: 600px) {
    .team-grid-item[b-u5x9fq6qhb] {
        padding: 4px !important;
    }
    
    .team-member-details-card[b-u5x9fq6qhb] {
        padding: 10px;
    }
}
/* /Shared/Components/Shared/BounceAnimation.razor.rz.scp.css */
.at-item[b-xen6hv2337] {
    animation-name: bounce-top-b-xen6hv2337;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 2;
    animation-direction: normal;
    animation-fill-mode: none;

    /* shorthand
    animation: bounce-top 2s linear 0.6s 4 normal none;*/
}
@keyframes bounce-top-b-xen6hv2337 {

    0% {
        transform:translateY(0);
    }
    25% {
        transform:translateY(0);
    }
    40% {
        transform:translateY(-24px);
    }
    55% {
        transform:translateY(0);
    }
    65% {
        transform:translateY(-12px);
    }
    75% {
        transform:translateY(0);
    }
    82% {
        transform:translateY(-6px);
    }
    87% {
        transform:translateY(0);
    }
    93% {
        transform:translateY(-4px);
    }
    100% {
        transform:translateY(0);
    }
}
/* /Shared/Components/Shared/BreadcrumbTrail.razor.rz.scp.css */
.breadcrumb-nav[b-cb0t86fh6g] {
    padding: 10px 0;
    margin-bottom: 20px;
}

    .breadcrumb-nav ol[b-cb0t86fh6g] {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumb-nav li[b-cb0t86fh6g] {
        display: inline-flex;
        align-items: center;
        color: #666;
    }

        .breadcrumb-nav li[b-cb0t86fh6g]::after {
            content: "�";
            margin: 0 8px;
            color: #999;
        }

        .breadcrumb-nav li:last-child[b-cb0t86fh6g]::after {
            content: "";
            margin: 0;
        }

    .breadcrumb-nav a[b-cb0t86fh6g] {
        color: var(--brand-primary);
        text-decoration: none;
    }

        .breadcrumb-nav a:hover[b-cb0t86fh6g] {
            text-decoration: underline;
        }

    .breadcrumb-nav .active[b-cb0t86fh6g] {
        font-weight: 600;
        color: #333;
    }

@media (max-width: 640px) {
    .breadcrumb-nav[b-cb0t86fh6g] {
        font-size: 14px;
    }
}
/* /Shared/Components/Shared/Button.razor.rz.scp.css */
[b-pwu4vkqij5] .mud-button-filled {
    border-radius: 0;
    font-weight: 700;
    font-family: var(--sans);
    font-size: 0.9375rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 8px 22px;
    text-decoration:none;
    box-shadow: none;
    margin: 24px auto 0;
    text-transform: capitalize;
}

[b-pwu4vkqij5] .mud-button-filled:hover {
    box-shadow: none;
    background-color: var(--mud-palette-primary-darken) !important;
}
/* /Shared/Components/Shared/ChartFrame.razor.rz.scp.css */
.chart-frame[b-kdjhjg4wdn] {
    border: 1px solid var(--brand-primary);
}
/* /Shared/Components/Shared/Divider.razor.rz.scp.css */
.divider[b-y3zp4c3y2h] {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
    margin-top: 40px;
    margin-bottom: 16px;
    border-color: #666666;
}
/* /Shared/Components/Shared/GoDownButton.razor.rz.scp.css */



/* /Shared/Components/Shared/LinkedInSvg.razor.rz.scp.css */
svg[b-tl9e9uklwc] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}
/* /Shared/Components/Shared/PageHero.razor.rz.scp.css */
.page-hero[b-xxdw5uhjga] {
    position: relative;
    background-color: white;
    overflow: hidden;
}

/* Mirrors MudContainer MaxWidth.Large (max-width --max, 16/24px gutters) so the
   heading starts on the same left edge as the page content below (round-2 R3). */
.page-hero__inner[b-xxdw5uhjga] {
    max-width: var(--max);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 16px 48px;
}

/* MudContainer gutters switch 16px -> 24px at 600px */
@media (min-width: 600px) {
    .page-hero__inner[b-xxdw5uhjga] {
        padding: 48px 24px 56px;
    }
}

.page-hero__copy[b-xxdw5uhjga] {
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

/* Same face/size/weight as the Home hero heading (.hero__h2) - Alicia 2026-08-25. */
.page-hero__title[b-xxdw5uhjga] {
    font-family: var(--display);
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.page-hero__copy[b-xxdw5uhjga]  p {
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: black;
    margin: 16px 0 0;
    max-width: 800px;
    text-align: justify;
}

.page-hero__graphic[b-xxdw5uhjga] {
    display: none;
}

@media (min-width: 900px) {
    .page-hero__graphic[b-xxdw5uhjga] {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        clip-path: polygon(20.3% 0, 100% 0, 100% 100%, 6% 100%, 0% 78%);
        overflow: hidden;
    }

    /* Copy stays in the left half; the container midpoint equals the viewport
       midpoint, so copy and image meet exactly. */
    .page-hero__copy[b-xxdw5uhjga] {
        max-width: 50%;
        padding-right: 24px;
        box-sizing: border-box;
    }
}

.page-hero__image[b-xxdw5uhjga] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page-hero__down-btn[b-xxdw5uhjga] {
    margin-top: -16px;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
/* /Shared/Components/Shared/Section.razor.rz.scp.css */
.section[b-xx4wxg01wb] {
    padding-top: 64px;
}

[b-xx4wxg01wb] .section__subtitle {
    margin:-16px 0 30px 0;
}

@media (min-width: 600px) {
    .section[b-xx4wxg01wb]  {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 900px) {
    .section[b-xx4wxg01wb]  {
        padding-top: 128px;
    }
}

.section-content[b-xx4wxg01wb] {
    max-width: 1536px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .section-content[b-xx4wxg01wb] {
        padding: 0 20px;
    }
}
/* /Shared/Components/Shared/TextWithTrailingLine.razor.rz.scp.css */
.wrapper[b-90nkbkcwou] {
    display: flex;
    font-size: 16px;
    
}

.line[b-90nkbkcwou] {
    align-self: end;
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: var(--affm-hover);
    margin-left: 10px;
    margin-bottom: 5px;
}
