/* DPD parcelshop checkout picker (feature 013b). */

.wpdpd-pudo-picker {
	margin: 8px 0 4px;
}

.wpdpd-pudo-picker .wpdpd-pudo-open {
	cursor: pointer;
}

.wpdpd-pudo-selected {
	margin-top: 6px;
	font-size: 0.92em;
	line-height: 1.4;
}

.wpdpd-pudo-selected .wpdpd-pudo-label {
	display: block;
}

/* Widget modal */
.wpdpd-widget-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 0, 0, 0, 0.55 );
	padding: 16px;
}

.wpdpd-widget-modal {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 920px;
	height: 80vh;
	max-height: 720px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.35 );
}

.wpdpd-widget-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	border-bottom: 1px solid #e2e2e2;
}

.wpdpd-widget-title {
	font-weight: 600;
}

.wpdpd-widget-close {
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #555;
	padding: 0 4px;
}

.wpdpd-widget-close:hover {
	color: #000;
}

.wpdpd-widget-iframe {
	flex: 1 1 auto;
	width: 100%;
	border: 0;
}
