/**
 * MCHOA customizations 
 * Elementor Accordian customization
 **/

/* change colors and styling on tabs */
.elementor-widget-n-tabs {
	--n-tabs-title-color: var(--mc-brand-color) !important;
	--n-tabs-title-color-active: var(--mc-white-text-color);
	--n-tabs-title-color-hover: var(--mc-white-text-color);
	--n-tabs-title-background-color-active: var(--mc-brand-color);
	--n-tabs-title-color-active: var(--mc-white-text-color);
	--n-tabs-title-background-color-hover: var(--mc-brand-color);
	--n-tabs-title-color-hover: var(--mc-white-text-color);
	--n-tabs-title-background-color: var(--mc-subtle-background-color);
	--n-tabs-title-color: var(--mc-heading-color-2);
	--n-tabs-title-border-radius: var(--mc-button-border-radius);
	--n-tabs-title-border-width: 1px;
	--n-tabs-border-color: var(--mc-border-color);
}
.elementor-widget-n-tabs .e-n-tab-title {
	border-style: solid;
	border-color: var(--mc-border-color);
}