.rv-search-app{max-width:1180px;margin:30px auto;color:#18251d;font-family:inherit}
.rv-search-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;background:#fff;border:1px solid #e2e8e4;border-radius:16px;padding:20px;box-shadow:0 8px 25px rgba(29,73,48,.08)}
.rv-search-field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px;color:#365442}
.rv-search-field input{width:100%;height:48px;border:1px solid #cdd9d1!important;border-radius:10px!important;padding:0 13px!important;background:#fff!important}
.rv-search-button,.rv-signup-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:10px;background:#168446;color:#fff!important;font-weight:700;text-decoration:none;padding:0 22px;cursor:pointer}
.rv-search-button:hover,.rv-signup-button:hover{background:#0f6c38;color:#fff}
.rv-search-summary{margin:22px 0 12px;color:#53675a}
.rv-property-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.rv-property-card{overflow:hidden;background:#fff;border:1px solid #e0e8e2;border-radius:14px;box-shadow:0 6px 20px rgba(30,65,42,.07)}
.rv-property-image{height:175px;background:#edf3ef}.rv-property-image img{width:100%;height:100%;object-fit:cover}.rv-no-image{height:100%;display:flex;align-items:center;justify-content:center;color:#6b7d70;font-weight:700}
.rv-property-content{padding:15px}.rv-listing-type{display:inline-block;border-radius:15px;padding:3px 9px;background:#fff2cc;color:#795d00;font-size:11px;font-weight:800;text-transform:uppercase}
.rv-property-content h3{font-size:17px;line-height:1.35;margin:9px 0 7px;color:#17241b}.rv-property-location{font-size:13px;color:#657368;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rv-property-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:15px;padding-top:13px;border-top:1px solid #edf0ee}.rv-property-bottom strong{font-size:18px;color:#15733d}.rv-property-bottom small{font-size:10px;font-weight:500}.rv-property-bottom a{font-size:12px;font-weight:700;color:#15733d}
.rv-signup-panel,.rv-detail-lock{text-align:center;margin-top:20px;padding:28px;background:#f2f8f4;border:1px solid #d6e8dc;border-radius:16px}.rv-more-count{font-size:18px;font-weight:800;color:#168446;margin-bottom:18px}.rv-signup-panel h3{margin:0 0 6px}.rv-signup-panel p{margin:0 0 18px}
.rv-public-detail{background:#fff;border:1px solid #e1e8e3;border-radius:16px;padding:22px}.rv-back-link{display:inline-block;margin-bottom:12px}.rv-detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.rv-detail-gallery img{width:100%;height:220px;object-fit:cover;border-radius:10px}.rv-detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#e3e9e5;border:1px solid #e3e9e5}.rv-detail-list div{display:flex;justify-content:space-between;gap:15px;background:#fff;padding:14px}.rv-detail-list span{color:#69766d}.rv-search-empty{padding:25px;text-align:center;background:#fff8e5;border-radius:12px;margin-top:18px}
@media(max-width:900px){.rv-property-grid{grid-template-columns:repeat(2,1fr)}.rv-search-form{grid-template-columns:1fr 1fr}.rv-search-button{grid-column:1/-1}.rv-detail-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.rv-search-app{margin:15px auto}.rv-search-form,.rv-property-grid,.rv-detail-list{grid-template-columns:1fr}.rv-search-button{grid-column:auto}.rv-property-image{height:210px}.rv-detail-gallery{display:flex;overflow-x:auto}.rv-detail-gallery img{min-width:85%;height:230px}.rv-detail-list div{display:block}.rv-detail-list span{display:block;margin-bottom:4px}}
.rv-property-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rv-property-card-link .rv-property-card {
    height: 100%;
}

.rv-card-action {
    color: #168446;
    font-weight: 800;
}
