.wedev-logistics-shipping-rate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.wedev-logistics-shipping-rate__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.wedev-logistics-shipping-rate__title {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.2;
}

.wedev-logistics-shipping-rate__delivery-time {
	display: block;
	margin-top: 4px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: inherit;
	opacity: 0.82;
}

.wedev-logistics-shipping-rate__price {
	flex: 0 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.woocommerce ul#shipping_method li label .wedev-logistics-shipping-rate,
.woocommerce .cart_totals .woocommerce-shipping-totals td .wedev-logistics-shipping-rate {
	color: inherit;
}

.wedev-logistics-shipping-notice-row td {
	padding-top: 8px !important;
}

.wedev-logistics-shipping-notice,
.wedev-logistics-shipping-blocks__notice {
	margin: 8px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: #6b6b6b;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wc-block-components-radio-control__option-layout {
	width: 100%;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wc-block-components-radio-control__label-group {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	grid-template-areas:
		"title price"
		"time price" !important;
	column-gap: 16px;
	row-gap: 4px;
	width: 100%;
	align-items: start !important;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wc-block-components-radio-control__label {
	grid-area: title;
	display: block !important;
	margin: 0 !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #272727;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wedev-logistics-shipping-blocks__delivery-time {
	grid-area: time;
	display: block !important;
	margin-top: 2px;
	font-family: "Montserrat", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #6b6b6b !important;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wc-block-components-radio-control__secondary-label {
	grid-area: price;
	display: block !important;
	align-self: center;
	justify-self: end;
	margin: 0 !important;
	white-space: nowrap;
	text-align: right;
}

.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__option
	.wc-block-components-radio-control__secondary-label
	.wc-block-components-formatted-money-amount {
	font-family: "Roboto", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #272727;
}

@media (max-width: 640px) {
	.wedev-logistics-shipping-rate {
		align-items: flex-start;
		flex-direction: column;
	}

	.wedev-logistics-shipping-rate__price {
		text-align: left;
	}

	.wc-block-components-shipping-rates-control__package
		.wc-block-components-radio-control__option
		.wc-block-components-radio-control__label-group {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-areas:
			"title"
			"time"
			"price" !important;
	}

	.wc-block-components-shipping-rates-control__package
		.wc-block-components-radio-control__option
		.wc-block-components-radio-control__secondary-label {
		justify-self: start;
		text-align: left;
		margin-top: 8px !important;
	}

	.wedev-logistics-shipping-blocks__notice {
		margin-top: 10px;
	}
}
