.mos-worker-wrap {
	margin: 15px 0;
	padding: 10px 0;
}

/* =========================
HEADER
========================= */
.mos-carousel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

/* TITLE */
.mos-carousel-title {
	font-size: 16px !important;
	font-family: var(--e-global-typography-solace_h4_font_family_general-font-family), Sans-serif;
	font-weight: 700 !important;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* SCROLL */
.mos-scroll {
	display: flex;
	overflow-x: auto;
	gap: 10px;
	padding: 5px 2px;
	-webkit-overflow-scrolling: touch;
}

/* 5 ITEMS PER VIEW (approx width) */
.mos-item {
	flex: 0 0 calc(25% - 10px);
	text-align: center;
	text-decoration: none;
}

/* =========================
IMAGE
========================= */
.mos-circle {
	width: 60px;
	height: 60px;
	border-color: none !important;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.mos-circle img {
	width: 100% !IMPORTANT;
	height: 100% !IMPORTANT;
	border-color: none !important;
	object-fit: cover;
	border-radius: 50%!IMPORTANT;
	position: relative;
	z-index: 2;
}

/* 2 LINE TITLE ONLY */
.mos-name {
	margin-top: 5px;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2em;
	max-height: 2.4em;
}

/* scrollbar small */
.mos-scroll::-webkit-scrollbar {
	height: 3px;
}
