.wc-block-components-totals-shipping {
	// Added extra label for specificity.
	fieldset.wc-block-components-totals-shipping__fieldset {
		background-color: transparent;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.wc-block-components-totals-shipping__options {
		.wc-block-components-radio-control__label,
		.wc-block-components-radio-control__description,
		.wc-block-components-radio-control__secondary-label,
		.wc-block-components-radio-control__secondary-description {
			flex-basis: 100%;
			text-align: left;
		}
	}

	.wc-block-components-radio-control__option,
	.wc-block-components-radio-control__option-layout {
		&:last-child::after {
			display: none;
		}
	}

	.wc-block-components-shipping-rates-control__no-results-notice {
		margin-bottom: em($gap-small);
	}

	.wc-block-components-totals-shipping__change-address-button {
		@include link-button();

		&:hover,
		&:focus,
		&:active {
			opacity: 0.8;
		}
	}

	.wc-blocks-components-panel:last-child::after {
		border-bottom-width: 0;
	}
}
