.foxpost-pickup {
	margin: 12px 0 4px;
	padding: 14px;
	border: 1px solid #e4e4e7;
	border-radius: 8px;
	background: #fafafa;
}

.foxpost-pickup--empty {
	border-color: #ffb27a;
	background: #fff7f0;
}

.foxpost-pickup__selected {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.foxpost-pickup__icon {
	font-size: 20px;
	line-height: 1.2;
}

.foxpost-pickup__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.foxpost-pickup__info strong {
	font-size: 14px;
}

.foxpost-pickup__info span {
	font-size: 13px;
	color: #555;
}

.foxpost-pickup__button {
	display: inline-block;
	cursor: pointer;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #ff6a13;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	transition: background 0.15s ease;
}

.foxpost-pickup__button:hover {
	background: #e85d0a;
}

.foxpost-pickup__hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: #b45309;
}

/* Modal */
.foxpost-pickup__overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba( 0, 0, 0, 0.55 );
}

.foxpost-pickup__modal {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 900px;
	height: 85vh;
	max-height: 720px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba( 0, 0, 0, 0.35 );
}

.foxpost-pickup__modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 15px;
}

.foxpost-pickup__close {
	cursor: pointer;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	color: #555;
	padding: 0 4px;
}

.foxpost-pickup__close:hover {
	color: #000;
}

.foxpost-pickup__iframe {
	flex: 1 1 auto;
	width: 100%;
	border: 0;
}
