.saoptic-hub-benefits,
.saoptic-hub-consult {
	box-sizing: border-box;
	font-family: inherit;
}

.saoptic-hub-benefits *,
.saoptic-hub-consult * {
	box-sizing: border-box;
}

.saoptic-hub-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	margin: 18px 0 14px;
}

.saoptic-hub-benefit {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 72px;
	padding: 13px 14px;
	border: 1px solid #dfe7ef;
	border-radius: 14px;
	background: #fff;
	color: #36475a;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.75;
	box-shadow: 0 4px 16px rgba(11, 46, 94, .035);
}

.saoptic-hub-benefit__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: #edf5ff;
	color: #1684c6;
}

.saoptic-hub-benefit__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.saoptic-hub-consult {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	width: 100%;
	margin: 14px 0 18px;
	padding: 16px 18px;
	border: 1px solid #dfe7ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(11, 46, 94, .055);
}

.saoptic-hub-consult__content {
	display: grid;
	grid-template-columns: auto minmax(210px, 1fr) auto;
	align-items: center;
	gap: 10px 14px;
	width: 100%;
	min-width: 0;
}

.saoptic-hub-consult__title {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	color: #263648;
	font-size: 14px;
	line-height: 1.7;
	white-space: nowrap;
}

.saoptic-hub-consult__title > span {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #20a85a;
	box-shadow: 0 0 0 4px rgba(32, 168, 90, .12);
}

.saoptic-hub-consult__channels {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 0;
}

.saoptic-hub-consult__topic {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0;
	color: #5b6775;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
}

.saoptic-hub-consult__topic select {
	width: 100%;
	min-width: 0;
	max-width: 260px;
	height: 42px;
	margin: 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #dfe7ef;
	border-radius: 11px;
	background-color: #fff;
	color: #263648;
	font: inherit;
}

.saoptic-hub-prescription {
	min-height: 40px;
	padding: 6px 11px;
	border: 1px solid #bcd9f5;
	border-radius: 10px;
	background: #edf6ff;
	color: #146cbf;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.saoptic-hub-consult__status {
	display: block;
	color: #16723b;
	font-size: 12px;
	line-height: 1.7;
}

.saoptic-hub-consult__status:empty {
	display: none;
}

.saoptic-hub-consult__channel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #dfe7ef;
	border-radius: 12px;
	background: #fff;
	text-decoration: none !important;
	box-shadow: 0 2px 7px rgba(11, 46, 94, .045);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.saoptic-hub-consult__channel:hover {
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(11, 46, 94, .13);
}

.saoptic-hub-consult__channel svg {
	display: block;
	width: 23px;
	height: 23px;
}

.saoptic-hub-consult__channel.is-whatsapp { color: #25d366; }
.saoptic-hub-consult__channel.is-telegram { color: #229ed9; }
.saoptic-hub-consult__channel.is-eitaa { color: #ef7f1a; }
.saoptic-hub-consult__channel.is-bale { color: #00a884; }
.saoptic-hub-consult__channel.is-ticket { color: #146cbf; background: #edf5ff; }

.saoptic-hub-consult__channel.is-whatsapp:hover { border-color: #25d366; }
.saoptic-hub-consult__channel.is-telegram:hover { border-color: #229ed9; }
.saoptic-hub-consult__channel.is-eitaa:hover { border-color: #ef7f1a; }
.saoptic-hub-consult__channel.is-bale:hover { border-color: #00a884; }
.saoptic-hub-consult__channel.is-ticket:hover { border-color: #146cbf; }

@media (min-width: 768px) and (max-width: 1100px) {
	.saoptic-hub-consult__content {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.saoptic-hub-consult__title {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.saoptic-hub-benefits {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 14px 0 13px;
	}

	.saoptic-hub-benefit {
		min-height: 64px;
		padding: 11px 13px;
		font-size: 13px;
	}

	.saoptic-hub-consult {
		align-items: flex-start;
		gap: 11px;
		margin: 13px 0 16px;
		padding: 14px;
	}

	.saoptic-hub-consult__content {
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
	}

	.saoptic-hub-consult__title {
		font-size: 14px;
		white-space: normal;
	}

	.saoptic-hub-consult__topic {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		width: 100%;
		font-size: 12px;
		white-space: normal;
	}

	.saoptic-hub-consult__topic select {
		width: 100%;
		max-width: none;
		height: 42px;
	}

	.saoptic-hub-prescription {
		justify-self: start;
		min-height: 36px;
	}

	.saoptic-hub-consult__channels {
		width: 100%;
		justify-content: flex-start;
		gap: 7px;
	}

	.saoptic-hub-consult__channel {
		width: 39px;
		height: 39px;
		border-radius: 10px;
	}

	.saoptic-hub-consult__channel svg {
		width: 21px;
		height: 21px;
	}
}

@media (max-width: 390px) {
	.saoptic-hub-consult__channels {
		gap: 6px;
	}

	.saoptic-hub-consult__channel {
		width: 37px;
		height: 37px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.saoptic-hub-consult__channel {
		transition: none;
	}
}
