.l23fs-shipping-label {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.l23fs-shipping-label__icon {
	border-radius: 3px;
	height: 18px;
	object-fit: contain;
	width: auto;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":dhl"]) .wc-block-components-radio-control__label,
.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":ups"]) .wc-block-components-radio-control__label,
.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":fedex"]) .wc-block-components-radio-control__label {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":dhl"]) .wc-block-components-radio-control__label::before,
.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":ups"]) .wc-block-components-radio-control__label::before,
.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":fedex"]) .wc-block-components-radio-control__label::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex: 0 0 54px;
	height: 18px;
	width: 54px;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":dhl"]) .wc-block-components-radio-control__label::before {
	background-image: url("../img/carriers/dhl.svg");
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":ups"]) .wc-block-components-radio-control__label::before {
	background-image: url("../img/carriers/ups.svg");
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":fedex"]) .wc-block-components-radio-control__label::before {
	background-image: url("../img/carriers/fedex.svg");
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__label-group {
	align-items: center;
	gap: 12px;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__label {
	min-width: 0;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__secondary-label {
	flex: 0 0 auto;
	white-space: nowrap;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__description-group {
	display: block;
	margin-top: 6px;
}

.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__secondary-description {
	color: #64748b;
	flex-basis: 100%;
	font-size: 13px;
	padding-left: 0;
	text-align: left;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__heading {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__heading::before {
	color: #64748b;
	content: "Secure payments powered by";
	font-size: 13px;
	line-height: 1.3;
	margin-left: auto;
	order: 1;
	white-space: nowrap;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__heading::after {
	background: url("https://www.layer23-switch.com/wp-content/uploads/svg/stripe.svg") center / contain no-repeat;
	content: "";
	display: block;
	flex: 0 0 64px;
	height: 20px;
	order: 2;
	width: 64px;
}

@media (max-width: 600px) {
	.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) {
		padding-left: 44px;
		padding-right: 12px;
	}

	.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":dhl"]) .wc-block-components-radio-control__label::before,
	.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":ups"]) .wc-block-components-radio-control__label::before,
	.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"][value$=":fedex"]) .wc-block-components-radio-control__label::before {
		flex-basis: 42px;
		height: 16px;
		width: 42px;
	}

	.wc-block-components-radio-control__option:has(input[value*="l23_fixed_express"]) .wc-block-components-radio-control__secondary-description {
		font-size: 12px;
	}

	.wc-block-checkout__payment-method .wc-block-components-checkout-step__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.wc-block-checkout__payment-method .wc-block-components-checkout-step__heading::before {
		margin-left: 0;
	}
}
