
.wcs-recurring-totals-panel {
	padding: 1em 0 0;
	position: relative;
}

.wcs-recurring-totals-panel:after {
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wcs-recurring-totals-panel+.wcs-recurring-totals-panel:after {
	border-top-width: 0;
}

.wcs-recurring-totals-panel .wc-block-components-panel .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

.wcs-recurring-totals-panel .wc-block-components-totals-item__label:first-letter {
	text-transform: capitalize;
}

.wcs-recurring-totals-panel .wcs-recurring-totals-panel__title .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wcs-recurring-totals-panel__title {
	margin: 0;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__button, .wcs-recurring-totals-panel__details .wc-block-components-panel__button:focus, .wcs-recurring-totals-panel__details .wc-block-components-panel__button:hover {
	font-size: .875em;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:first-child {
	margin-top: 0;
}

.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:last-child {
	margin-bottom: 0;
}

.wcs-recurring-totals-panel__details .wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label {
	font-weight: 700;
}

.wcs-recurring-totals__subscription-length {
	float: right;
}

.wcsg_add_recipient_fields_container label {
	display: inline-block;
	margin-bottom: 20px;
}

.wcsg_add_recipient_fields_container .wcsg_add_recipient_fields .woocommerce_subscriptions_gifting_recipient_email {
	margin-bottom: 20px;
	padding: 0;
}

.wcsg_add_recipient_fields_container .recipient_email:focus {
	outline-offset: -2px;
}

.wcsg-gifting-to-container-editing {
	display: flex;
	gap: 5px;
	margin-top: 12px;
}

.wcsg-gifting-to-container-editing .wc-block-components-text-input {
	flex-grow: 1;
	margin-top: 0;
}

.wcsg-gifting-to-container-editing .wp-element-button.gifting-update-button:not(.is-link) {
	min-height: unset;
	padding: 0 var(--xs, 20px);
}

.wcsg-gifting-to-container-editing .components-base-control__field {
	margin-bottom: 0;
}

.wcsg-gifting-to-container-editing .has-error .components-text-control__input {
	color: var(--wc-red, #cc1818);
}

.wcsg-gifting-to-container-view {
	display: flex;
	gap: 5px;
}

.wcsg-gifting-to-container-view .components-button.is-link {
	color: var(--wp--preset--color--contrast);
	font-size: medium;
}

.wcsg-block-recipient-container .components-checkbox-control__label {
	font-size: medium;
}

.wc-block-cart .wc-block-components-product-details__gifting-to, .wc-block-cart .wc-block-components-product-details__gifting-to-hidden, .wc-block-cart .wc-block-components-product-details__item-key, .wc-block-checkout .wc-block-components-product-details__gifting-to-hidden, .wc-block-checkout .wc-block-components-product-details__item-key {
	display: none;
}
