.rdpv{
	--rdpv-blue:#064ea4;
	--rdpv-dark:#111827;
	--rdpv-muted:#5f6877;
	--rdpv-line:#dbe2ea;
	--rdpv-soft:#f4f7fb;
	margin:28px 0;
	color:var(--rdpv-dark);
}
.rdpv *{box-sizing:border-box}
.rdpv [hidden]{display:none!important}
.rdpv-disclosure{
	margin-bottom:18px;
	padding:14px 16px;
	border:1px solid #d8e5f3;
	border-left:4px solid var(--rdpv-blue);
	border-radius:10px;
	background:#f7fbff;
	font-size:14px;
	line-height:1.55;
}
.rdpv-filters{
	display:grid;
	grid-template-columns:minmax(260px,1.8fr) minmax(180px,1fr) minmax(145px,.7fr) auto;
	gap:12px;
	align-items:end;
	padding:18px;
	border:1px solid var(--rdpv-line);
	border-radius:14px;
	background:#fff;
	box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.rdpv-filters label{display:grid;gap:7px;margin:0}
.rdpv-filters label>span{
	color:#344054;
	font-size:12px;
	font-weight:800;
	letter-spacing:.02em;
}
.rdpv-filters input,
.rdpv-filters select{
	width:100%;
	height:46px;
	margin:0;
	padding:0 13px;
	border:1px solid #cbd5e1;
	border-radius:9px;
	background:#fff;
	color:var(--rdpv-dark);
	font:inherit;
}
.rdpv-filters input:focus,
.rdpv-filters select:focus{
	border-color:var(--rdpv-blue);
	outline:3px solid rgba(6,78,164,.13);
}
.rdpv-filters button,
.rdpv-empty button{
	min-height:46px;
	padding:0 18px;
	border:0;
	border-radius:9px;
	background:var(--rdpv-blue);
	color:#fff;
	font-family:inherit;
	font-size:14px;
	font-weight:800;
	line-height:1.1;
	cursor:pointer;
}
.rdpv-tabs{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:16px 0 6px;
}
.rdpv-tabs button{
	padding:9px 14px;
	border:1px solid var(--rdpv-line);
	border-radius:999px;
	background:#fff;
	color:#344054;
	font-family:inherit;
	font-size:13px;
	font-weight:800;
	line-height:1;
	cursor:pointer;
}
.rdpv-tabs button.is-active{
	border-color:var(--rdpv-blue);
	background:#eaf3ff;
	color:var(--rdpv-blue);
}
.rdpv-summary{
	display:flex;
	align-items:center;
	gap:6px;
	min-height:46px;
	color:var(--rdpv-muted);
	font-size:14px;
}
.rdpv-summary strong{color:var(--rdpv-dark)}
.rdpv-summary button{
	margin-left:auto;
	padding:5px 0;
	border:0;
	background:transparent;
	color:var(--rdpv-blue);
	font-family:inherit;
	font-size:13px;
	font-weight:800;
	line-height:1;
	cursor:pointer;
}
.rdpv-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
}
.rdpv-card{
	display:flex;
	min-width:0;
	flex-direction:column;
	overflow:hidden;
	border:1px solid var(--rdpv-line);
	border-radius:14px;
	background:#fff;
	box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.rdpv-card__media{
	position:relative;
	display:grid;
	min-height:200px;
	place-items:center;
	overflow:hidden;
	background:linear-gradient(145deg,#f8fafc,#eaf0f7);
}
.rdpv-card__media img{
	width:100%;
	height:220px;
	object-fit:contain;
	padding:14px;
	mix-blend-mode:multiply;
}
.rdpv-card__media>span{
	color:#9aa9ba;
	font-size:92px;
	font-weight:400;
	line-height:1;
}
.rdpv-card__badges{
	position:absolute;
	top:12px;
	left:12px;
	right:12px;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:8px;
}
.rdpv-card__badges span,
.rdpv-card__badges strong{
	padding:6px 8px;
	border-radius:7px;
	background:rgba(17,24,39,.9);
	color:#fff;
	font-size:11px;
	font-weight:800;
	line-height:1.15;
}
.rdpv-card__badges strong{background:#f5b700;color:#151515}
.rdpv-card__body{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:18px;
}
.rdpv-card__measure{
	margin:0 0 5px;
	color:var(--rdpv-blue);
	font-size:13px;
	font-weight:900;
}
.rdpv-card h3{
	margin:0;
	color:var(--rdpv-dark);
	font-size:19px;
	line-height:1.25;
}
.rdpv-card__tier{
	margin:8px 0 10px;
	color:#526070;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
}
.rdpv-card__body>p:not([class]){
	margin:0 0 18px;
	color:var(--rdpv-muted);
	font-size:14px;
	line-height:1.55;
}
.rdpv-card__footer{
	display:grid;
	gap:13px;
	margin-top:auto;
	padding-top:15px;
	border-top:1px solid #edf1f5;
}
.rdpv-card__footer span{display:grid;gap:3px}
.rdpv-card__footer small{color:var(--rdpv-muted)}
.rdpv-card__footer strong{font-size:13px}
.rdpv-card__footer a{
	display:flex;
	min-height:45px;
	align-items:center;
	justify-content:center;
	padding:10px 14px;
	border-radius:9px;
	background:var(--rdpv-blue);
	color:#fff!important;
	font-size:14px;
	font-weight:900;
	text-align:center;
	text-decoration:none!important;
}
.rdpv-card__footer a:hover{background:#043d81}
.rdpv-empty{
	padding:30px 20px;
	border:1px dashed #b8c4d1;
	border-radius:14px;
	background:var(--rdpv-soft);
	text-align:center;
}
.rdpv-empty strong{display:block;font-size:18px}
.rdpv-empty p{max-width:650px;margin:8px auto 16px;color:var(--rdpv-muted)}
@media (max-width:980px){
	.rdpv-filters{grid-template-columns:1fr 1fr}
	.rdpv-search{grid-column:1/-1}
	.rdpv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
	.rdpv-filters{grid-template-columns:1fr;padding:14px}
	.rdpv-search{grid-column:auto}
	.rdpv-grid{grid-template-columns:1fr}
	.rdpv-card__media{min-height:180px}
	.rdpv-card__media img{height:200px}
}
