.isc-wrapper-1e5d4c4d {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	font-family: var(--e-global-typography-primary-font-family, sans-serif);
}

.isc-card-1e5d4c4d {
	background-color: #F7F7F7;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.isc-header-1e5d4c4d {
	position: relative;
	height: 280px;
	background-size: cover;
	background-position: center;
	border-radius: 32px;
	margin: 8px;
	overflow: hidden;
	z-index: 2;
}

/* Default overlay if no gradient set in controls */
.isc-header-overlay-1e5d4c4d {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
}


/* Alignment & Button Pos Logic using Elementor Prefix Classes */

.isc-header-content-1e5d4c4d {
	display: flex;
	width: 100%;
	/* Default inline, left align */
	align-items: flex-end;
	justify-content: space-between;
}


/* Left */
.isc-align-left .isc-header-text-1e5d4c4d,
.isc-align-left .isc-content-inner-1e5d4c4d {
	text-align: left;
}
.isc-align-left .isc-tags-1e5d4c4d { justify-content: flex-start; }

/* Right */
.isc-align-right .isc-header-content-1e5d4c4d {
	flex-direction: row-reverse;
}
.isc-align-right .isc-header-text-1e5d4c4d,
.isc-align-right .isc-content-inner-1e5d4c4d {
	text-align: right;
}
.isc-align-right .isc-tags-1e5d4c4d { justify-content: flex-end; }

/* Center */
.isc-align-center .isc-header-content-1e5d4c4d {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.isc-align-center .isc-header-text-1e5d4c4d,
.isc-align-center .isc-content-inner-1e5d4c4d {
	text-align: center;
}
.isc-align-center .isc-tags-1e5d4c4d { justify-content: center; }


/* Button Below Pos Overrides */
.pos-below {
	flex-direction: column;
}

.isc-align-left .pos-below {
	align-items: flex-start;
}
.isc-align-right .pos-below {
	align-items: flex-end;
}
.isc-align-center .pos-below {
	align-items: center;
}
/* In below mode, restore normal order for right alignment so button stays below */
.isc-align-right .pos-below .isc-header-text-1e5d4c4d {
	order: 1;
}
.isc-align-right .pos-below .isc-preview-btn-1e5d4c4d {
	order: 2;
}


/* Reset gap if not in below mode */
.pos-inline .isc-preview-btn-1e5d4c4d {
	margin-top: 0 !important; 
}


.isc-title-1e5d4c4d {
	margin: 0 0 4px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.isc-category-1e5d4c4d {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
}

.isc-btn-inner-1e5d4c4d {
	color: #fff;
	padding: 10px 16px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.3s;
	display: inline-block;
}

.isc-btn-inner-1e5d4c4d.is-glass {
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.isc-btn-inner-1e5d4c4d.is-glass:hover {
	background: rgba(255,255,255,0.3);
}

.isc-content-1e5d4c4d {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.isc-wrapper-1e5d4c4d.is-expanded .isc-content-1e5d4c4d {
	grid-template-rows: 1fr;
}

.isc-content-inner-1e5d4c4d {
	overflow: hidden;
	padding: 0 24px;
}

/* Expansion transition adjustments */
.isc-wrapper-1e5d4c4d.is-expanded .isc-content-inner-1e5d4c4d {
	padding: 16px 24px 8px 24px;
}

.isc-overview-1e5d4c4d {
	margin: 0 0 16px 0;
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.isc-tags-1e5d4c4d {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 20px;
}

.isc-tag-1e5d4c4d {
	background: rgba(0,0,0,0.06);
	color: #444;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
}

.isc-desc-1e5d4c4d {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 16px;
}

.isc-toggle-bar-1e5d4c4d {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	cursor: pointer;
	color: #111;
}

.isc-chevron-1e5d4c4d {
	transition: transform 0.4s ease;
}

.isc-wrapper-1e5d4c4d.is-expanded .isc-chevron-1e5d4c4d {
	transform: rotate(-180deg);
}

/* Entrance Animations */
.has-entrance-anim .isc-anim-item-1e5d4c4d {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.has-entrance-anim.is-expanded .isc-anim-item-1e5d4c4d {
	opacity: 1;
	transform: translateY(0);
	transition-delay: calc(0.2s + var(--anim-delay, 0s));
}