.mw-prb-wrap {
	display: flex;
	flex-direction: column;
	gap: var(--mw-prb-gap, 6px);
	max-width: var(--mw-prb-max-width, 320px);
}

.mw-prb-button {
	display: flex;
	align-items: stretch;
	min-height: 44px;
	background: var(--mw-prb-bg, #1f2c4d);
	color: var(--mw-prb-text, #fff) !important;
	text-decoration: none;
	border-radius: 2px;
	overflow: hidden;
	transition: background 0.18s ease;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.25;
}

.mw-prb-button:hover,
.mw-prb-button:focus {
	background: var(--mw-prb-bg-hover, #16213a);
	color: var(--mw-prb-text, #fff) !important;
	text-decoration: none;
}

.mw-prb-label {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	padding: 10px 16px;
}

.mw-prb-placeholder {
	padding: 14px;
	border: 1px dashed #cfd3da;
	color: #6b7280;
	font-style: italic;
	text-align: center;
	border-radius: 3px;
}

@media (max-width: 600px) {
	.mw-prb-wrap {
		max-width: 100%;
	}
}
