.rpm-wrap {
	font-family: 'Inter', sans-serif;
	background: #F5F8FB;
	border-radius: 12px;
	padding: 20px;
	color: #020F52;
}

.rpm-search-bar {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.rpm-input,
.rpm-select {
	height: 42px;
	border-radius: 6px;
	border: 1px solid #B4B2A9;
	padding: 0 12px;
	font-size: 14px;
	background: #fff;
	font-family: inherit;
}

.rpm-input {
	flex: 1;
	min-width: 200px;
}

.rpm-btn {
	height: 42px;
	padding: 0 22px;
	border-radius: 6px;
	border: none;
	background: #EB0A14;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.rpm-btn:hover {
	background: #c40911;
}

.rpm-category-filters {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.rpm-cat-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 100px;
	padding: 10px 8px;
	border-radius: 8px;
	border: 2px solid #B4B2A9;
	background: #fff;
	cursor: pointer;
	font-family: inherit;
}

.rpm-cat-btn:hover {
	border-color: #5F5E5A;
}

.rpm-cat-btn.active {
	border-color: #041C8D;
	background: #D0EBFC;
}

.rpm-cat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	color: #5F5E5A;
}

.rpm-cat-btn.active .rpm-cat-icon-all {
	color: #041C8D;
}

.rpm-cat-label {
	font-size: 12px;
	color: #5F5E5A;
	text-align: center;
	line-height: 1.3;
}

.rpm-cat-btn.active .rpm-cat-label {
	color: #042C53;
	font-weight: 500;
}

.rpm-map-shield-icon {
	background: none;
	border: none;
}

.rpm-body {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 16px;
}

@media (max-width: 720px) {
	.rpm-body {
		grid-template-columns: 1fr;
	}
}

.rpm-map {
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #B4B2A9;
}

.rpm-results {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 420px;
	overflow-y: auto;
}

.rpm-hint {
	color: #5F5E5A;
	font-size: 14px;
}

.rpm-card {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #B4B2A9;
	padding: 12px 14px;
}

.rpm-card-name {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
	color: #020F52;
}

.rpm-card-meta {
	margin: 0;
	font-size: 13px;
	color: #5F5E5A;
	line-height: 1.5;
}

.rpm-card-distance {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #041C8D;
	background: #D0EBFC;
	padding: 2px 8px;
	border-radius: 4px;
}

.rpm-card a {
	color: #041C8D;
}
