.oaten-elementor-logo-grid {
	width: 100%;
	min-width: 0;
}

.oaten-elementor-logo-grid *,
.oaten-elementor-logo-grid *::before,
.oaten-elementor-logo-grid *::after {
	box-sizing: border-box;
}

.oaten-elementor-logo-grid__swiper {
	width: 100%;
	min-width: 0;
	overflow: visible;
}

.oaten-elementor-logo-grid__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.oaten-elementor-logo-grid__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-radius: 50%;
	background: #ffffff;
	overflow: hidden;
	text-decoration: none;
}

.oaten-elementor-logo-grid__circle:hover,
.oaten-elementor-logo-grid__circle:focus {
	text-decoration: none;
}

.oaten-elementor-logo-grid__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.oaten-elementor-logo-grid__editor-notice {
	padding: 18px;
	border: 1px dashed #b7b7b7;
	background: #f7f7f7;
	color: #333333;
	font-size: 14px;
	text-align: center;
}

/* Desktop/tablet: centred wrapping grid, with no active Swiper. */
@media only screen and (min-width: 768px) {
	.oaten-elementor-logo-grid__wrapper {
		flex-wrap: wrap;
		column-gap: 32px;
		row-gap: 16px;
		transform: none !important;
	}

	.oaten-elementor-logo-grid__slide {
		width: 140px !important;
		height: 140px;
		flex: 0 0 140px;
		margin-right: 0 !important;
	}

	.oaten-elementor-logo-grid__circle {
		width: 140px;
		height: 140px;
	}

	.oaten-elementor-logo-grid__controls {
		display: none;
	}
}

/* Mobile: Swiper carousel with custom SVG navigation. */
@media only screen and (max-width: 767px) {
	.oaten-elementor-logo-grid__swiper {
		overflow: hidden;
	}

	.oaten-elementor-logo-grid__wrapper {
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		column-gap: 0;
		row-gap: 0;
	}

	.oaten-elementor-logo-grid__slide {
		width: 160px !important;
		height: 160px;
		flex: 0 0 160px;
	}

	.oaten-elementor-logo-grid__circle {
		width: 160px;
		height: 160px;
		padding: 22px;
	}

	.oaten-elementor-logo-grid__controls {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 24px;
	}

	.oaten-elementor-logo-grid__arrows {
		display: flex;
		gap: 10px;
		margin-left: auto;
	}

	.oaten-elementor-logo-grid__arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		padding: 12px;
		border: 1px solid #213349;
		border-radius: 50px;
		background: #152233;
		color: #ffffff;
		box-shadow: none;
		line-height: 1;
		cursor: pointer;
		transition: border-color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
		-webkit-appearance: none;
		appearance: none;
	}

	.oaten-elementor-logo-grid__arrow svg {
		display: block;
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.oaten-elementor-logo-grid__arrow:hover,
	.oaten-elementor-logo-grid__arrow:focus-visible {
		border-color: #e83e8c;
		background: #e83e8c;
		color: #ffffff;
	}

	.oaten-elementor-logo-grid__arrow:focus-visible {
		outline: 2px solid #ffffff;
		outline-offset: 2px;
	}

	.oaten-elementor-logo-grid__arrow.swiper-button-disabled {
		opacity: 0.35;
		cursor: not-allowed;
	}

	.oaten-elementor-logo-grid .swiper-button-lock {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.oaten-elementor-logo-grid__arrow {
		transition: none;
	}
}
