/* ==========================================================================
   Footer collapsible columns — mobile only (.footer-col-toggle on heading widget)
   ========================================================================== */

@media (max-width: 767px) {
	.footer-col-toggle .elementor-heading-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		user-select: none;
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.footer-col-toggle .elementor-heading-title:hover,
	.footer-col-toggle .elementor-heading-title:active,
	.footer-col-toggle .elementor-heading-title:focus {
		color: inherit;
	}

	.footer-col-toggle .fcol-chevron {
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		margin-left: 8px;
		transition: transform 0.2s ease;
		color: currentColor;
		opacity: 0.6;
	}

	.footer-col-toggle.is-open .fcol-chevron {
		transform: rotate( 180deg );
	}
}

@media (min-width: 768px) {
	.footer-col-toggle .fcol-chevron {
		display: none;
	}
}
