.aywoo-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 8px 0 10px;
	font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.aywoo-badge {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ffd7b0;
	border-radius: 999px;
	background: #fff3e8;
	color: #b94900;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.aywoo-badges-archive {
	justify-content: center;
	margin: 7px 0;
}

.aywoo-info-box {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	border: 1px solid #ffd7b0;
	border-radius: 12px;
	background: #fffaf5;
	padding: 15px 18px;
	margin: 14px 0 20px;
	font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 1.55;
}

.aywoo-info-box__title {
	flex: 0 0 auto;
	display: block;
	margin: 0;
	color: #b94900;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.aywoo-info-box__content {
	min-width: 0;
}

.aywoo-info-box__line {
	position: relative;
	margin: 0;
	padding-left: 14px;
	color: #30343b;
}

.aywoo-info-box__line::before {
	position: absolute;
	top: .68em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	content: '';
	opacity: .55;
}

.aywoo-info-box__line + .aywoo-info-box__line {
	margin-top: 5px;
}

.aywoo-notice-button {
	margin-left: 10px !important;
}

.woocommerce ul.products li.product .aywoo-badges {
	justify-content: center;
}

.woocommerce-checkout-review-order-table tr.fee th,
.woocommerce-checkout-review-order-table tr.fee td,
.woocommerce-cart-form + .cart-collaterals tr.fee th,
.woocommerce-cart-form + .cart-collaterals tr.fee td,
.cart_totals tr.fee th,
.cart_totals tr.fee td {
	vertical-align: middle;
}

.woocommerce-checkout-review-order-table tr.fee td,
.cart_totals tr.fee td {
	text-align: right;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.aywoo-badges {
		gap: 5px;
	}

	.aywoo-badge {
		font-size: 11px;
		padding: 5px 8px;
	}

	.aywoo-info-box {
		display: block;
		padding: 13px 14px;
	}

	.aywoo-info-box__title {
		margin-bottom: 5px;
	}

	.aywoo-notice-button {
		display: inline-flex;
		margin: 8px 0 0 !important;
	}
}
