/**
 * SLINKOR B2B footer refinement.
 *
 * Structure and content remain owned by Blocksy Footer Builder and WordPress
 * widgets. This file only controls the approved presentation and responsive
 * layout.
 */

.ct-footer[data-id="type-1"] {
	background: var(--slinkor-color-surface);
	color: var(--slinkor-color-text);
}

.ct-footer[data-id="type-1"] [data-row] > .ct-container {
	width: min(
		var(--slinkor-content-width),
		calc(100% - var(--slinkor-outer-padding-desktop) - var(--slinkor-outer-padding-desktop))
	);
	max-width: none;
	margin-inline: auto;
}

.ct-footer[data-id="type-1"] [data-row="middle"] {
	background: var(--slinkor-color-surface);
}

.ct-footer[data-id="type-1"] [data-row="middle"] > .ct-container {
	--container-spacing: 56px;
	--columns-gap: clamp(var(--slinkor-space-6), 3vw, 40px);
	--grid-template-columns:
		minmax(0, 1.55fr)
		minmax(0, 1fr)
		minmax(0, 1.18fr)
		minmax(0, 1.2fr)
		minmax(0, 1.35fr);
}

.ct-footer[data-id="type-1"] [data-row="middle"] [data-column] {
	--horizontal-alignment: flex-start;
	--text-horizontal-alignment: left;
	--widgets-gap: 0px;
	align-items: flex-start;
	text-align: left;
}

.ct-footer[data-id="type-1"] [data-row="middle"] .ct-widget {
	width: 100%;
	color: var(--slinkor-color-text);
}

.ct-footer[data-id="type-1"] [data-row="middle"] .ct-widget:empty,
.ct-footer[data-id="type-1"] [data-row="middle"] :is(p, ul, ol):empty {
	display: none;
}

.ct-footer[data-id="type-1"] [data-column="widget-area-1"] .wp-block-image {
	margin: 0 0 var(--slinkor-space-4);
}

.ct-footer[data-id="type-1"] [data-column="widget-area-1"] img {
	display: block;
	--slinkor-footer-logo-width: 190px;
	width: var(--slinkor-footer-logo-width) !important;
	max-width: 100%;
	height: auto !important;
}

.ct-footer[data-id="type-1"] [data-column="widget-area-1"] p {
	max-width: 300px;
	margin: 0;
	color: #66707A;
	font-family: var(--slinkor-font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
}

.ct-footer[data-id="type-1"] .slinkor-footer-social {
	margin-top: 20px;
}

.ct-footer[data-id="type-1"] .slinkor-footer-social__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
}

.ct-footer[data-id="type-1"] .slinkor-footer-social__links .wp-social-link {
	margin: 0;
	color: #485159;
	background: transparent;
}

.ct-footer[data-id="type-1"] .slinkor-footer-social__links .wp-block-social-link-anchor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	padding: 0;
	color: inherit;
	background: transparent;
	border-radius: 0;
	transition: color var(--slinkor-transition-standard);
}

.ct-footer[data-id="type-1"] .slinkor-footer-social__links svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.ct-footer[data-id="type-1"] .slinkor-footer-social__links .wp-block-social-link-anchor:hover,
.ct-footer[data-id="type-1"] .slinkor-footer-social__links .wp-block-social-link-anchor:focus-visible {
	color: var(--slinkor-color-brand);
}

.ct-footer[data-id="type-1"] [data-row="middle"] [data-column]:not([data-column="widget-area-1"])
	:is(h2, h3, h4, h5, h6, .widget-title) {
	margin: 0 0 10px;
	color: #1F2328;
	font-family: var(--slinkor-font-heading);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.01em;
	text-transform: none;
}

.ct-footer[data-id="type-1"] [data-row="middle"]
	:is(.wp-block-list, .widget-menu, ul, ol) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ct-footer[data-id="type-1"] [data-row="middle"] :is(li, a),
.ct-footer[data-id="type-1"] [data-row="middle"]
	[data-column]:not([data-column="widget-area-1"]) p {
	color: #66707A;
	font-family: var(--slinkor-font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.ct-footer[data-id="type-1"] [data-row="middle"]
	[data-column]:not([data-column="widget-area-1"]) p {
	margin: 0;
}

.ct-footer[data-id="type-1"] [data-row="middle"] li {
	margin: 0;
	padding: 0;
}

.ct-footer[data-id="type-1"] [data-row="middle"] li + li {
	margin-top: var(--slinkor-space-1);
}

.ct-footer[data-id="type-1"] a {
	transition: color var(--slinkor-transition-standard);
}

.ct-footer[data-id="type-1"] a:hover,
.ct-footer[data-id="type-1"] a:focus-visible {
	color: var(--slinkor-color-brand);
}

.ct-footer[data-id="type-1"] a:focus-visible {
	outline: 2px solid var(--slinkor-color-brand);
	outline-offset: 3px;
	border-radius: 2px;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] {
	background: var(--slinkor-color-surface);
	border-top: 1px solid var(--slinkor-color-border);
}

.ct-footer[data-id="type-1"] [data-row="bottom"] > .ct-container {
	--container-spacing: var(--slinkor-space-5);
	--columns-gap: var(--slinkor-space-6);
	--grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] [data-column="copyright"] {
	--horizontal-alignment: flex-start;
	align-items: flex-start;
	text-align: left;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] .ct-footer-copyright,
.ct-footer[data-id="type-1"] [data-row="bottom"] .ct-widget,
.ct-footer[data-id="type-1"] [data-row="bottom"] a {
	color: var(--slinkor-color-text-secondary);
	font-family: var(--slinkor-font-body);
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.5;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] .ct-footer-copyright p {
	margin: 0;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] [data-column="widget-area-6"] {
	--horizontal-alignment: flex-end;
	align-items: flex-end;
	text-align: right;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] .widget-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: var(--slinkor-space-2) var(--slinkor-space-5);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ct-footer[data-id="type-1"] [data-row="bottom"]
	:is(.widget-menu, .widget-menu li) {
	color: var(--slinkor-color-text-secondary);
	font-family: var(--slinkor-font-body);
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.5;
}

.ct-footer[data-id="type-1"] [data-row="bottom"] a:hover,
.ct-footer[data-id="type-1"] [data-row="bottom"] a:focus-visible {
	color: var(--slinkor-color-brand);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.ct-footer[data-id="type-1"] [data-row="middle"] > .ct-container {
		--container-spacing: 56px;
		--grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: var(--slinkor-space-6);
		row-gap: var(--slinkor-space-7);
	}

	.ct-footer[data-id="type-1"] [data-row="middle"] [data-column="widget-area-1"] {
		grid-column: 1 / -1;
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-1"] p {
		max-width: 620px;
	}
}

@media (max-width: 767.98px) {
	.ct-footer[data-id="type-1"] [data-row] > .ct-container {
		width: calc(
			100% - var(--slinkor-outer-padding-mobile) - var(--slinkor-outer-padding-mobile)
		);
	}

	.ct-footer[data-id="type-1"] [data-row="middle"] > .ct-container {
		--container-spacing: 40px;
		--grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 0;
	}

	.ct-footer[data-id="type-1"] [data-row="middle"] :is(li, a),
	.ct-footer[data-id="type-1"] [data-row="middle"]
		[data-column]:not([data-column="widget-area-1"]) p {
		line-height: 1.5;
	}

	.ct-footer[data-id="type-1"] [data-row="middle"] li + li {
		margin-top: 10px;
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-1"] .wp-block-image {
		margin-bottom: var(--slinkor-space-4);
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-1"] img {
		--slinkor-footer-logo-width: 190px;
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-1"] p {
		max-width: none;
		font-size: 15px;
		line-height: 1.65;
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-1"] {
		padding-bottom: 24px;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-social {
		margin-top: 18px;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-social__links {
		gap: 15px;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-social__links .wp-block-social-link-anchor,
	.ct-footer[data-id="type-1"] .slinkor-footer-social__links svg {
		width: 21px;
		height: 21px;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion {
		border-top: 1px solid #E5E9EC;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion:last-child {
		border-bottom: 1px solid #E5E9EC;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion
		:is(h2, h3, h4, h5, h6, .widget-title) {
		margin: 0;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 54px;
		padding: 0;
		color: #1F2328;
		background: transparent;
		border: 0;
		border-radius: 0;
		font-family: var(--slinkor-font-heading);
		font-size: 16px;
		font-weight: 600;
		line-height: 1.25;
		letter-spacing: -0.01em;
		text-align: left;
		cursor: pointer;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger::after {
		flex: 0 0 auto;
		margin-inline-start: 20px;
		color: #66707A;
		font-size: 21px;
		font-weight: 400;
		line-height: 1;
		content: "+";
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger[aria-expanded="true"]::after {
		content: "\2212";
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger:hover,
	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger:focus-visible {
		color: var(--slinkor-color-brand);
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__trigger:focus-visible {
		outline: 2px solid var(--slinkor-color-brand);
		outline-offset: 2px;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__panel {
		height: 0;
		overflow: hidden;
		transition: height 0.22s ease;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__panel > :is(ul, p),
	.ct-footer[data-id="type-1"] [data-column="widget-area-5"]
		.slinkor-footer-accordion__panel > .ct-widget {
		margin: 0;
		padding: 4px 0 15px 15px;
	}

	.ct-footer[data-id="type-1"] [data-column="widget-area-5"]
		.slinkor-footer-accordion__panel > .ct-widget {
		padding-inline-start: 0;
	}

	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__panel :is(li, a),
	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__panel p {
		color: #66707A;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.65;
	}

	.ct-footer[data-id="type-1"] [data-row="bottom"] > .ct-container {
		--container-spacing: 20px;
		--grid-template-columns: minmax(0, 1fr);
		row-gap: var(--slinkor-space-3);
	}

	.ct-footer[data-id="type-1"] [data-row="bottom"] [data-column] {
		--horizontal-alignment: flex-start;
		align-items: flex-start;
		text-align: left;
	}

	.ct-footer[data-id="type-1"] [data-row="bottom"] .widget-menu {
		justify-content: flex-start;
		column-gap: var(--slinkor-space-4);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ct-footer[data-id="type-1"] .slinkor-footer-accordion__panel,
	.ct-footer[data-id="type-1"] a {
		transition: none;
	}
}
