/* VivaView layout overrides — loaded after style.css to match vivaview-homepage-FINAL-2.html */

body.vv-theme .action_footer {
  display: none !important;
}

/* ── Reset theme / Bootstrap conflicts ── */
body.vv-theme footer.footer,
body.vv-theme .footer {
  background: var(--vv-sand) !important;
  min-height: 0 !important;
  padding: 64px 0 0 !important;
  border-top: 0.5px solid rgba(13, 27, 42, 0.1) !important;
  color: var(--vv-navy) !important;
}

body.vv-theme footer.footer p a,
body.vv-theme .footer p a {
  color: var(--vv-gold) !important;
}

body.vv-theme .footer .menufooter {
  margin-bottom: 0 !important;
}

body.vv-theme .footer .menufooter h4,
body.vv-theme footer .menufooter h4 {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--vv-navy) !important;
  margin: 0 0 22px !important;
  padding: 0 0 12px !important;
  border-bottom: 0.5px solid rgba(201, 169, 110, 0.4) !important;
  font-family: var(--font-body) !important;
}

body.vv-theme .footer .menufooter ul,
body.vv-theme footer .menufooter ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.vv-theme .footer .menufooter ul li,
body.vv-theme footer .menufooter ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 11px !important;
}

body.vv-theme .footer .menufooter ul li a,
body.vv-theme footer .menufooter ul li a {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--vv-text-secondary) !important;
  text-decoration: none !important;
  text-transform: none !important;
  display: inline-block !important;
  transition: color var(--transition-fast), padding-left var(--transition-fast) !important;
}

body.vv-theme .footer .menufooter ul li a:hover,
body.vv-theme footer .menufooter ul li a:hover {
  color: var(--vv-gold) !important;
  padding-left: 4px !important;
}

body.vv-theme .footer-col h4,
body.vv-theme .footer .footer-col h4 {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--vv-navy) !important;
  margin: 0 0 22px !important;
  padding: 0 0 12px !important;
  border-bottom: 0.5px solid rgba(201, 169, 110, 0.4) !important;
  font-family: var(--font-body) !important;
}

body.vv-theme .footer-col ul,
body.vv-theme .footer .footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.vv-theme .footer-col ul li,
body.vv-theme .footer .footer-col ul li {
  margin: 0 0 11px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.vv-theme .footer-col ul li a,
body.vv-theme .footer .footer-col ul li a {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--vv-text-secondary) !important;
  text-decoration: none !important;
  text-transform: none !important;
  display: inline-block !important;
}

body.vv-theme .footer-col ul li a:hover,
body.vv-theme .footer .footer-col ul li a:hover {
  color: var(--vv-gold) !important;
  padding-left: 4px !important;
}

body.vv-theme .footer-col .menu-title,
body.vv-theme .footer .menu-title {
  font-weight: 400 !important;
  text-transform: none !important;
}

body.vv-theme .footer-top {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
  gap: 48px !important;
  padding-bottom: 48px !important;
}

body.vv-theme .footer-top > .col-sm-4,
body.vv-theme .footer-top > .footer-col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.vv-theme .footer-bottom {
  border-top: 0.5px solid rgba(13, 27, 42, 0.1) !important;
  padding: 24px 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

body.vv-theme .footer-credit {
  font-size: 12px !important;
  color: var(--vv-text-tertiary) !important;
  text-align: right !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

body.vv-theme .footer-social-link i {
  font-size: 16px !important;
  color: var(--vv-navy) !important;
}

body.vv-theme .footer-social-link.whatsapp i {
  color: #25D366 !important;
}

body.vv-theme .footer-social-link:hover i {
  color: var(--vv-gold) !important;
}

body.vv-theme .footer-social-link.whatsapp:hover i {
  color: var(--vv-white) !important;
}

/* ── Top bar ── */
body.vv-theme .top-bar {
  background: var(--vv-navy) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 12px !important;
}

body.vv-theme .top-bar-inner {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.vv-theme .top-bar-left {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

body.vv-theme .top-bar-social {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding-right: 18px !important;
  border-right: 0.5px solid rgba(255, 255, 255, 0.12) !important;
}

body.vv-theme .top-bar-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: none !important;
}

body.vv-theme .top-bar-social-link i {
  font-size: 14px !important;
  color: inherit !important;
}

body.vv-theme .top-bar-social-link:hover {
  color: var(--vv-gold) !important;
}

body.vv-theme .top-bar-contact {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

body.vv-theme .top-bar .contact-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.vv-theme .top-bar .contact-item:hover {
  color: var(--vv-gold) !important;
}

body.vv-theme .top-bar-language,
body.vv-theme .footer-language {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: transparent !important;
  border: 0.5px solid rgba(255, 255, 255, 0.15) !important;
  padding: 6px 12px !important;
  border-radius: var(--radius-pill) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: none !important;
  text-transform: none !important;
}

body.vv-theme .footer-language {
  border-color: rgba(13, 27, 42, 0.15) !important;
  color: var(--vv-navy) !important;
  padding: 6px 14px !important;
}

body.vv-theme .top-bar .dropdown-menu,
body.vv-theme .footer .dropdown-menu {
  border-radius: 8px !important;
  border: 0.5px solid rgba(13, 27, 42, 0.08) !important;
  box-shadow: var(--shadow-card) !important;
  padding: 6px 0 !important;
}

body.vv-theme .top-bar .dropdown-item,
body.vv-theme .footer .dropdown-item {
  font-size: 13px !important;
  padding: 8px 16px !important;
  color: var(--vv-navy) !important;
}

/* ── Main navigation ── */
body.vv-theme .main-nav {
  background: var(--vv-white) !important;
  border-bottom: 0.5px solid rgba(13, 27, 42, 0.06) !important;
  box-shadow: 0 2px 12px rgba(13, 27, 42, 0.03) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99 !important;
  padding: 0 !important;
}

body.vv-theme .main-nav-inner {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  height: 88px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
}

body.vv-theme .main-nav .nav-logo img {
  height: 56px !important;
  width: auto !important;
  display: block !important;
}

body.vv-theme .main-nav .nav-menu-wrap {
  display: block !important;
  flex: 1 !important;
  padding: 0 2rem !important;
}

body.vv-theme .main-nav .nav-menu-wrap .nav-menu,
body.vv-theme .main-nav .nav-menu-wrap ul.nav-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  flex-direction: row !important;
}

body.vv-theme .main-nav .nav-menu > .menu-item,
body.vv-theme .main-nav .nav-menu > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.vv-theme .main-nav .nav-menu > .menu-item > a,
body.vv-theme .main-nav .nav-menu > li > a {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: var(--vv-navy) !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 6px 0 !important;
  background: transparent !important;
  border: none !important;
  line-height: 1.4 !important;
}

body.vv-theme .main-nav .nav-menu > .menu-item > a::after,
body.vv-theme .main-nav .nav-menu > li > a::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 0 !important;
  height: 1px !important;
  background: var(--vv-gold) !important;
  transform: translateX(-50%) !important;
  transition: width var(--transition-medium) !important;
}

body.vv-theme .main-nav .nav-menu > .menu-item > a:hover,
body.vv-theme .main-nav .nav-menu > li > a:hover,
body.vv-theme .main-nav .nav-menu > .menu-item.current-menu-item > a,
body.vv-theme .main-nav .nav-menu > li.current-menu-item > a {
  color: var(--vv-gold) !important;
  background: transparent !important;
}

body.vv-theme .main-nav .nav-menu > .menu-item > a:hover::after,
body.vv-theme .main-nav .nav-menu > li > a:hover::after,
body.vv-theme .main-nav .nav-menu > .menu-item.current-menu-item > a::after,
body.vv-theme .main-nav .nav-menu > li.current-menu-item > a::after {
  width: 100% !important;
}

body.vv-theme .main-nav .nav-menu .menu-title {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
}

body.vv-theme .main-nav .nav-menu-wrap .sub-menu {
  display: none !important;
}

body.vv-theme .main-nav .nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex-shrink: 0 !important;
}

body.vv-theme .main-nav .nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--vv-gold) !important;
  color: var(--vv-navy) !important;
  padding: 11px 22px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: var(--radius-pill) !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(201, 169, 110, 0.25) !important;
}

body.vv-theme .main-nav .nav-cta:hover {
  background: var(--vv-gold-soft) !important;
  color: var(--vv-navy) !important;
  transform: translateY(-2px) !important;
}

body.vv-theme .main-nav .nav-hamburger {
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 0.5px solid rgba(13, 27, 42, 0.15) !important;
  border-radius: 8px !important;
  gap: 5px !important;
  background: transparent !important;
  padding: 0 !important;
}

body.vv-theme .main-nav .nav-hamburger span {
  width: 18px !important;
  height: 1.5px !important;
  background: var(--vv-navy) !important;
  border-radius: 2px !important;
  display: block !important;
}

body.vv-theme .main-nav .navbar-collapse {
  flex-grow: 0 !important;
  padding: 0 !important;
}

body.vv-theme .main-nav .vv-mobile-menu {
  display: none !important;
  width: 100% !important;
  background: var(--vv-white) !important;
  border-top: 0.5px solid rgba(13, 27, 42, 0.08) !important;
}

body.vv-theme .main-nav .vv-mobile-menu.show {
  display: block !important;
}

body.vv-theme .main-nav .vv-mobile-menu-inner {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 20px 32px 28px !important;
}

body.vv-theme .main-nav .nav-menu-mobile,
body.vv-theme .main-nav .vv-mobile-menu .nav-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
}

body.vv-theme .main-nav .vv-mobile-menu .nav-menu > li > a,
body.vv-theme .main-nav .nav-menu-mobile > li > a {
  display: block !important;
  padding: 12px 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  color: var(--vv-navy) !important;
  text-decoration: none !important;
  border-bottom: 0.5px solid rgba(13, 27, 42, 0.06) !important;
}

body.vv-theme .main-nav .nav-cta-mobile {
  width: 100% !important;
  justify-content: center !important;
}

/* ── Hero (first section) ── */
body.vv-theme .hero {
  position: relative !important;
  height: 85vh !important;
  min-height: 580px !important;
  max-height: 820px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  color: var(--vv-white) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.vv-theme .hero-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
}

body.vv-theme .hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg,
    rgba(13, 27, 42, 0.35) 0%,
    rgba(13, 27, 42, 0.45) 60%,
    rgba(13, 27, 42, 0.55) 100%) !important;
  z-index: 2 !important;
}

body.vv-theme .hero-inner {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: 1280px !important;
  padding: 0 32px !important;
  text-align: center !important;
}

body.vv-theme .hero h1 {
  font-family: var(--font-display) !important;
  font-size: clamp(36px, 6vw, 68px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.5px !important;
  margin: 0 0 18px !important;
  color: var(--vv-white) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25) !important;
  text-transform: none !important;
}

body.vv-theme .hero h1 em {
  display: block !important;
  color: var(--vv-gold) !important;
  font-style: italic !important;
  font-weight: 600 !important;
  margin-top: 4px !important;
}

body.vv-theme .hero-subhead {
  font-size: clamp(14px, 1.4vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  max-width: 720px !important;
  margin: 0 auto 36px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) !important;
}

body.vv-theme .hero-subhead strong {
  color: var(--vv-gold) !important;
  font-weight: 600 !important;
}

body.vv-theme .hero-search-wrap {
  max-width: 760px !important;
  margin: 0 auto !important;
}

body.vv-theme .hero-tabs {
  display: inline-flex !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.2) !important;
  padding: 4px !important;
  border-radius: var(--radius-pill) !important;
  margin-bottom: 14px !important;
}

body.vv-theme .hero-tab {
  padding: 10px 32px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border-radius: var(--radius-pill) !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

body.vv-theme .hero-tab.active {
  background: var(--vv-gold) !important;
  color: var(--vv-navy) !important;
}

body.vv-theme .hero-search {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: var(--radius-card) !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr auto !important;
  gap: 8px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25) !important;
  margin: 0 !important;
}

body.vv-theme .hero-search select {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  color: var(--vv-navy) !important;
  padding: 14px 40px 14px 18px !important;
  border: 0.5px solid rgba(13, 27, 42, 0.1) !important;
  border-radius: 8px !important;
  background-color: var(--vv-white) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  height: auto !important;
  box-shadow: none !important;
}

body.vv-theme .hero-search-btn {
  background: var(--vv-navy) !important;
  color: var(--vv-white) !important;
  padding: 14px 32px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
}

body.vv-theme .hero-search-btn:hover {
  background: var(--vv-navy-soft) !important;
  color: var(--vv-white) !important;
}

body.vv-theme .hero-advanced {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 14px !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

body.vv-theme .hero-advanced:hover {
  color: var(--vv-gold) !important;
}

body.vv-theme .hero-advanced.is-open .hero-advanced-caret {
  transform: rotate(180deg) !important;
}

body.vv-theme .hero-search-form {
  text-align: center !important;
}

body.vv-theme .hero-advanced-panel {
  max-width: 760px !important;
  margin: 14px auto 0 !important;
  padding: 20px 22px !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: var(--radius-card) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25) !important;
}

body.vv-theme .hero-advanced-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr 1.2fr !important;
  gap: 20px !important;
  align-items: start !important;
}

body.vv-theme .hero-advanced-field .control-label {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: var(--vv-navy) !important;
}

body.vv-theme .hero-advanced-field .form-control {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  color: var(--vv-navy) !important;
  padding: 12px 16px !important;
  border: 0.5px solid rgba(13, 27, 42, 0.12) !important;
  border-radius: 8px !important;
  background-color: var(--vv-white) !important;
  height: auto !important;
  box-shadow: none !important;
}

body.vv-theme .hero-advanced-square .row > .col-2 {
  display: none !important;
}

body.vv-theme .hero-advanced-panel .list-of-suggetions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.vv-theme .hero-advanced-panel .list-of-suggetions li {
  padding: 5px 10px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: var(--vv-navy) !important;
  background: rgba(13, 27, 42, 0.05) !important;
  border: 0.5px solid rgba(13, 27, 42, 0.08) !important;
  border-radius: var(--radius-pill) !important;
  cursor: pointer !important;
}

body.vv-theme .hero-advanced-panel .list-of-suggetions li:hover {
  background: var(--vv-gold) !important;
  border-color: var(--vv-gold) !important;
  color: var(--vv-navy) !important;
}

body.vv-theme .hero-advanced-panel .vivaview-price-range .control-label,
body.vv-theme .hero-advanced-panel .vivaview-price-range__readout,
body.vv-theme .hero-advanced-panel .vivaview-price-range__from,
body.vv-theme .hero-advanced-panel .vivaview-price-range__to {
  color: var(--vv-navy) !important;
}

body.vv-theme .hero-advanced-panel .vivaview-price-range__sep {
  color: var(--vv-gold) !important;
  opacity: 1 !important;
}

body.vv-theme #ismain-homes {
  overflow-x: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.vv-theme #app {
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Responsive (match HTML breakpoints) ── */
@media (max-width: 1080px) {
  body.vv-theme .main-nav-inner {
    padding: 0 24px !important;
    height: 78px !important;
  }

  body.vv-theme .main-nav .nav-logo img {
    height: 48px !important;
  }

  body.vv-theme .main-nav .nav-menu-wrap {
    display: none !important;
  }

  body.vv-theme .main-nav .nav-hamburger {
    display: flex !important;
  }

  body.vv-theme .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
  }
}

@media (max-width: 900px) {
  body.vv-theme .top-bar-inner {
    padding: 0 20px !important;
    height: 38px !important;
  }
}

@media (max-width: 700px) {
  body.vv-theme .main-nav-inner {
    padding: 0 20px !important;
    height: 68px !important;
  }

  body.vv-theme .main-nav .nav-logo img {
    height: 40px !important;
  }

  body.vv-theme .main-nav .nav-cta {
    padding: 9px 16px !important;
    font-size: 10px !important;
  }

  body.vv-theme .top-bar .contact-item.email {
    display: none !important;
  }

  body.vv-theme .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.vv-theme .footer-credit {
    text-align: left !important;
  }
}

@media (max-width: 600px) {
  body.vv-theme .footer-top {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  body.vv-theme .hero-search {
    grid-template-columns: 1fr !important;
  }

  body.vv-theme .hero-advanced-grid {
    grid-template-columns: 1fr !important;
  }

  body.vv-theme .top-bar-contact {
    display: none !important;
  }

  body.vv-theme .top-bar-social {
    padding-right: 0 !important;
    border-right: none !important;
  }
}

/* Listing card — default theme property specs inside VivaView cards */
body.vv-theme .listing-card .specs .threemt {
  font-size: 0.9em !important;
  display: flex !important;
  flex: 1 !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  color: var(--vv-text-secondary) !important;
}

body.vv-theme .listing-card .specs .threemt span {
  font-size: 13.5px !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 14px 0 0 !important;
}

body.vv-theme .listing-card .specs .threemt span i {
  float: none !important;
  font-style: normal !important;
  display: inline-flex !important;
  align-items: center !important;
}

body.vv-theme .listing-card .specs .threemt span img {
  width: auto !important;
  height: auto !important;
  display: block !important;
}

body.vv-theme .listing-card .specs .threemt span .vti {
  margin-top: 0 !important;
  margin-left: 5px !important;
  font-style: normal !important;
}

/* Card links — override Bootstrap/global a:hover underline */
body.vv-theme a.listing-card,
body.vv-theme a.listing-card:hover,
body.vv-theme a.listing-card:focus,
body.vv-theme a.listing-view-more,
body.vv-theme a.listing-view-more:hover,
body.vv-theme a.listing-view-more:focus,
body.vv-theme a.filter-card,
body.vv-theme a.filter-card:hover,
body.vv-theme a.filter-card:focus,
body.vv-theme a.news-card,
body.vv-theme a.news-card:hover,
body.vv-theme a.news-card:focus,
body.vv-theme a.portfolio-card,
body.vv-theme a.portfolio-card:hover,
body.vv-theme a.portfolio-card:focus,
body.vv-theme a.portfolio-view-more,
body.vv-theme a.portfolio-view-more:hover,
body.vv-theme a.city-tile,
body.vv-theme a.city-tile:hover,
body.vv-theme a.guide-card,
body.vv-theme a.guide-card:hover {
  text-decoration: none !important;
}

body.vv-theme a.listing-card:hover *,
body.vv-theme a.listing-view-more:hover *,
body.vv-theme a.filter-card:hover *,
body.vv-theme a.news-card:hover *,
body.vv-theme a.portfolio-card:hover *,
body.vv-theme a.portfolio-view-more:hover *,
body.vv-theme a.city-tile:hover *,
body.vv-theme a.guide-card:hover * {
  text-decoration: none !important;
}
