.llr-cart-redeem {
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	margin: 16px 0;
	padding: 14px;
}

.llr-cart-redeem p {
	margin: 0 0 10px;
}

.llr-redeem-actions {
	align-items: stretch;
	display: flex;
	gap: 10px;
	margin: 10px 0;
	width: 100%;
}

.llr-redeem-select {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 6px;
	box-sizing: border-box;
	flex: 1 1 auto;
	min-height: 44px;
	min-width: 0;
	padding: 0 12px;
	width: 100%;
}

.llr-apply-button.button,
.llr-remove-button.button {
	align-items: center;
	background: #111;
	border-color: #111;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	white-space: nowrap;
}

.llr-remove-button.button {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.28);
	color: #111;
}

.llr-account code {
	white-space: normal;
	word-break: break-all;
}

.woocommerce-checkout .llr-birth-date-field {
	box-sizing: border-box;
	clear: both;
	margin-bottom: 14px;
	width: 100%;
}

.woocommerce-checkout .llr-birth-date-field label {
	display: block;
	line-height: inherit;
}

.woocommerce-checkout .llr-birth-date-field input {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.woocommerce-account .llr-birth-date-field {
	margin-bottom: 14px;
}

.woocommerce-account .llr-birth-date-field input {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.llr-birth-date-selects {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(72px, 0.8fr) minmax(88px, 1fr) minmax(132px, 1.2fr);
}

.llr-birth-date-selects select {
	max-width: 100%;
	width: 100%;
}

.llr-birth-help {
	display: block;
	margin-top: 6px;
}

.single-product .llr-product-earn-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	gap: 12px;
	margin: 16px 0 0;
	padding: 14px 16px;
	width: 100%;
}

.single-product .llr-product-earn-card__icon {
	align-items: center;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.single-product .llr-product-earn-card__icon svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.single-product .llr-product-earn-card__content {
	display: grid;
	flex: 1 1 auto;
	gap: 2px;
	line-height: 1.35;
	min-width: 0;
}

.single-product .llr-product-earn-card__content strong {
	font-size: 0.94em;
}

.single-product .llr-product-earn-card__content span {
	font-size: 0.92em;
}

.single-product .llr-product-earn-card__content mark {
	background: #111;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-left: 4px;
	padding: 2px 8px;
}

.single-product .llr-product-earn-card__chevron {
	flex: 0 0 auto;
	font-size: 24px;
	line-height: 1;
	opacity: 0.45;
}

.llr-tier-progress {
	background: rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	height: 8px;
	margin: 12px 0 6px;
	overflow: hidden;
}

.llr-tier-progress span {
	background: currentColor;
	display: block;
	height: 100%;
}

.llr-redeem-help {
	font-size: 0.92em;
	margin-bottom: 0;
	opacity: 0.82;
}

@media (max-width: 480px) {
	.llr-birth-date-selects {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.llr-redeem-actions {
		display: grid;
	}

	.llr-apply-button.button,
	.llr-remove-button.button {
		width: 100%;
	}
}
