.modal-content, #eventModal2 .modal-body, #eventModal2 .modal-footer {
	--rf-system-color-neutral-0: var(--calcite-ui-foreground-1);
	--rf-system-color-neutral-100: var(--calcite-ui-text-1);
	--rf-brand-color-surface: var(--calcite-ui-foreground-1);
	--rf-brand-shape-radius: var(--event-card-border-radius);
}

#eventModal2 .modal-body {
	--rf-brand-shape-radius: var(--event-card-border-radius);
	border-radius: var(--event-card-border-radius) var(--event-card-border-radius) 0px 0px;
}

#eventModal2 .modal-footer {
	--rf-brand-shape-radius: var(--event-card-border-radius);
	border-radius: 0px 0px var(--event-card-border-radius) var(--event-card-border-radius);
}

#eventModal2 .modal-footer .mdBtnR {
	--rf-system-color-neutral-0: initial;
	--rf-system-color-neutral-100: initial;
	border-color: var(--event-cta-color);
	background: transparent;
}

#eventModal2 .modal-footer .mdBtnR:hover, #eventModal2 .modal-footer .mdBtnR:active, #eventModal2 .modal-footer .mdBtnR:focus {
	background-color: var(--event-cta-color-hover);
	border-color: var(--event-cta-color-hover);
	opacity: initial;
	color: var(--calcite-ui-text-inverse);
}

.rf-org-header-container {
	border: none;
}

#rf-content :is(ol, ul) li {
	list-style-position: outside;
}
