.elementor-103643 .elementor-element.elementor-element-e5a43c1{--display:flex;}/* Start custom CSS *//* ==================================================
   TUBABYSHOWER - MIS EVENTOS / ESTADO VACÍO
   ================================================== */

.tbs-my-events {
	max-width: 1180px;
	margin: 0 auto;
	padding: 72px 24px 90px;
	color: #24314b;
}

.tbs-my-events__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.tbs-my-events__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	color: #dc4eb4;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tbs-my-events h1 {
	margin: 0;
	color: #24314b;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.tbs-my-events__header p {
	margin: 12px 0 0;
	color: #6d7890;
	font-size: 16px;
	line-height: 1.65;
}

.tbs-my-events__empty-card {
	max-width: 760px;
	margin: 30px auto 0;
	padding: 58px 42px;
	border: 1px solid rgba(222, 78, 180, .16);
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 15%, rgba(255, 182, 216, .34), transparent 32%),
		radial-gradient(circle at 88% 88%, rgba(156, 216, 255, .28), transparent 35%),
		linear-gradient(135deg, #fffdfd 0%, #fff7fc 52%, #f5fbff 100%);
	box-shadow: 0 20px 60px rgba(74, 95, 138, .12);
	text-align: center;
}

.tbs-my-events__icon,
.tbs-my-events__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ef6f9a, #db59d1);
	box-shadow: 0 12px 28px rgba(224, 78, 180, .25);
	color: #fff;
	font-size: 36px;
	font-weight: 400;
}

.tbs-my-events__empty-card h2 {
	margin: 0 0 14px;
	color: #24314b;
	font-size: clamp(27px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.16;
}

.tbs-my-events__empty-card > p {
	max-width: 590px;
	margin: 0 auto;
	color: #67748d;
	font-size: 16px;
	line-height: 1.7;
}

.tbs-my-events__benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 28px 0;
}

.tbs-my-events__benefits span {
	padding: 9px 13px;
	border: 1px solid rgba(106, 125, 160, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .75);
	color: #4e607b;
	font-size: 13px;
	font-weight: 700;
}

.tbs-my-events__actions,
.tbs-my-events__card-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.tbs-my-events__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease;
}

.tbs-my-events__button--primary {
	background: linear-gradient(135deg, #ef6f9a, #d83fc0);
	box-shadow: 0 12px 24px rgba(222, 78, 180, .25);
	color: #fff !important;
}

.tbs-my-events__button--primary:hover {
	box-shadow: 0 16px 30px rgba(222, 78, 180, .32);
	color: #fff !important;
	transform: translateY(-2px);
}

.tbs-my-events__button--secondary {
	border: 1px solid rgba(103, 121, 154, .2);
	background: rgba(255, 255, 255, .86);
	color: #394962 !important;
}

.tbs-my-events__button--secondary:hover {
	border-color: rgba(222, 78, 180, .45);
	color: #d83fc0 !important;
	transform: translateY(-2px);
}

.tbs-my-events__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.tbs-my-events__card {
	display: flex;
	flex-direction: column;
	padding: 27px;
	border: 1px solid rgba(103, 121, 154, .14);
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(64, 82, 120, .08);
}

.tbs-my-events__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 25px;
}

.tbs-my-events__plan,
.tbs-my-events__status {
	padding: 7px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
}

.tbs-my-events__plan {
	background: #fff0f8;
	color: #d344af;
}

.tbs-my-events__status {
	background: #ebf9ef;
	color: #38995e;
}

.tbs-my-events__card-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
	font-size: 26px;
}

.tbs-my-events__card h2 {
	margin: 0 0 16px;
	color: #25324a;
	font-size: 22px;
	line-height: 1.25;
}

.tbs-my-events__details {
	flex: 1;
	margin-bottom: 22px;
}

.tbs-my-events__details p {
	display: flex;
	gap: 8px;
	margin: 9px 0;
	color: #728099;
	font-size: 13px;
	line-height: 1.5;
}

.tbs-my-events__card-actions {
	justify-content: flex-start;
}

@media (max-width: 900px) {
	.tbs-my-events {
		padding: 48px 18px 65px;
	}

	.tbs-my-events__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.tbs-my-events__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.tbs-my-events {
		padding: 38px 14px 55px;
	}

	.tbs-my-events__empty-card {
		padding: 42px 22px;
		border-radius: 24px;
	}

	.tbs-my-events__actions,
	.tbs-my-events__card-actions {
		flex-direction: column;
	}

	.tbs-my-events__button {
		width: 100%;
	}

	.tbs-my-events__grid {
		grid-template-columns: 1fr;
	}
}/* End custom CSS */