/**
 * BayFirst Events List
 */

.bf-events-list,
.wp-block-bayfirst-events-list {
	--bf-events-green: var(--wp--preset--color--ti-accent, #02461b);
	--bf-events-fg: var(--wp--preset--color--ti-fg, #1e1e1e);

	width: 100%;
	box-sizing: border-box;
	color: var(--bf-events-fg);
}

.bf-events-list__items {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bf-events-list__item {
	margin: 0;
	padding: 0;
}

.bf-events-list__empty {
	margin: 0;
	color: var(--bf-events-fg);
}

.bf-event {
	max-width: 48rem;
}

.bf-event__title {
	margin: 0 0 0.35rem;
	color: var(--bf-events-fg);
	font-family: Metropolis, sans-serif;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
}

.bf-event__when {
	margin: 0 0 1.25rem;
	color: var(--bf-events-fg);
	font-family: Metropolis, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}

.bf-events-list h4.bf-event__when,
.wp-block-bayfirst-events-list h4.bf-event__when {
	margin: 0 0 1.25rem;
	color: var(--bf-events-fg);
	font-family: Metropolis, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}

.bf-event__media {
	margin: 0 0 1.25rem;
	padding: 0;
	max-width: min(100%, 400px);
	width: fit-content;
}

.bf-event__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.bf-event__description {
	margin: 0 0 1.25rem;
	color: var(--bf-events-fg);
	font-size: 1.05rem;
	line-height: 1.55;
}

.bf-event__description > *:first-child {
	margin-top: 0;
}

.bf-event__description > *:last-child {
	margin-bottom: 0;
}

.bf-event__locations {
	margin: 0;
}

.bf-event__locations-label,
.bf-events-list .bf-event__locations-label,
.wp-block-bayfirst-events-list .bf-event__locations-label,
.bf-events-list p.bf-event__locations-label,
.wp-block-bayfirst-events-list p.bf-event__locations-label {
	margin: 0 0 0.35rem;
	color: var(--bf-events-fg);
	font-family: Metropolis, sans-serif;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.4;
}

.bf-event__locations-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bf-event__location {
	margin: 0 0 0.2rem;
	padding: 0;
	color: var(--bf-events-fg);
	font-size: 1.05rem;
	line-height: 1.45;
}

.bf-event__location strong {
	font-weight: 700;
}

.bf-event__location:last-child {
	margin-bottom: 0;
}

.bf-event__register {
	margin: 1.25rem 0 0;
	scroll-margin-top: 6rem;
}

.bf-event__register-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 34px;
	border: 0;
	border-radius: var(--neve-button-border-radius, 5px);
	background-color: var(--bf-events-green);
	color: #fff;
	font-family: Metropolis, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.bf-event__register-button:hover,
.bf-event__register-button:focus-visible {
	opacity: 0.92;
	outline: 2px solid var(--bf-events-green);
	outline-offset: 2px;
}

.bf-event__register-embed iframe {
	display: block;
	max-width: 100%;
}
