.selecao-ml-product-card {
	box-sizing: border-box;
	width: min(100%, 860px);
	margin: 24px 0;
	padding: 22px;
	border: 1px solid #dfe3e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 24, 39, .07);
}

.selecao-ml-product-card__content {
	display: grid;
	grid-template-columns: minmax(190px, 290px) minmax(0, 1fr);
	gap: 30px;
	align-items: stretch;
}

.selecao-ml-product-card__affiliate-label {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 8px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef4ff;
	color: #234b88;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.25;
	text-transform: uppercase;
}

.selecao-ml-product-card__product {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.selecao-ml-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 220px;
	text-align: center;
}

.selecao-ml-product-card__media img {
	display: block;
	width: 100%;
	max-width: 290px;
	height: 230px;
	object-fit: contain;
	transition: transform .18s ease;
}

.selecao-ml-product-card__media a:hover img,
.selecao-ml-product-card__media a:focus img {
	transform: scale(1.025);
}

.selecao-ml-product-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.selecao-ml-product-card__data-label {
	width: fit-content;
	margin: 0 0 10px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef8f5;
	color: #0f766e;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.selecao-ml-product-card__title {
	margin: 0 0 18px;
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	font-weight: 750;
	line-height: 1.3;
}

.selecao-ml-product-card__title a {
	color: #172033;
	text-decoration: none;
}

.selecao-ml-product-card__title a:hover,
.selecao-ml-product-card__title a:focus {
	color: #174ea6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.selecao-ml-product-card__details {
	margin: 0 0 14px;
	padding: 0;
	color: #303740;
	list-style: none;
}

.selecao-ml-product-card__details li {
	position: relative;
	padding-left: 20px;
	line-height: 1.48;
}

.selecao-ml-product-card__details li::before {
	position: absolute;
	top: .64em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2a63b8;
	content: "";
}

.selecao-ml-product-card__details li + li {
	margin-top: 8px;
}

.selecao-ml-product-card__source-note {
	margin: auto 0 0;
	color: #667085;
	font-size: .78rem;
	line-height: 1.4;
}

.selecao-ml-product-card__actions {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 14px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}

.selecao-ml-product-card__actions--has-price {
	justify-content: space-between;
}

.selecao-ml-product-card__price-group {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.selecao-ml-product-card__price {
	margin: 0;
	color: #111827;
	font-size: clamp(1.7rem, 3.2vw, 2.25rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.02em;
	white-space: nowrap;
}

.selecao-ml-product-card__freshness {
	margin: 7px 0 0;
	color: #667085;
	font-size: .78rem;
}

.selecao-ml-product-card__price-unavailable {
	margin: 0;
	color: #344054;
	font-size: .96rem;
	font-weight: 700;
}

.selecao-ml-product-card__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-height: 46px;
	min-width: 124px;
	margin-left: auto;
	padding: 12px 16px;
	border-radius: 8px;
	background: #1d4ed8;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.selecao-ml-product-card__button:hover,
.selecao-ml-product-card__button:focus {
	background: #173ea9;
	color: #fff !important;
	transform: translateY(-1px);
}

.selecao-ml-product-card__admin-note {
	padding: 10px;
	border-left: 4px solid #dba617;
	background: #fff8e5;
}

.selecao-ml-editor-card {
	padding: 18px;
	border: 1px dashed #8c8f94;
	background: #fff;
}

.selecao-ml-editor-form {
	display: grid;
	grid-template-columns: minmax(180px, .7fr) minmax(260px, 1.3fr);
	gap: 14px 18px;
	margin: 0 0 18px;
	padding: 16px;
	border: 1px solid #d9dee7;
	border-radius: 8px;
	background: #f7f8fa;
}

.selecao-ml-editor-form__actions {
	display: flex;
	grid-column: 1 / -1;
	gap: 10px;
	align-items: center;
}

.selecao-ml-editor-form__editorial {
	grid-column: 1 / -1;
	margin-top: 4px;
	padding-top: 16px;
	border-top: 1px solid #d9dee7;
}

.selecao-ml-editor-form__editorial h4 {
	margin: 0 0 12px;
}

.selecao-ml-editor-loading {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 18px 0;
}

.selecao-ml-editor-preview {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 18px;
	align-items: center;
	padding: 16px;
	border: 1px solid #d9dee7;
	border-radius: 10px;
}

.selecao-ml-editor-preview img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.selecao-ml-editor-preview__empty-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	background: #f0f0f1;
	color: #646970;
}

.selecao-ml-editor-preview__heading {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.selecao-ml-editor-preview__heading h3 {
	margin: 0 0 10px;
}

.selecao-ml-editor-preview__description {
	margin: 0 0 10px;
	color: #303740;
}

.selecao-ml-editor-preview__label {
	display: block;
	margin: 0 0 6px;
}

@media (max-width: 680px) {
	.selecao-ml-product-card {
		padding: 18px;
	}

	.selecao-ml-product-card__content {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.selecao-ml-product-card__media img {
		height: 200px;
	}

	.selecao-ml-product-card__actions {
		gap: 12px;
		flex-wrap: nowrap;
	}

	.selecao-ml-product-card__price-group {
		flex: 1 1 auto;
	}

	.selecao-ml-editor-preview {
		grid-template-columns: 1fr;
	}

	.selecao-ml-editor-form {
		grid-template-columns: 1fr;
	}

	.selecao-ml-editor-form__actions {
		grid-column: auto;
	}
}

@media (max-width: 460px) {
	.selecao-ml-product-card__actions,
	.selecao-ml-product-card__actions--has-price {
		gap: 8px;
		align-items: center;
		justify-content: space-between;
	}

	.selecao-ml-product-card__price {
		font-size: clamp(1.3rem, 6.4vw, 1.65rem);
	}

	.selecao-ml-product-card__button {
		width: auto;
		min-width: 108px;
		margin-left: auto;
		padding: 10px 12px;
		font-size: .82rem;
	}
}
