.rm-packeta-checkout-fields {
	display: none;
}

.rm-packeta-selector {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.rm-packeta-selector--shortcode {
	margin: 0 0 16px;
	padding: 12px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	background: #fff;
}

.rm-packeta-selected-point {
	display: inline-block;
	min-width: 180px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.rm-packeta-open-widget.button {
	white-space: normal;
}

.rm-packeta-order-details {
	margin-top: 24px;
}

@media (max-width: 640px) {
	.rm-packeta-selector {
		align-items: stretch;
		flex-direction: column;
	}

	.rm-packeta-open-widget.button {
		width: 100%;
		text-align: center;
	}
}
