/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityCard.razor.rz.scp.css */

/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityContact.razor.rz.scp.css */
/* ---------------------------------------------
   Section wrapper
--------------------------------------------- */
.facility-contact[b-4l764n8900] {
    padding-block: 1rem;
}

/* ---------------------------------------------
   Heading
--------------------------------------------- */
.facility-contact-heading[b-4l764n8900] {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* ---------------------------------------------
   Contact list
--------------------------------------------- */
.contact-list[b-4l764n8900] {
    margin: 0;
    padding: 0;
}

.contact-item[b-4l764n8900] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

/* ---------------------------------------------
   Icons (Bootstrap Icons)
--------------------------------------------- */
.contact-icon[b-4l764n8900] {
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
    color: var(--bs-secondary);
    opacity: 0.85;
}

/* ---------------------------------------------
   Text + Links
--------------------------------------------- */
.contact-link[b-4l764n8900],
.contact-text[b-4l764n8900] {
    font-weight: 500;
}

.contact-link[b-4l764n8900] {
    color: var(--bs-primary);
    text-decoration: none;
}

    .contact-link:hover[b-4l764n8900] {
        text-decoration: underline;
    }
/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityEquipment.razor.rz.scp.css */
/* ---------------------------------------------
   Section wrapper
--------------------------------------------- */
section[b-k86myp1k02] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* ---------------------------------------------
   Heading
--------------------------------------------- */
h2.h4[b-k86myp1k02] {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* ---------------------------------------------
   Equipment list
--------------------------------------------- */
ul[b-k86myp1k02] {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

li[b-k86myp1k02] {
    margin-bottom: 0.35rem;
    line-height: 1.45;
    color: var(--bs-body-color);
}

    /* Optional: branded bullet color */
    li[b-k86myp1k02]::marker {
        color: var(--bs-black);
    }
/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityGallery.razor.rz.scp.css */
/* ---------------------------------------------
   Multi-item carousel layout
--------------------------------------------- */
.multi-carousel[b-7zjm6nwo8m] {
    position: relative;
    padding: 0 3rem; /* space for outside arrows */
}

    /* Center the row inside each slide */
    .multi-carousel .carousel-item .row[b-7zjm6nwo8m] {
        justify-content: center;
    }

/* ---------------------------------------------
   Outside arrows
--------------------------------------------- */
.outside-arrow[b-7zjm6nwo8m] {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev.outside-arrow[b-7zjm6nwo8m] {
    left: -2.5rem;
}

.carousel-control-next.outside-arrow[b-7zjm6nwo8m] {
    right: -2.5rem;
}

/* Black arrows */
.black-arrow[b-7zjm6nwo8m] {
    filter: invert(1) brightness(0);
}

/* ---------------------------------------------
   Hide arrows on mobile
--------------------------------------------- */
@media (max-width: 576px) {
    .outside-arrow[b-7zjm6nwo8m] {
        display: none !important;
    }

    /* Optional: remove left/right padding on mobile */
    .multi-carousel[b-7zjm6nwo8m] {
        padding: 0;
    }
}

/* ---------------------------------------------
   Image styling
--------------------------------------------- */
.gallery-image[b-7zjm6nwo8m] {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .gallery-image:hover[b-7zjm6nwo8m] {
        transform: translateY(-2px);
        box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.12);
    }

/* ---------------------------------------------
   Lightbox
--------------------------------------------- */
.lightbox-image[b-7zjm6nwo8m] {
    max-height: 90vh;
    object-fit: contain;
    background-color: #000;
}

.lightbox-nav[b-7zjm6nwo8m] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    background: rgba(0,0,0,0.3);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 0.25rem;
    transition: background 0.2s ease;
}

    .lightbox-nav:hover[b-7zjm6nwo8m] {
        background: rgba(0,0,0,0.5);
    }

    .lightbox-nav.prev[b-7zjm6nwo8m] {
        left: 1rem;
    }

    .lightbox-nav.next[b-7zjm6nwo8m] {
        right: 1rem;
    }
/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityHero.razor.rz.scp.css */
:host[b-0i1s4d1y4z] {
    display: block;
}

/* ---------------------------------------------
   Hero Wrapper
--------------------------------------------- */
.facility-hero[b-0i1s4d1y4z] {
    background: var(--bs-light-bg-subtle, #f8f9fa);
    border-radius: 0.75rem;
}

/* ---------------------------------------------
   Title
--------------------------------------------- */
.facility-hero h1[b-0i1s4d1y4z] {
    line-height: 1.2;
}

/* ---------------------------------------------
   Tagline
--------------------------------------------- */
.facility-hero .lead[b-0i1s4d1y4z] {
    font-size: 1.25rem;
    max-width: 42rem;
}

/* ---------------------------------------------
   Icon Row
--------------------------------------------- */
.facility-hero i[b-0i1s4d1y4z] {
    font-size: 1.1rem;
    color: var(--bs-primary);
}

/* ---------------------------------------------
   Image
--------------------------------------------- */
.facility-hero-image[b-0i1s4d1y4z] {
    object-fit: cover;
    width: 100%;
    max-height: 320px;
    border-radius: 0.75rem;
}
/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityMiniMapEmbed.razor.rz.scp.css */
.mini-map-wrapper[b-sptrju90zv] {
    width: 100%;
    height: 140px; /* small preview height */
    overflow: hidden;
}
/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityServices.razor.rz.scp.css */
/* Moved to lifco-design-system.css */

/* _content/LifcoBlazorClassLibrary/Features/Facilities/Components/FacilityTeam.razor.rz.scp.css */
/* ---------------------------------------------
   Section wrapper
--------------------------------------------- */
.facility-team[b-z0vwd3z6hj] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* ---------------------------------------------
   Card styling
--------------------------------------------- */
.team-card[b-z0vwd3z6hj] {
    background: var(--bs-light-bg-subtle, #f8f9fa);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: center;
}

    .team-card:hover[b-z0vwd3z6hj] {
        transform: translateY(-3px);
        box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.12);
    }

/* ---------------------------------------------
   Circular photo with subtle ring border
--------------------------------------------- */
.team-photo-wrapper[b-z0vwd3z6hj] {
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    /* Subtle ring */
    border: 3px solid var(--bs-border-color);
    box-shadow: 0 0 0 3px var(--bs-light-bg-subtle);
    background: var(--bs-tertiary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-photo[b-z0vwd3z6hj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------------------------------------------
   Name + Role badge
--------------------------------------------- */
.team-name[b-z0vwd3z6hj] {
    font-weight: 600;
}

.team-role-badge[b-z0vwd3z6hj] {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text);
    border: 1px solid var(--bs-primary-border-subtle);
    border-radius: 0.5rem;
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterCard.razor.rz.scp.css */
.newsletter-card-link[b-qmds3f12e6] {
	display: block;
	height: 100%;
	text-decoration: none;
}

.newsletter-card[b-qmds3f12e6] {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 0.65rem;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

/* Text block flexes to fill remaining space */
.newsletter-card-body[b-qmds3f12e6] {
	flex: 1 1 auto;
	padding: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* Clamp summary so long text doesn't break layout */
.newsletter-summary[b-qmds3f12e6] {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Allow image to size naturally */
.newsletter-card-media[b-qmds3f12e6] {
	width: 100%;
	overflow: hidden;
	flex-shrink: 0;
}

/* Show entire image */
.newsletter-card-image[b-qmds3f12e6] {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.newsletter-card-link:hover .newsletter-card-image[b-qmds3f12e6],
.newsletter-card-link:focus-visible .newsletter-card-image[b-qmds3f12e6] {
	transform: scale(1.02);
}

.newsletter-card-footer[b-qmds3f12e6] {
	padding: 1rem;
	display: flex;
	justify-content: center;
}

/* Neutral button */
.newsletter-card-button[b-qmds3f12e6] {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 0.4rem;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	color: #333;
	font-size: 0.9rem;
	font-weight: 600;
	transition: background-color 160ms ease, color 160ms ease;
}

.newsletter-card-link:hover .newsletter-card-button[b-qmds3f12e6],
.newsletter-card-link:focus-visible .newsletter-card-button[b-qmds3f12e6] {
	background-color: #e5e5e5;
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterContentRenderer.razor.rz.scp.css */
/* ===== Core Layout ===== */
.newsletter-content[b-9e0owvsx5t] {
	display: grid;
	gap: 2rem; /* more breathing room for promo feel */
}

/* ===== Body Text ===== */
.newsletter-body-block[b-9e0owvsx5t] {
	max-width: 48rem;
	margin-inline: auto;
	text-align: center;
}

.newsletter-body-html[b-9e0owvsx5t],
.newsletter-body-markdown[b-9e0owvsx5t],
.newsletter-body-fallback[b-9e0owvsx5t] {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.75;
	color: #333;
	letter-spacing: -0.15px;
}

/* ===== Image Grid ===== */
.newsletter-images[b-9e0owvsx5t] {
	display: grid;
	gap: 2rem;
	max-width: 64rem;
	margin-inline: auto;
}

/* ===== Image Item ===== */
.newsletter-image-item[b-9e0owvsx5t] {
	display: grid;
	gap: 1rem;
	margin: 0;
}

/* ===== Promo Copy ===== */
.newsletter-image-copy[b-9e0owvsx5t] {
	max-width: 48rem;
	margin-inline: auto;
	text-align: center;
}

.newsletter-image-heading[b-9e0owvsx5t] {
	margin: 0;
	font-size: 1.85rem;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #111;
	line-height: 1.25;
}

.newsletter-image-description[b-9e0owvsx5t] {
	margin: 0.35rem 0 0 0;
	font-size: 1.15rem;
	line-height: 1.65;
	color: #444;
	letter-spacing: -0.1px;
}

/* ===== Promo Image Link ===== */
.newsletter-image-link[b-9e0owvsx5t] {
	display: flex;
	justify-content: center;
	text-decoration: none;
}

	.newsletter-image-link:hover .newsletter-image[b-9e0owvsx5t],
	.newsletter-image-link:focus-visible .newsletter-image[b-9e0owvsx5t] {
		transform: translateY(-4px) scale(1.015);
		box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.22);
	}

/* ===== Image ===== */
.newsletter-image[b-9e0owvsx5t] {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

/* ===== Optional: Subtle Fade-In ===== */
.newsletter-body-block[b-9e0owvsx5t],
.newsletter-image-copy[b-9e0owvsx5t] {
	animation: fadeIn-b-9e0owvsx5t 0.45s ease-out both;
}

@keyframes fadeIn-b-9e0owvsx5t {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ===== Mobile Adjustments ===== */
@media (max-width: 576px) {
	.newsletter-image-heading[b-9e0owvsx5t] {
		font-size: 1.55rem;
	}

	.newsletter-image-description[b-9e0owvsx5t],
	.newsletter-body-markdown[b-9e0owvsx5t],
	.newsletter-body-fallback[b-9e0owvsx5t] {
		font-size: 1.05rem;
	}
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterEmailRenderer.razor.rz.scp.css */
.newsletter-email-renderer[b-zs9s3w5obm] {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    text-align: center; /* centers the images */
}

.newsletter-email-renderer-image[b-zs9s3w5obm] {
    display: block;
    width: 600px; /* lock to native width */
    max-width: 100%; /* allow shrinking on mobile */
    height: auto;
    margin: 0 auto; /* center horizontally */
    padding: 0;
    border: 0;
}

.newsletter-email-renderer-link[b-zs9s3w5obm] {
    display: block;
    margin: 0;
    padding: 0;
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterHero.razor.rz.scp.css */
.newsletter-hero[b-ld4skh48bw] {
	padding: 0.75rem 0 1rem;
	display: grid;
	gap: 0.5rem;
	text-align: center;
}

.newsletter-hero-title[b-ld4skh48bw] {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.35rem);
	line-height: 1.2;
}

.newsletter-hero-description[b-ld4skh48bw] {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 52rem;
	justify-self: center;
}

.newsletter-author[b-ld4skh48bw] {
	font-size: 0.95rem;
}

@media (min-width: 992px) {
	.newsletter-hero-description[b-ld4skh48bw] {
		font-size: 1.05rem;
	}
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterOffer.razor.rz.scp.css */
.offer-section[b-msbhetthhd] {
	display: grid;
	gap: 0.65rem;
	justify-items: center;
	text-align: center;
	padding: 1.2rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.offer-badge[b-msbhetthhd] {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.offer-title[b-msbhetthhd] {
	margin: 0;
	font-size: clamp(1.2rem, 2.1vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
}

.offer-description[b-msbhetthhd] {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 52rem;
}

.offer-discount[b-msbhetthhd] {
	margin: 0;
	font-weight: 700;
}

.newsletter-offer-dates[b-msbhetthhd] {
	margin: 0;
	font-size: 0.92rem;
}
/* _content/LifcoBlazorClassLibrary/Features/Newsletters/Components/NewsletterTagList.razor.rz.scp.css */
.newsletter-tag-list[b-habs4jg6qd] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
	justify-content: center;
}

.newsletter-tag[b-habs4jg6qd] {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 500;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-10/SchematicLayout10.razor.rz.scp.css */
/* Shared schematic-eng-* styles come from wwwroot/css/schematic-engineering.css. */
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-1/SchematicLayout1.razor.rz.scp.css */
/* All schematic-eng-* styles are shared via wwwroot/css/schematic-engineering.css */
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-2/SchematicLayout2.razor.rz.scp.css */
.schematic-2-document[b-lskc4z9ju8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 1.5rem;
    padding: 1.5rem;
    border: 1px solid #d5d7db;
    background: #ffffff;
}

.schematic-2-header[b-lskc4z9ju8] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d5d7db;
}

.schematic-2-header__branding[b-lskc4z9ju8] {
    flex: 0 0 auto;
}

.schematic-2-header__logo[b-lskc4z9ju8] {
    max-width: 160px;
    height: auto;
    display: block;
}

.schematic-2-header__titles[b-lskc4z9ju8] {
    flex: 1 1 auto;
}

.schematic-2-header__title[b-lskc4z9ju8] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.schematic-2-header__subtitle[b-lskc4z9ju8] {
    margin: 0.5rem 0 0;
    color: #4b5563;
}

.schematic-2-meta-grid[b-lskc4z9ju8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-content: start;
}

.schematic-2-meta-grid__item[b-lskc4z9ju8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    border: 1px solid #d5d7db;
    background: #f9fafb;
}

.schematic-2-meta-grid__item--wide[b-lskc4z9ju8] {
    grid-column: 1 / -1;
}

.schematic-2-meta-grid__label[b-lskc4z9ju8] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.schematic-2-meta-grid__value[b-lskc4z9ju8] {
    color: #111827;
}

.schematic-2-schematic[b-lskc4z9ju8] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #d5d7db;
    background: #ffffff;
}

.schematic-2-schematic__image[b-lskc4z9ju8] {
    max-width: 100%;
    height: auto;
    display: block;
}

.schematic-2-highlights[b-lskc4z9ju8],
.schematic-2-notes[b-lskc4z9ju8] {
    padding: 1rem;
    border: 1px solid #d5d7db;
    background: #f9fafb;
}

.schematic-2-highlights__title[b-lskc4z9ju8],
.schematic-2-notes__title[b-lskc4z9ju8] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
}

.schematic-2-highlights__list[b-lskc4z9ju8],
.schematic-2-notes__list[b-lskc4z9ju8] {
    margin: 0;
    padding-left: 1.25rem;
}

.schematic-2-highlights__item[b-lskc4z9ju8],
.schematic-2-notes__item[b-lskc4z9ju8] {
    margin-bottom: 0.5rem;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-3/SchematicLayout3.razor.rz.scp.css */
.schematic-layout3-description[b-8p2wrabvzz] {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.schematic-layout3-description td[b-8p2wrabvzz] {
    border: none;
}

.schematic-layout3-description .schematic-eng-text--roboto[b-8p2wrabvzz] {
    font-size: 15px;
    line-height: 1.6;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-4/SchematicLayout4.razor.rz.scp.css */
/* Layout4-specific: timing header cells get grey background matching the HTML spec */
.schematic-layout4-header-row td[b-h76gjzczgv] {
    background-color: #f5f5f5;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-5/SchematicLayout5.razor.rz.scp.css */
/* Layout5-specific: port table th and td styling (shared CSS only styles td, not th) */
.schematic-layout5-port-table[b-n7ucprwbuc] {
    table-layout: fixed;
}

    .schematic-layout5-port-table th[b-n7ucprwbuc],
    .schematic-layout5-port-table td[b-n7ucprwbuc] {
        border: 2px solid #000000;
        padding: 8px 12px;
        text-align: center;
        vertical-align: middle;
    }

.schematic-layout5-port-table td[b-n7ucprwbuc] {
    overflow-wrap: anywhere;
}

.schematic-layout5-section-header[b-n7ucprwbuc] {
    text-align: left;
}

.schematic-layout5-empty-label[b-n7ucprwbuc] {
    text-align: center;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-6/SchematicLayout6.razor.rz.scp.css */
/* Shared schematic-eng-* styles come from wwwroot/css/schematic-engineering.css. */

.schematic-layout6-adjustment-table[b-c1p5ls3wrf],
.schematic-layout6-response-table[b-c1p5ls3wrf] {
    table-layout: fixed;
}

.schematic-layout6-adjustment-table th[b-c1p5ls3wrf],
.schematic-layout6-response-table th[b-c1p5ls3wrf] {
    border: 2px solid #000000;
    padding: 8px 12px;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}

.schematic-layout6-adjustment-table td[b-c1p5ls3wrf],
.schematic-layout6-response-table td[b-c1p5ls3wrf] {
    vertical-align: middle;
    text-align: center;
}
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-7/SchematicLayout7.razor.rz.scp.css */
/* Shared schematic-eng-* styles come from wwwroot/css/schematic-engineering.css. */
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-8/SchematicLayout8.razor.rz.scp.css */
/* Shared schematic-eng-* styles come from wwwroot/css/schematic-engineering.css. */
/* _content/LifcoBlazorClassLibrary/Features/Schematics/Components/schematic-layout-9/SchematicLayout9.razor.rz.scp.css */
/* Shared schematic-eng-* styles come from wwwroot/css/schematic-engineering.css. */
/* _content/LifcoBlazorClassLibrary/FileBrowser/Public/PublicFileBrowser.razor.rz.scp.css */
/* ============================================================
   PublicFileBrowser � Full Responsive Stylesheet (Merged)
   ------------------------------------------------------------
   Includes:
   - Original styles
   - Responsive header
   - Collapse smoothing
   - Mobile-friendly spacing
   - Optional responsive grid
   - Overflow protection
============================================================ */


/* ================================
   Print Helpers
================================ */
@media print {
    .no-print[b-9umgx4hjn5] {
        display: none !important;
        height: 0;
    }
}


/* ================================
   Card Header � Responsive Layout
================================ */
.card-header[b-9umgx4hjn5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    flex-wrap: wrap; /* allows wrapping on small screens */
}

    .card-header h6[b-9umgx4hjn5] {
        flex: 1 1 auto;
        min-width: 0; /* prevents overflow */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .card-header button[b-9umgx4hjn5] {
        padding: .25rem .5rem;
        min-width: 32px;
        min-height: 32px;
    }

        .card-header button:focus[b-9umgx4hjn5] {
            outline: none;
            box-shadow: none;
        }


/* ================================
   Collapse Transition Smoothing
================================ */
#collapseCardBody.collapse[b-9umgx4hjn5] {
    transition: height .25s ease;
}


/* ================================
   Card Body � Responsive Padding
================================ */
.card-body[b-9umgx4hjn5] {
    padding: 1rem;
}

@media (min-width: 768px) {
    .card-body[b-9umgx4hjn5] {
        padding: 1.25rem 1.5rem;
    }
}


/* ================================
   Responsive Grid (Optional)
   Applied when parent uses .lifco-pfb-grid
================================ */
.lifco-pfb-grid[b-9umgx4hjn5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .lifco-pfb-grid[b-9umgx4hjn5] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
        gap: 1.25rem;
    }
}


/* ================================
   Overflow Safety for Child Media
================================ */
.public-file-media[b-9umgx4hjn5],
.pfm-card[b-9umgx4hjn5],
.pfm-thumb[b-9umgx4hjn5],
.pfm-img[b-9umgx4hjn5] {
    min-width: 0; /* critical for flex/grid layouts */
}


/* ================================
   Grid Spacing Overrides (Optional)
================================ */
.lifco-pfb-grid .col-auto[b-9umgx4hjn5] {
    /* Customize if needed */
}
/* _content/LifcoBlazorClassLibrary/FileBrowser/Public/PublicFileMedia.razor.rz.scp.css */
/* ============================================================
   PublicFileMedia � Full Responsive Stylesheet (Merged)
   ------------------------------------------------------------
   Includes:
   - Original layout
   - Size classes
   - Mobile stacking
   - Fix for oversized placeholder images
   - Safe image scaling
============================================================ */

/* ================================
   File/Media Card Layout
================================ */
.pfm-card[b-m2pxahg9q3] {
    cursor: pointer;
    display: flex;
    flex-direction: row; /* default: two columns */
    gap: 1rem;
    padding: 0.5rem;
    width: 100%;
    align-items: center;
}

/* Thumbnail container */
.pfm-thumb[b-m2pxahg9q3] {
    flex-shrink: 0; /* prevents shrinking on desktop */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Thumbnail image */
.pfm-img[b-m2pxahg9q3] {
    object-fit: contain;
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    max-width: 100%; /* ensures no overflow */
}

/* Body content */
.pfm-body[b-m2pxahg9q3] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pfm-title[b-m2pxahg9q3] {
    font-weight: 500;
    margin-bottom: 0.25rem;
    overflow-wrap: anywhere; /* prevent text overflow */
}

.pfm-description[b-m2pxahg9q3] {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

.pfm-body .badge[b-m2pxahg9q3] {
    font-size: 0.75rem;
}

/* ================================
   Thumbnail Sizes
================================ */
.pfm-size-xs .pfm-thumb[b-m2pxahg9q3] {
    width: 60px;
}
/* tiny */
.pfm-size-sm .pfm-thumb[b-m2pxahg9q3] {
    width: 80px;
}
/* small */
.pfm-size-md .pfm-thumb[b-m2pxahg9q3] {
    width: 100px;
}
/* medium */
.pfm-size-lg .pfm-thumb[b-m2pxahg9q3] {
    width: 120px;
}
/* large */
.pfm-size-xl .pfm-thumb[b-m2pxahg9q3] {
    width: 140px;
}
/* huge */

/* ================================
   Responsive: stack on small screens
================================ */
@media (max-width: 576px) {
    /* Center the entire card content on mobile */
    .pfm-card[b-m2pxahg9q3] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pfm-thumb[b-m2pxahg9q3] {
        flex-shrink: 1 !important; /* allow shrinking on mobile */
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0.5rem;
    }

    .pfm-img[b-m2pxahg9q3] {
        max-height: 100px; /* or 120px if you want tighter */
        width: auto !important;
        height: auto !important;
        object-fit: contain;
        margin: 0 auto;
    }
}

/* ================================
   Extra Safety: Prevent overflow
================================ */
.public-file-media[b-m2pxahg9q3],
.pfm-card[b-m2pxahg9q3],
.pfm-thumb[b-m2pxahg9q3],
.pfm-img[b-m2pxahg9q3] {
    min-width: 0; /* critical for flex layouts */
}
/* _content/LifcoBlazorClassLibrary/FileBrowser/Public/PublicSingleImageByTag.razor.rz.scp.css */
.psi-container[b-2vh5evo4p2] {
        display: inline-block;
    }

    .psi-img[b-2vh5evo4p2] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .psi-size-xs[b-2vh5evo4p2] {
        max-width: 100px;
    }

    .psi-size-sm[b-2vh5evo4p2] {
        max-width: 200px;
    }

    .psi-size-md[b-2vh5evo4p2] {
        max-width: 400px;
    }

    .psi-size-lg[b-2vh5evo4p2] {
        max-width: 600px;
    }

    .psi-size-xl[b-2vh5evo4p2] {
        max-width: 800px;
    }
/* _content/LifcoBlazorClassLibrary/FlipBook/FlipBookComponent.razor.rz.scp.css */
/* ── Full-page dark backdrop ── */
.flipbook-modal-backdrop[b-8m9q4i9nxz] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.flipbook-modal-inner[b-8m9q4i9nxz] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    overflow: hidden;
}

/* ── Top bar ── */
.flipbook-modal-topbar[b-8m9q4i9nxz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.55);
    flex-shrink: 0;
    gap: 12px;
    z-index: 10001;
    position: relative;
}

.flipbook-nav[b-8m9q4i9nxz] {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
}


.flipbook-page-info[b-8m9q4i9nxz] {
    font-size: 0.88rem;
    color: #e0e0e0;
    min-width: 110px;
    text-align: center;
    white-space: nowrap;
}

.flipbook-actions[b-8m9q4i9nxz] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: absolute;
    right: 50px;
    top: 60%;
}

.flipbook-download-btn[b-8m9q4i9nxz] {
    color: #fff !important;
    border-color: rgba(255,255,255,0.45) !important;
    font-size: 0.82rem;
    white-space: nowrap;
    text-decoration: none;
}
.flipbook-close-btn[b-8m9q4i9nxz] {
    color: #fff !important;
    border-color: rgba(255,255,255,0.45) !important;
    background-color: #000 !important;
    font-size: 1.2rem;
    
    white-space: nowrap;
    text-decoration: none;
}

    .flipbook-download-btn:hover[b-8m9q4i9nxz] {
        background: rgba(255,255,255,0.12) !important;
    }

/* ── Loading spinner ── */
.flipbook-spinner-wrap[b-8m9q4i9nxz] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    pointer-events: none;
}

.flipbook-spinner[b-8m9q4i9nxz] {
    width: 52px;
    height: 52px;
    border: 6px solid rgba(255,255,255,0.2);
    border-top-color: #4da3ff;
    border-radius: 50%;
    animation: fb-spin-b-8m9q4i9nxz 0.75s linear infinite;
    margin-bottom: 14px;
}

@keyframes fb-spin-b-8m9q4i9nxz {
    to {
        transform: rotate(360deg);
    }
}

.flipbook-spinner-text[b-8m9q4i9nxz] {
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.flipbook-progress-bar[b-8m9q4i9nxz] {
    width: 220px;
    height: 6px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
}

.flipbook-progress-fill[b-8m9q4i9nxz] {
    height: 100%;
    width: 0%;
    background: #4da3ff;
    transition: width 0.2s ease;
}

/* ── Host wrapper fills remaining vertical space ── */
.flipbook-host-wrap[b-8m9q4i9nxz] {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 12px 0 16px;
    height: 100%;
}

/* ── Scroll mode ── */
.flipbook-scroll[b-8m9q4i9nxz] {
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
}

    .flipbook-scroll .scroll-page[b-8m9q4i9nxz] {
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,.25);
        width: 100%;
        max-width: 600px;
    }

        .flipbook-scroll .scroll-page canvas[b-8m9q4i9nxz] {
            display: block;
            width: 100%;
            height: auto;
        }

#flipbook[b-8m9q4i9nxz] {
    position: relative;
}

    /* Centre-spine shadow — hidden when only one page is showing */
    #flipbook[b-8m9q4i9nxz]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 12px;
        transform: translateX(-50%);
        background: linear-gradient( to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(255,255,255,0.4) 50%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0.15) 100% );
        border-radius: 6px;
        z-index: 9999;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    #flipbook.single-page-active[b-8m9q4i9nxz]::before {
        opacity: 0;
    }

    #flipbook .page[b-8m9q4i9nxz] {
        background: white;
        box-shadow: 0 0 5px #666;
    }
/* _content/LifcoBlazorClassLibrary/Modal/LifcoModalComponent.razor.rz.scp.css */


:root[b-z76o97lqb1] {
    --modal-bg: #0b1220cc;
    --panel-bg: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --ring: #3b82f6;
    --shadow: 0 20px 60px rgba(0,0,0,.25);
    --radius: 14px;
}

/* Base */
#modal.modal[b-z76o97lqb1] {
    position: fixed;
    inset: 0;
    height:100vh;
    display: none;
    z-index: 9999;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

    /* Add .is-open to show */
    #modal.modal.is-open[b-z76o97lqb1] {
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }

#modal .modal__backdrop[b-z76o97lqb1] {
    position: absolute;
    inset: 0;
    background: var(--modal-bg);
    backdrop-filter: blur(6px);
    animation: modalFade-b-z76o97lqb1 .18s ease-out;
}

#modal .modal__panel[b-z76o97lqb1] {
    position: relative;
    margin: min(12vh, 96px) auto;
    width: min(720px, calc(100% - 32px));
    background: var(--panel-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transform-origin: top center;
    animation: modalPop-b-z76o97lqb1 .18s ease-out;
}

#modal .modal__header[b-z76o97lqb1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

#modal .modal__title[b-z76o97lqb1] {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--text);
    font-weight: 650;
    letter-spacing: .2px;
}

#modal .modal__close[b-z76o97lqb1] {
    appearance: none;
    border: 0;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--muted);
    font-size: 22px;
    line-height: 1;
    display: grid;
    place-items: center;
}

    #modal .modal__close:hover[b-z76o97lqb1] {
        background: rgba(15, 23, 42, 0.06);
        color: var(--text);
    }

    #modal .modal__close:focus-visible[b-z76o97lqb1] {
        outline: 3px solid color-mix(in srgb, var(--ring) 35%, transparent);
        outline-offset: 2px;
    }

#modal .modal__body[b-z76o97lqb1] {
    padding: 18px 20px;
    color: var(--text);
    margin: 0 auto;
    
}

    #modal .modal__body p[b-z76o97lqb1] {
        margin: 0;
        color: var(--muted);
        line-height: 1.6;
    }

#modal .modal__footer[b-z76o97lqb1] {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.02), transparent);
}

/* Buttons */
#modal .btn[b-z76o97lqb1] {
    border: 0;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

#modal .btn--primary[b-z76o97lqb1] {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
}

    #modal .btn--primary:hover[b-z76o97lqb1] {
        background: #1d4ed8;
    }

#modal .btn--ghost[b-z76o97lqb1] {
    background: rgba(15, 23, 42, 0.06);
    color: var(--text);
}

    #modal .btn--ghost:hover[b-z76o97lqb1] {
        background: rgba(15, 23, 42, 0.10);
    }

@keyframes modalFade-b-z76o97lqb1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalPop-b-z76o97lqb1 {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Optional: prevent background scroll when modal open (toggle class on body) */
body.modal-open[b-z76o97lqb1] {
    overflow: hidden;
}


/* _content/LifcoBlazorClassLibrary/Modal/ModalContent/Loading.razor.rz.scp.css */
#modal-title[b-3k1pht6jps] {
    text-align: center;
    margin-bottom: 1.6rem;
    color: #2563eb;
}

.ring[b-3k1pht6jps] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: conic-gradient(#2563eb 0 85deg, rgba(0,0,0,.12) 85deg 360deg);
    -webkit-mask: radial-gradient(transparent 58%, #000 60%); /* cut out center */
    mask: radial-gradient(transparent 58%, #000 60%);
    animation: spin-b-3k1pht6jps .9s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-3k1pht6jps {
    to {
        transform: rotate(360deg);
    }
}
/* _content/LifcoBlazorClassLibrary/Navigation/BreadCrumbShared.razor.rz.scp.css */
.breadcrumbs[b-ex8kmze954] {
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    height: auto;
    font-size: 0;
    line-height: 0;
}

    /* Each crumb */
    .breadcrumbs li[b-ex8kmze954] {
        position: relative;
        display: flex;
        align-items: stretch;
        border-left: 1px solid var(--crumb-border);
        transition: 0.3s ease;
    }

        /* Link */
        .breadcrumbs li a[b-ex8kmze954] {
            display: flex;
            align-items: center;
            height: 40px;
            padding: 0 15px 0 25px;
            font-size: var(--crumb-font-size);
            font-weight: var(--crumb-font-weight);
            font-family: var(--crumb-font-family);
            color: var(--crumb-text);
            background: var(--crumb-bg);
            border: 1px solid var(--crumb-border-light);
            white-space: nowrap;
            overflow: hidden;
            text-decoration: none;
            transition: 0.3s ease;
        }

            /* Icon */
            .breadcrumbs li a i[b-ex8kmze954] {
                margin-right: 6px;
                font-size: var(--crumb-font-size);
            }

        /* Hover */
        .breadcrumbs li:hover[b-ex8kmze954]::before {
            border-left-color: var(--crumb-hover-bg);
        }

        .breadcrumbs li:hover a[b-ex8kmze954] {
            background: var(--crumb-hover-bg);
            color: var(--crumb-active-text);
        }

        /* Arrow foreground (white cutout) */
        .breadcrumbs li[b-ex8kmze954]::before {
            content: "";
            position: absolute;
            right: -9px;
            top: 0;
            z-index: 3;
            border-left: 10px solid var(--crumb-bg);
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            transition: 0.3s ease;
        }

        /* Arrow background (border accent) */
        .breadcrumbs li[b-ex8kmze954]::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 0;
            z-index: 2;
            border-left: 10px solid var(--crumb-border);
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        /* Active crumb */
        .breadcrumbs li.active a[b-ex8kmze954] {
            background: var(--crumb-active-bg);
            color: var(--crumb-active-text);
        }

        /* First crumb */
        .breadcrumbs li.first[b-ex8kmze954] {
            border-left: none;
        }

            .breadcrumbs li.first a[b-ex8kmze954] {
                padding-left: 20px;
                border-radius: 5px 0 0 5px;
            }

        /* Last crumb */
        .breadcrumbs li.last[b-ex8kmze954]::before,
        .breadcrumbs li.last[b-ex8kmze954]::after {
            display: none;
        }

        .breadcrumbs li.last a[b-ex8kmze954] {
            padding-right: 20px;
            border-radius: 0 40px 40px 0;
        }

/* -------------------------------------------------- */
/* SMALL SCREENS — significantly smaller geometry */
/* -------------------------------------------------- */
@media (max-width: 768px) {
    .breadcrumbs[b-ex8kmze954] {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

        /* Shrink overall height */
        .breadcrumbs li a[b-ex8kmze954] {
            height: 26px; /* compact */
            padding: 0 10px 0 14px;
            font-size: calc(var(--crumb-font-size) - 4px); /* 11px if base is 15px */
            line-height: 26px;
        }

            .breadcrumbs li a i[b-ex8kmze954] {
                font-size: calc(var(--crumb-font-size) - 4px);
                margin-right: 4px;
            }

        /* Shrink arrow geometry */
        .breadcrumbs li[b-ex8kmze954]::before,
        .breadcrumbs li[b-ex8kmze954]::after {
            border-top-width: 13px;
            border-bottom-width: 13px;
            right: -6px;
        }

        .breadcrumbs li[b-ex8kmze954]::before {
            border-left-width: 7px;
        }

        .breadcrumbs li[b-ex8kmze954]::after {
            border-left-width: 7px;
        }

        /* First + last adjustments */
        .breadcrumbs li.first a[b-ex8kmze954] {
            padding-left: 14px;
        }

        .breadcrumbs li.last a[b-ex8kmze954] {
            padding-right: 14px;
        }
}

/* -------------------------------------------------- */
/* MEDIUM SCREENS — slightly reduced geometry */
/* -------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
    .breadcrumbs li a[b-ex8kmze954] {
        height: 36px;
        padding: 0 14px 0 22px;
        font-size: calc(var(--crumb-font-size) - 2px);
    }

    .breadcrumbs li[b-ex8kmze954]::before,
    .breadcrumbs li[b-ex8kmze954]::after {
        border-top-width: 18px;
        border-bottom-width: 18px;
        right: -8px;
    }

    .breadcrumbs li[b-ex8kmze954]::before {
        border-left-width: 9px;
    }

    .breadcrumbs li[b-ex8kmze954]::after {
        border-left-width: 9px;
    }
}
