@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/LivingMessiah/Features/Calendar/Carousel.razor.rz.scp.css */
.carousel-container[b-4oj7muxop1] {
	max-width: 900px;
	margin: 20px auto;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-content[b-4oj7muxop1] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
	text-align: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border-radius: 8px;
}

.carousel-content img[b-4oj7muxop1] {
	max-width: 100%;
	max-height: 250px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

.carousel-content p[b-4oj7muxop1] {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	max-width: 500px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* _content/LivingMessiah/Features/SukkotIndex.razor.rz.scp.css */
/* Component-scoped CSS for SukkotIndex.razor */

.sukkot-logo[b-n0bphul8jr] {
	width: 380px; /* default (xs) */
	height: auto;
	max-width: 100%; /* prevent overflow inside containers */
	display: inline-block;
}

.footer[b-n0bphul8jr] {
	background: linear-gradient(to right, #6c757d, #adb5bd); /* Grey gradient left to right */
	padding: 1rem 0;
	text-align: center;
	margin-top: 0.5rem; /* Reduced margin top */
}
	.footer a[b-n0bphul8jr] {
		color: #ffffff;
		text-decoration: none;
		transition: color 0.3s;
	}

		.footer a:hover[b-n0bphul8jr] {
			color: #f8f9fa;
		}


/* Adjust sizes using Bootstrap-like breakpoints */
@media (min-width: 576px) {
	.sukkot-logo[b-n0bphul8jr] {
		width: 520px;
	}
}

@media (min-width: 768px) {
	.sukkot-logo[b-n0bphul8jr] {
		width: 620px;
	}
}

@media (min-width: 992px) {
	.sukkot-logo[b-n0bphul8jr] {
		width: 720px;
	}
}

@media (min-width: 1200px) {
	.sukkot-logo[b-n0bphul8jr] {
		width: 820px;
	}
}

/* Alternative: fluid sizing using clamp (uncomment to use)
.sukkot-logo {
  width: clamp(120px, 25vw, 520px);
}
*/
/* _content/LivingMessiah/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tektmjm0k4] {
    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-tektmjm0k4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
