.oaten-elementor-award-company-winners {
	width: 100%;
	font-family: 'Lato', Arial, sans-serif;
}

.oaten-elementor-award-company-winners *,
.oaten-elementor-award-company-winners *::before,
.oaten-elementor-award-company-winners *::after {
	box-sizing: border-box;
}

.oaten-elementor-award-company-winners__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.oaten-elementor-award-company-winners__card {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: stretch;
	min-height: 86px;
	height: 100%;
	overflow: hidden;
	border: 1px solid #213349;
	border-radius: 14px;
	background: #152233;
}

.oaten-elementor-award-company-winners__card--no-logo {
	grid-template-columns: 1fr;
}

.oaten-elementor-award-company-winners__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	min-width: 86px;
	height: 100%;
	min-height: 86px;
	padding: 6px;
	align-self: stretch;
	background: #ffffff;
	border-radius: 14px 0 0 14px;
}

.oaten-elementor-award-company-winners__logo {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.oaten-elementor-award-company-winners__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 13px 14px;
}

.oaten-elementor-award-company-winners__name {
	margin: 0 0 5px;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	word-break: normal;
	overflow-wrap: break-word;
}

.oaten-elementor-award-company-winners__award {
	margin: 0;
	color: #AC9766;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	word-break: normal;
	overflow-wrap: break-word;
}

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

@media (max-width: 1024px) {
	.oaten-elementor-award-company-winners__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.oaten-elementor-award-company-winners__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.oaten-elementor-award-company-winners__card {
		grid-template-columns: 86px minmax(0, 1fr);
		min-height: 86px;
		border-radius: 14px;
	}

	.oaten-elementor-award-company-winners__card--no-logo {
	grid-template-columns: 1fr;
}

.oaten-elementor-award-company-winners__logo-wrap {
		width: 86px;
		min-width: 86px;
		min-height: 86px;
		border-radius: 14px 0 0 14px;
	}

	.oaten-elementor-award-company-winners__content {
		padding: 14px;
	}

	.oaten-elementor-award-company-winners__name {
		font-size: 18px;
	}

	.oaten-elementor-award-company-winners__award {
		font-size: 15px;
	}
}

@media (max-width: 390px) {
	.oaten-elementor-award-company-winners__card {
		grid-template-columns: 78px minmax(0, 1fr);
		min-height: 78px;
	}

	.oaten-elementor-award-company-winners__card--no-logo {
	grid-template-columns: 1fr;
}

.oaten-elementor-award-company-winners__logo-wrap {
		width: 78px;
		min-width: 78px;
		min-height: 78px;
	}

	.oaten-elementor-award-company-winners__content {
		padding: 12px;
	}

	.oaten-elementor-award-company-winners__name {
		font-size: 16px;
	}

	.oaten-elementor-award-company-winners__award {
		font-size: 14px;
	}
}
