.hello-elementor-child-events {
	width: 100%;
	font-family: "Brandon Text", sans-serif;
}

.hello-elementor-child-events__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.8rem;
}

.hello-elementor-child-events__card {
	display: flex;
	flex-direction: column;
	border-radius: 1.6rem;
	overflow: hidden;
	background: #eef9fc;
	text-decoration: none;
}

.hello-elementor-child-events__card.has-detail {
	cursor: pointer;
}

.hello-elementor-child-events__card.has-detail:hover .hello-elementor-child-events__title,
.hello-elementor-child-events__card.has-detail:focus-visible .hello-elementor-child-events__title {
	text-decoration: underline;
}

.hello-elementor-child-events__image-wrap {
	height: 24rem;
	overflow: hidden;
	background: transparent;
}

.hello-elementor-child-events__image {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.hello-elementor-child-events__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 3.6rem 3rem 3.2rem;
	border-top: 0.5rem solid #93bfd2;
	color: #323735;
}

.hello-elementor-child-events__title {
	margin: 0 0 1.6rem;
	color: #323735;
	font-size: 2.4rem;
	font-weight: 450;
	line-height: 1.2;
}

.hello-elementor-child-events__excerpt {
	margin-bottom: auto;
	color: #323735;
	font-size: 1.6rem;
	font-weight: 390;
	line-height: 1.6;
}

.hello-elementor-child-events__excerpt p {
	margin: 0;
}

.hello-elementor-child-events__duration {
	margin: 3rem 0 0;
	color: #409dc4;
	font-size: 1.6rem;
	font-weight: 450;
	line-height: 1.6;
}

.hello-elementor-child-events__actions {
	display: flex;
	justify-content: center;
	margin-top: 4.4rem;
}

.hello-elementor-child-events__load-more {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #409dc4;
	font-size: 2rem;
	font-weight: 390;
	line-height: 1.3;
	cursor: pointer;
}

.hello-elementor-child-events__load-more:hover,
.hello-elementor-child-events__load-more:focus,
.hello-elementor-child-events__load-more:active {
	background: transparent;
	background-color: transparent;
	color: #409dc4;
	text-decoration: none;
}

.hello-elementor-child-events__load-more-arrow {
	font-size: 2.4rem;
	line-height: 1;
}

@media (max-width: 1024px) {
	.hello-elementor-child-events__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hello-elementor-child-events__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.hello-elementor-child-events__content {
		padding: 2.4rem 2rem;
	}

	.hello-elementor-child-events__title {
		font-size: 2.2rem;
	}
}
