.crea-search-bar { font-family: sans-serif; }
.crea-sticky-back { position: fixed; top: 100px; left: 20px; background: #cc0000; color: white !important; padding: 10px 20px; border-radius: 30px; font-weight: bold; text-decoration: none; z-index: 9999; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: 0.2s; }
.crea-sticky-back:hover { background: #a30000; transform: scale(1.05); }
.crea-sticky-nav { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.6); color: white !important; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 9999; font-size: 24px; text-decoration: none; transition: 0.2s; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.crea-sticky-nav:hover { background: #cc0000; transform: translateY(-50%) scale(1.1); }
#crea-sticky-prev { left: 20px; }
#crea-sticky-next { right: 20px; }
.crea-popup-nav { position: absolute; top: 80px; transform: translateY(-50%); background: rgba(0,0,0,0.6); color: #fff; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; z-index: 1000; }
.crea-popup-nav.left { left: 10px; } .crea-popup-nav.right { right: 10px; }
.crea-carousel-wrapper { position: relative; width: 100%; display: flex; flex-direction: column; margin-bottom: 40px; overflow: visible; }
.crea-carousel-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 12px; }
.crea-carousel-count { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 14px; font-weight: 600; color: #666; white-space: nowrap; }
.crea-carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; padding: 10px 5px; width: 100%; scrollbar-width: none; -ms-overflow-style: none; }
.crea-carousel-track::-webkit-scrollbar { display: none; }
.crea-carousel-arrow { background: #cc0000; border: none; color: #fff; font-size: 20px; width: 44px; height: 44px; min-width: 44px; border-radius: 50%; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(204,0,0,0.3); transition: all 0.2s; flex-shrink: 0; }
.crea-carousel-arrow:hover { background: #990000; transform: scale(1.1); box-shadow: 0 6px 16px rgba(204,0,0,0.4); }
@media (max-width: 768px) {
.crea-sticky-back { top: auto; bottom: 20px; left: 50%; transform: translateX(-50%); }
.crea-sticky-nav { width: 40px; height: 40px; font-size: 20px; }
.crea-carousel-arrow { width: 38px; height: 38px; min-width: 38px; font-size: 16px; }
.crea-carousel-count { font-size: 12px; }
} .crea-listing-grid { margin-top: 20px; }
.crea-card-link { text-decoration: none !important; color: inherit !important; display: block; transition: transform 0.2s; }
.crea-card-link:hover { transform: translateY(-5px); }
.crea-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border: 1px solid #eee; height: 100%; display: flex; flex-direction: column; }
.crea-card .crea-card-img-wrap {
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
position: relative;
background-color: #1a1a1a;
}
.crea-card .crea-card-img-wrap img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
object-position: center;
display: block;
}
.crea-card .crea-card-img-wrap img.crea-card-img--placeholder {
object-fit: contain !important;
padding: 20px;
box-sizing: border-box;
}
.crea-card-badge { position: absolute; top: 15px; left: 15px; background: rgba(0,0,0,0.7); color: #fff; padding: 6px 12px; border-radius: 4px; font-size: 0.85em; font-weight: bold; z-index: 2; backdrop-filter: blur(4px); }
.crea-card-badge.sold { background: #cc0000; }
.crea-card-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #cc0000;
color: #fff;
font-size: 18px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
z-index: 3;
opacity: 0;
transition: opacity 0.2s, background 0.2s;
user-select: none;
line-height: 1;
}
.crea-card-img-wrap:hover .crea-card-arrow { opacity: 1; }
.crea-card-arrow:hover { background: #990000; }
.crea-card-arrow--left { left: 8px; }
.crea-card-arrow--right { right: 8px; }
.crea-card-counter {
position: absolute;
bottom: 8px;
right: 8px;
background: rgba(0,0,0,0.6);
color: #fff;
font-size: 11px;
font-weight: 600;
padding: 3px 8px;
border-radius: 10px;
z-index: 3;
pointer-events: none;
}
.crea-card-courtesy {
margin: 8px 0 0 0;
font-size: 0.72em;
color: #999;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.crea-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.crea-card-price { margin: 0 0 8px 0; font-size: 1.6em; color: #2c3e50; font-weight: 800; }
.crea-card-address { margin: 0 0 20px 0; color: #666; font-size: 0.95em; line-height: 1.4; height: 2.8em; overflow: hidden; }
.crea-card-metrics { display: flex; gap: 20px; border-top: 1px solid #eee; margin-top: auto; padding-top: 15px; }
.crea-metric { display: flex; align-items: center; gap: 8px; color: #444; font-weight: 700; font-size: 1.1em; }
.crea-metric svg {
width: 22px;
height: 22px;
stroke: #cc0000;
fill: none;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
}
.crea-metric--more { color: #999; font-size: 1.4em; letter-spacing: 2px; margin-left: auto; }
.map-open-limit .crea-listing-grid > a:nth-child(n+4) { display: none !important; } .drx-map-active .crea-listing-grid {
display: flex !important;
flex-wrap: nowrap !important;
flex-direction: row !important;
overflow-x: auto !important;
overflow-y: hidden !important;
gap: 20px !important;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
grid-template-columns: none !important;
padding-bottom: 12px;
margin-top: 10px;
}
.drx-map-active .crea-listing-grid > a,
.drx-map-active .crea-listing-grid > .crea-card-link {
flex: 0 0 280px !important;
width: 280px !important;
min-width: 280px !important;
max-width: 280px !important;
}
.drx-map-active .crea-card .crea-card-img-wrap { aspect-ratio: 16 / 9 !important; }
.drx-map-active .crea-card-content { padding: 12px !important; }
.drx-map-active .crea-card-price { font-size: 1.3em !important; margin-bottom: 4px !important; }
.drx-map-active .crea-card-address { font-size: 0.85em !important; margin-bottom: 10px !important; height: 2.4em !important; }
.drx-map-active .crea-card-metrics { padding-top: 10px !important; gap: 14px !important; }
.drx-map-active .crea-listing-grid > a:hover,
.drx-map-active .crea-listing-grid > .crea-card-link:hover { transform: translateY(-3px); }
.drx-map-active .crea-listing-grid::-webkit-scrollbar { height: 8px; }
.drx-map-active .crea-listing-grid::-webkit-scrollbar-track { background: #f2f2f2; border-radius: 4px; }
.drx-map-active .crea-listing-grid::-webkit-scrollbar-thumb { background: #cc0000; border-radius: 4px; }
.drx-map-active .crea-listing-grid > div[style*="grid-column"] { display: none !important; }
.drx-map-active > div:first-child { display: none !important; }
.drx-map-active > div:last-child:not(.crea-listing-grid) { display: none !important; } .leaflet-container .leaflet-control-zoom a,
.leaflet-touch .leaflet-bar a {
width: 44px !important;
height: 44px !important;
line-height: 44px !important;
font-size: 26px !important;
background-color: #cc0000 !important;
color: #ffffff !important;
border-color: #990000 !important;
font-weight: bold !important;
transition: all 0.2s ease;
}
.leaflet-container .leaflet-control-zoom a:hover,
.leaflet-touch .leaflet-bar a:hover {
background-color: #aa0000 !important;
color: #ffffff !important;
transform: scale(1.05);
} .crea-popup-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #cc0000 !important;
font-size: 22px !important;
font-weight: bold;
cursor: pointer;
z-index: 1000;
background: rgba(255, 255, 255, 0.85) !important;
padding: 6px 12px;
border-radius: 4px;
user-select: none;
transition: all 0.2s ease;
line-height: 1;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.crea-popup-nav.left { left: 8px; }
.crea-popup-nav.right { right: 8px; }
.crea-popup-nav:hover {
background: #cc0000 !important;
color: #ffffff !important;
transform: translateY(-50%) scale(1.05);
}
.leaflet-popup-content-wrapper, .leaflet-popup-content { overflow: visible !important; }
.crea-popup-nav.left { left: -35px !important; }
.crea-popup-nav.right { right: -35px !important; } .br-return-btn {
background-color: #111111;
color: #ffffff;
border: 2px solid #cc0000;
padding: 10px 24px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
border-radius: 4px;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
text-transform: uppercase;
margin-bottom: 20px;
}
.br-return-btn:hover {
background-color: #f2f2f2;
color: #111111;
border-color: #111111;
} .drx-gf-tag {
display: inline-block;
background: #111;
color: #fff;
border: 1px solid #111;
padding: 4px 12px;
border-radius: 4px;
font-size: 14px;
font-weight: 700;
margin: 4px 4px 0 0;
}
.drx-listing-class.drx-lc-sale {
background: #111;
border-color: #111;
color: #fff;
}
.drx-listing-class.drx-lc-rent {
background: #111;
border-color: #111;
color: #fff;
}
.drx-gf-metrics {
display: flex;
flex-wrap: wrap;
gap: 8px 14px;
margin-top: 8px;
}
.drx-gf-metric {
color: #555;
font-size: 15px;
font-weight: 600;
white-space: nowrap;
}
.drx-gf-metrics .drx-gf-metric {
display: inline-flex;
align-items: center;
gap: 2px;
}
.drx-gf-detail {
color: #777;
font-size: 13px;
margin-top: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.drx-ico {
font-style: normal;
font-size: 1.35em;
vertical-align: middle;
margin-right: 2px;
line-height: 1;
}
.crea-card .drx-gf-price {
color: #cc0000 !important;
font-weight: 800 !important;
}
.drx-price-row {
display: flex;
align-items: baseline;
gap: 10px;
flex-wrap: wrap;
}
.drx-price-row .crea-card-price {
margin: 0;
}
.drx-gf-tax {
color: #666;
font-size: 13px;
font-weight: 500;
white-space: nowrap;
} .br-similar-carousel {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 20px;
padding-bottom: 15px;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}
.br-similar-carousel > a,
.br-similar-carousel .crea-card-link { flex: 0 0 300px; max-width: 300px; }
.br-similar-carousel::-webkit-scrollbar { height: 8px; }
.br-similar-carousel::-webkit-scrollbar-track { background: #f2f2f2; border-radius: 4px; }
.br-similar-carousel::-webkit-scrollbar-thumb { background: #cc0000; border-radius: 4px; } @media (max-width: 768px) {
.crea-card-arrow { opacity: 0.7 !important; width: 28px; height: 28px; font-size: 15px; }
.crea-card-link:hover { transform: none !important; }
.crea-card-content { padding: 14px !important; }
.crea-card-price { font-size: 1.35em !important; }
.crea-card-address { font-size: 0.88em !important; height: auto !important; max-height: 2.8em; }
.crea-card-metrics { gap: 12px !important; padding-top: 10px !important; }
.crea-metric { font-size: 1em !important; gap: 5px !important; }
.crea-metric svg { width: 18px !important; height: 18px !important; }
.crea-card-badge { top: 10px; left: 10px; padding: 4px 10px; font-size: 0.78em; }
.crea-popup-nav.left { left: 4px !important; }
.crea-popup-nav.right { right: 4px !important; }
.crea-popup-nav { padding: 4px 8px; font-size: 18px !important; }
.drx-map-active .crea-listing-grid > a,
.drx-map-active .crea-listing-grid > .crea-card-link {
flex: 0 0 240px !important; width: 240px !important;
min-width: 240px !important; max-width: 240px !important;
}
.br-similar-carousel > a,
.br-similar-carousel .crea-card-link { flex: 0 0 250px; max-width: 250px; }
.br-similar-carousel { gap: 12px; }
}
@media (max-width: 480px) {
.crea-card-content { padding: 12px !important; }
.crea-card-price { font-size: 1.2em !important; margin-bottom: 4px !important; }
.crea-card-address { font-size: 0.82em !important; margin-bottom: 12px !important; }
.crea-card-metrics { gap: 8px !important; }
.crea-metric { font-size: 0.9em !important; }
.drx-map-active .crea-listing-grid > a,
.drx-map-active .crea-listing-grid > .crea-card-link {
flex: 0 0 210px !important; width: 210px !important;
min-width: 210px !important; max-width: 210px !important;
}
.br-similar-carousel > a,
.br-similar-carousel .crea-card-link { flex: 0 0 220px; max-width: 220px; }
}
@media (hover: none) and (pointer: coarse) {
.crea-card-arrow { opacity: 0.65 !important; }
}