.theoasso-pack-serenite{
	background: var(--wp--preset--color--main-bg);
	color: var(--wp--preset--color--contrast);
	padding: 64px 32px 72px;
	box-sizing: border-box;
	position: relative;
}

/* Full-bleed breakout */
.theoasso-pack-serenite.alignfull,
.wp-block-theoasso-pack-serenite.alignfull{
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

@supports ( overflow: clip ){
	.theoasso-pack-serenite{
		overflow-x: clip;
	}
}

.theoasso-pack-serenite__inner{
	max-width: 1200px;
	margin: 0 auto;
}

.theoasso-pack-serenite__header{
	text-align: center;
	max-width: 720px;
	margin: 0 auto 28px;
}

.theoasso-pack-serenite__topTitle{
	margin: 0;
	font-family: var(--wp--preset--font-family--google-sans-flex);
	font-weight: 500;
	font-size: 46px;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.theoasso-pack-serenite__topSubtitle{
	margin: 10px 0 0;
	opacity: 0.75;
    font-family: Google Sans Flex;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.theoasso-pack-serenite__layout{
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0;
	align-items: stretch;
    margin-top: 66px;
}

.theoasso-pack-serenite__badge{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -45%) rotate(-12deg);
	width: 130px;
	height: 130px;
	background: url("../../assets/images/discount.svg") no-repeat center / contain;
	display: grid;
	place-items: center;
	color: #000;
	font-family: var(--wp--preset--font-family--google-sans-flex);
	font-weight: 600;
	font-size: 30px;
	letter-spacing: -0.02em;
	z-index: 3;
}

.theoasso-pack-serenite__left{
	background: #000;
	color: var(--wp--preset--color--main-bg);
	padding: 42px 44px;
	box-sizing: border-box;
}

.theoasso-pack-serenite__leftTitle{
	margin: 0;
	font-family: var(--wp--preset--font-family--google-sans-flex);
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
	color: var(--wp--preset--color--main-bg);
}

.theoasso-pack-serenite__leftDescription{
	margin: 14px 0 0;
	opacity: 0.7;
	font-size: 14px;
	line-height: 1.5;
	white-space: pre-line;
}

.theoasso-pack-serenite__features{
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.theoasso-pack-serenite__features li{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.45;
	opacity: 0.95;
}

.theoasso-pack-serenite__features li::before{
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--wp--preset--color--blue);
	font-weight: 700;
}

.theoasso-pack-serenite__features strong{
	font-weight: 700;
}

.theoasso-pack-serenite__right{
	background: var(--wp--preset--color--main-bg);
	border: 1px solid var(--wp--preset--color--accent-6);
	padding: 22px 24px 22px;
	box-sizing: border-box;
	position: relative;
}

.theoasso-pack-serenite__rightTop{
	display: flex;
	justify-content: flex-end;
}

.theoasso-pack-serenite__discountNote{
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.3;
	opacity: 0.75;
}

.theoasso-pack-serenite__rightTitle{
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--wp--preset--color--accent-6);
}

.theoasso-pack-serenite__products{
	margin-top: 10px;
}

.theoasso-pack-serenite__row{
	display: grid;
	grid-template-columns: 22px 1fr auto;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--wp--preset--color--accent-6);
	cursor: pointer;
}

.theoasso-pack-serenite__row:last-of-type{
	border-bottom: none;
}

.theoasso-pack-serenite__row input[type="radio"]{
	width: 16px;
	height: 16px;
	margin: 0;
}

.theoasso-pack-serenite__rowName{
	font-size: 14px;
	line-height: 1.3;
}

.theoasso-pack-serenite__rowDesc{
	display: block;
	margin-top: 2px;
	font-size: 13px;
	line-height: 1.35;
	opacity: 0.75;
}

.theoasso-pack-serenite__rowPrices{
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	white-space: nowrap;
}

.theoasso-pack-serenite__regular{
	opacity: 0.7;
	text-decoration: line-through;
	font-size: 13px;
}

.theoasso-pack-serenite__price{
	font-weight: 700;
	font-size: 14px;
}

.theoasso-pack-serenite__actions{
	margin-top: 18px;
	display: flex;
	justify-content: flex-end;
}

.theoasso-pack-serenite__buy{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: #000;
	color: var(--wp--preset--color--main-bg);
	text-decoration: none;
	font-weight: 700;
}

.theoasso-pack-serenite__buy.is-disabled{
	opacity: 0.5;
	pointer-events: none;
}

.theoasso-pack-serenite__empty{
	margin: 16px 0 0;
	font-size: 14px;
	opacity: 0.75;
}

/* Editor placeholder */
.theoasso-pack-serenite__productsPlaceholder{
	margin-top: 12px;
	padding: 14px;
	border: 1px dashed var(--wp--preset--color--accent-6);
	font-size: 13px;
	opacity: 0.75;
}

@media (max-width: 920px){
	.theoasso-pack-serenite__layout{
		grid-template-columns: 1fr;
	}
	.theoasso-pack-serenite__badge{
		top: 0;
		transform: translate(-50%, -55%) rotate(-12deg);
	}
}

@media (max-width: 600px){
	.theoasso-pack-serenite{
		padding: 54px 24px 64px;
	}
	.theoasso-pack-serenite__topTitle{
		font-size: 36px;
	}
	.theoasso-pack-serenite__left{
		padding: 34px 28px;
	}
}
