.oveedia-accreditations {
	box-sizing: border-box;
	margin: 1.5rem auto 0;
	padding: 1.5rem;
	width: 100%;
	background: #f8faf9;
	border: 1px solid #dbe4df;
	border-radius: 12px;
	text-align: center;
}

.oveedia-accreditations__title {
	margin: 0 0 1.25rem;
	color: #173a31;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.oveedia-accreditations__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
}

.oveedia-accreditations__banner {
	display: flex;
	box-sizing: border-box;
	width: 280px;
	height: 115px;
	padding: 18px 24px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ccd8d2;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(23, 58, 49, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.oveedia-accreditations__banner:hover {
	border-color: #426c60;
	box-shadow: 0 5px 14px rgba(23, 58, 49, 0.13);
	transform: translateY(-2px);
}

.oveedia-accreditations__banner:focus-visible {
	outline: 3px solid #b58a35;
	outline-offset: 3px;
	border-color: #426c60;
}

.oveedia-accreditations__logo {
	display: block;
	width: 220px;
	height: 75px;
	max-width: 100%;
	object-fit: contain;
}

.oveedia-footer-copyright {
	margin: 1rem 0 0;
	text-align: center;
}

@media (max-width: 560px) {
	.oveedia-accreditations {
		padding: 1.25rem 1rem;
	}

	.oveedia-accreditations__list {
		flex-direction: column;
		gap: 1rem;
	}

	.oveedia-accreditations__banner {
		width: 240px;
		height: 100px;
		padding: 15px 20px;
	}

	.oveedia-accreditations__logo {
		width: 190px;
		height: 65px;
	}
}
