/**
 * Виджет футера ПКР для темы paraolympics_resp
 */
.pkr-footer-widget-paraolympics {
	font-family: "Trebuchet MS", 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #2b2b2b;
	background: #f3f5f7;
	border-top: 1px solid #dbdfe3;
	border-bottom: 1px solid #dbdfe3;
	padding: 20px 0;
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	display: block !important;
}

.pkr-footer-widget-paraolympics__header {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.pkr-footer-widget-paraolympics__section {
	margin-bottom: 18px;
	position: relative;
}

.pkr-footer-widget-paraolympics__section:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #dbdfe3 20%, #dbdfe3 80%, transparent);
}

.pkr-footer-widget-paraolympics__section:last-child {
	margin-bottom: 0;
}

.pkr-footer-widget-paraolympics__title {
	display: block !important;
	font-family: "Trebuchet MS", 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #113f77 !important;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	margin: 0 auto 12px auto !important;
	padding: 0 0 6px 0 !important;
	border: none !important;
	border-bottom: 2px solid #009055 !important;
	background: transparent !important;
	text-align: center !important;
	width: fit-content !important;
}

.pkr-footer-widget-paraolympics__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.pkr-footer-widget-paraolympics__link {
	display: inline-block;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: normal;
	color: #2266a8;
	background: #fff;
	border: 1px solid #dbdfe3;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}

.pkr-footer-widget-paraolympics__link:hover {
	color: #fff;
	background: #009055;
	border-color: #009055;
}

.pkr-footer-widget-paraolympics__link.active,
a.pkr-footer-widget-paraolympics__link.active {
	color: #fff !important;
	background: #113f77 !important;
	border-color: #113f77 !important;
	font-weight: bold !important;
	cursor: default !important;
	pointer-events: none !important;
}

.pkr-footer-widget-paraolympics__link.active:hover,
a.pkr-footer-widget-paraolympics__link.active:hover {
	color: #fff !important;
	background: #113f77 !important;
	border-color: #113f77 !important;
}

@media (max-width: 768px) {
	.pkr-footer-widget-paraolympics {
		font-size: 12px;
		padding: 16px 0;
	}

	.pkr-footer-widget-paraolympics__header {
		padding: 0 16px;
	}

	.pkr-footer-widget-paraolympics__section {
		margin-bottom: 16px;
	}

	.pkr-footer-widget-paraolympics__section:not(:last-child)::after {
		bottom: -8px;
	}

	.pkr-footer-widget-paraolympics__title {
		font-size: 13px !important;
		margin-bottom: 10px !important;
		padding-bottom: 5px !important;
	}

	.pkr-footer-widget-paraolympics__links {
		gap: 6px;
		flex-direction: column;
		align-items: center;
	}

	.pkr-footer-widget-paraolympics__link {
		padding: 7px 12px;
		font-size: 12px;
		width: 100%;
		max-width: 300px;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.pkr-footer-widget-paraolympics {
		font-size: 11px;
		padding: 14px 0;
	}

	.pkr-footer-widget-paraolympics__header {
		padding: 0 12px;
	}

	.pkr-footer-widget-paraolympics__section {
		margin-bottom: 14px;
	}

	.pkr-footer-widget-paraolympics__title {
		font-size: 12px !important;
		margin-bottom: 8px !important;
	}

	.pkr-footer-widget-paraolympics__link {
		padding: 6px 10px;
		font-size: 11px;
		max-width: 280px;
	}
}

@media (max-width: 360px) {
	.pkr-footer-widget-paraolympics__link {
		padding: 5px 8px;
		font-size: 10px;
		max-width: 260px;
	}
}
