/* Buyer Protection fee line + info modal */

.clobber-buyer-protection-line {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 1.15rem;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(80, 57, 86, 0.75);
}

.clobber-buyer-protection-line .woocommerce-Price-amount {
	font-weight: 600;
	color: #503956;
}

.clobber-buyer-protection__info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #503956;
	cursor: pointer;
	line-height: 0;
	vertical-align: middle;
}

.clobber-buyer-protection__info svg {
	display: block;
	width: 1.05rem;
	height: 1.05rem;
}

.clobber-buyer-protection__info:hover,
.clobber-buyer-protection__info:focus-visible {
	color: #3f2d45;
}

.clobber-buyer-protection__info:focus-visible {
	outline: 2px solid #503956;
	outline-offset: 2px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .fee-buyer-protection th {
	font-weight: 500;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .clobber-buyer-protection-line {
	margin: 0;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

body.clobber-buyer-protection-modal-open {
	overflow: hidden;
}

.clobber-buyer-protection-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	z-index: 100000;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.clobber-buyer-protection-modal[hidden] {
	display: none !important;
}

.clobber-buyer-protection-modal__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.55);
	cursor: pointer;
}

.clobber-buyer-protection-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 28rem;
	max-height: calc(100dvh - 32px);
	overflow: auto;
	padding: 1.25rem 1.35rem 1.4rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(67, 36, 48, 0.18);
}

.clobber-buyer-protection-modal__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 0.75rem;
}

.clobber-buyer-protection-modal__title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	color: #503956;
}

.clobber-buyer-protection-modal__close {
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	margin: -0.25rem -0.35rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #503956;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.clobber-buyer-protection-modal__body {
	font-size: 0.9rem;
	line-height: 1.55;
	color: #6b6570;
}

.clobber-buyer-protection-modal__body p {
	margin: 0 0 0.7rem;
	font-size: 0.9em !important;
}

.clobber-buyer-protection-modal__body p:last-child {
	margin-bottom: 0;
}
