/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.transparent-header.user_not_logged_in #header.cloned .header-widget .sign-in, .user_not_logged_in .header-widget .sign-in {
	border: 1px solid black;
}
/* RollBNB: van specs triangle layout on smaller screens */
@media (max-width: 1400px) {
  .vw-spec {
    display: flex;
    flex-direction: column;   /* icon on top, content below */
    align-items: flex-start;
    gap: 4px;
  }


  .vw-spec > i {
    font-size: 1.2em;         /* tweak icon size if needed */
    margin-bottom: 2px;
  }

  .vw-spec-content {
    display: flex;
    flex-direction: row;      /* label and value next to each other */
    align-items: baseline;
    gap: 4px;
  }

  .vw-spec-label {
    font-weight: 600;
  }

  .vw-spec-value {
    font-weight: 400;
  }
}

.vw-spec-value {
	line-height: 15px;
}

/* RollBNB: make card prices BIG again */

/* Reset any small font-size from theme */
.card-foot .price {
  font-size: 2rem !important;      /* base */
  line-height: 1.4 !important;
}

/* Main CLP line: big + bold + green */
.card-foot .price-main {
  font-size: 2rem !important;   /* bigger */
  font-weight: 700 !important;
  color: #566a2f !important;       /* your green */
}

.card-foot .price-main small {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}

/* Approx. USD line: smaller + grey */
.card-foot .price-sub {
  margin-top: 2px;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
}


.booking-detail-item .booking-breakdown:not(.booking-breakdown-rollbnb) {
    display: none !important;
}

/* Local Poppins from /wp-content/fonts/poppins/ */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

/* Use 400 file also for medium (500) if needed */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

/* Alias 700 bold to the 600 file so the browser stops faking it */
@font-face {
    font-family: 'PoppinsLocal';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

/* Global font override: force Poppins everywhere, normal weight by default */
html, body {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 400;
}

body,
p,
span,
a,
li,
label,
small,
em,
div,
table,
td,
th {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 400;
}

/* Headings – use semi-bold instead of ultra-bold */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 600;
}

/* Real bolds – map to 600 so they look clean */
strong,
b,
.bold,
.listing-title strong {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 600 !important;
}

/* Form controls & selects */
button,
input,
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Listeo / theme specific containers */
.listing-title,
.listing-item,
.listing-item-content,
.property-card,
.sidebar,
.widget,
.header,
.main-navigation,
.footer {
    font-family: 'PoppinsLocal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}



/* language switcher li under "Account" */
.dashboard-nav-inner .cm-lang-switcher,
.dashboard-nav-inner .cm-lang-switcher:hover {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-left: 30px;
    background: transparent !important;
    box-shadow: none !important;
}

/* kill any pill background the theme might inject */
.dashboard-nav-inner .cm-lang-switcher::before,
.dashboard-nav-inner .cm-lang-switcher::after {
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* language switcher link – match nav icon + text size */
.cm-lang-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.cm-lang-link span {
    color: inherit;
}

/* flag size ≈ nav icons */
.cm-lang-link img {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
}

.cm-lang-link:hover {
    text-decoration: underline;
}

/* ───────── Real divider lines in nav ───────── */

.dashboard-nav-inner li.nav-divider,
.dashboard-nav-inner li.nav-divider:hover {
    margin: 8px 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
}

/* full-width line starting at icon column */
.dashboard-nav-inner li.nav-divider::before {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.28);
    margin: 6px 0;
}

/* spacing variants */
.dashboard-nav-inner li.nav-divider-main::before {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard-nav-inner li.nav-divider-bookmarks::before {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ───────── existing custom CSS (with ul border removed) ───────── */

.sidebar.left {
    margin-top: 50px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal span {
  display: none;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 0;
  clear: both;
  float: inline-end;
  margin-top: -40px;
}

/* removed: .dashboard-nav-inner ul { border-bottom: 1px solid black; } */

body.light-dashboard.page-template-template-dashboard .dashboard-nav ul::before {
    font-weight: 600;
    font-size: 11px;
    padding-left: 20px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
}

a.pinterest-share {
    display: none !important;
}

#add-review {
  display: none;
}

#listeo-search-form_location_search a{
    right: 20px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

.listing-address {
  display: none !important;
}

.feature-tag-nl {
  display:none;
}

.listing-location-nl {
  display : none;
}

.card .star-rating {
    display: block;
    font-size: 10px;
}

.card .rating-counter  {
    font-size : 14px
}

.toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 16px 0;
  flex-wrap: wrap;
}

.listing-links.contact-links {
  display: none;
}

.listing-details-sidebar {
  display: none;
}

.contact-section-modern {
  display: none;
}

.vw-license-legend {
  display: none;
}

#logo img {
  max-height: 65px !important;
}

#navigation ul li a.glink::after {
  content: none;
}

#grid .pagination a,
#grid .pagination span {
  display: inline-block !important;
  margin: 0 5px !important;
  padding: 0px 10px;
  border-radius: 8px !important;
  text-decoration: none;
  color: #333 !important;
  min-width:55px;
  width: fit-content !important;
}

@media (max-width: 768px) {
  .toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .toolbar::-webkit-scrollbar {
    display: none;
  }
  .chip {
    flex-shrink: 0;
  }
}

.otgs-development-site-front-end {
    display: none;
}

@media (min-width: 1300px) {
  body.single-listing:not(.listing-type-service) .daterangepicker:not(.single) {
    width: 600px;
  }
}

/* Desktop & general logo */
#logo img,
#listeo_logo,
.header-logo img,
.logo img {
    height: auto !important;
    width: auto !important;
    max-height: 80px !important;   /* desktop size */
    object-fit: contain !important;
}

/* Mobile: force logo height, override Listeo mobile rules */
@media (max-width: 768px) {
  body header #logo img#listeo_logo {
    height: auto !important;
    width: auto !important;
    max-height: 70px !important;  /* adjust to taste */
    object-fit: contain !important;
  }
}

.dashboard-nav-inner > ul:nth-child(1) {
    margin-top: 30px !important;
}


/* Booking confirmation – RollBNB breakdown */
.booking-breakdown-rollbnb .rb-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
  padding: 2px 0px;
 border-top: 1px solid #e0e0e0;
}

.booking-breakdown-rollbnb .rb-label {
  flex: 1;
  font-size: 14px;
}

.booking-breakdown-rollbnb .rb-amount {
  text-align: right;
  white-space: nowrap;
}

.booking-breakdown-rollbnb .rb-amount .rb-clp {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.booking-breakdown-rollbnb .rb-amount .rb-usd {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

/* RollBNB – booking confirmation: let breakdown sit below the total line */
.boxed-widget.opening-hours.summary
  ul#booking-confirmation-summary
  li.total-costs {
  display: block !important;      /* kill Listeo's flex here */
}

div.booking-breakdown.booking-breakdown-rollbnb {
	margin-top: 40px !important;
}

.opening-hours.summary li.total-costs span {
	text-align: left;
}

.rb-usd {
	margin-right: 10px;
	color: #6b7280 !important;
	font-style: italic;
	font-weight: 300;
}
.price-sub  {
	font-style: italic;
	font-weight: 300;
}

/* Breakdown rows: label left, CLP + USD right */
.booking-breakdown-rollbnb > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-top: 4px;
}

/* Left side: label ("Costo del alquiler (noches) ...") */
.booking-breakdown-rollbnb > div > span:first-child,
.booking-breakdown-rollbnb > div > p:first-child {
  flex: 1;
  font-size: 14px;
}

/* Right side: CLP + approx. USD */
.booking-breakdown-rollbnb .rb-cell {
  text-align: right;
  flex-shrink: 0;           /* don't let it get squeezed too small */
}

/* CLP line */
.booking-breakdown-rollbnb .rb-cell .rb-clp {
  font-size: 14px;
  font-weight: 600;
}

/* USD line: small, italic, grey */
.booking-breakdown-rollbnb .rb-cell .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
  margin-top: 2px;
}

/* RollBNB – force "Price includes" items onto separate lines */
.booking-list.booking-price-includes {
  margin-top: 4px;
  padding-left: 0;
}

.booking-list.booking-price-includes li {
  display: inline-block;          /* stack each item */
  margin: 2px 0;           /* small vertical spacing */
}

.booking-list.booking-price-includes .rb-amount {
  display: inline-block;          /* CLP + USD under each other if needed */
}

/* Checkout pay page – Price includes block */
.rb-price-includes h5 {
  margin-bottom: 4px;
}

.rb-price-includes .rb-line {
  display: block;
  margin: 3px 0;
}

.rb-price-includes .rb-label {
  display: inline-block;
  min-width: 170px;
}

.rb-price-includes .rb-clp {
  font-weight: 600;
  margin-right: 4px;
}

.rb-price-includes .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
}

.booking-breakdown-rollbnb .rb-cell {
    white-space: nowrap;
    text-align: right;
}

.booking-price .rb-clp,
.booking-price .rb-usd {
    display: block;
}

/* Booking breakdown – single column, one row per item */
.booking-breakdown-rollbnb {
  display: block;
  width: 100%;
}

/* Each row: label left, CLP + USD right, wraps cleanly on mobile */
.booking-breakdown-rollbnb > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}


/* =========================================================
   ROLBNB – Unified booking card layout (host + traveler)
   ========================================================= */

/* 1) Two equal columns for card body (Booking Date | Booking Details) */
.booking-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .booking-content-grid {
    grid-template-columns: 1fr;   /* stack on tablets / small screens */
  }
}

/* 2) Price section full-width inside the card */
.booking-section-price .booking-detail-item {
  float: none !important;
  width: 100% !important;
  clear: both;
  display: block;
  box-sizing: border-box;
}

/* 3) Breakdowns: label left, numbers right, same font size */
.booking-breakdown-rollbnb > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
  font-size: 14px;
}

.booking-breakdown-rollbnb .rb-label {
  flex: 1;
  font-size: 14px;
  font-weight: 600;          /* match CLP amounts */
}

.booking-breakdown-rollbnb .rb-cell {
  text-align: right;
  flex-shrink: 0;
}

.booking-breakdown-rollbnb .rb-cell .rb-clp {
  font-size: 14px;
  font-weight: 600;
}

.booking-breakdown-rollbnb .rb-cell .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
  margin-top: 2px;
}

/* 4) Indent main price + breakdown under "Precio" bar */
.booking-section-price .booking-price {
  margin-top: 10px;
  padding-left: 15px;
}

.booking-section-price .booking-breakdown-rollbnb {
  margin-left: 15px;
}

/* 5) Ensure footer always sits directly under the card */
.booking-card-footer {
  clear: both;
}

/* ==========================================================
   ROLBNB – UNIFIED BOOKING LAYOUT (HOST + USER)
   ========================================================== */

/* DESKTOP: unified-grid as 2-column grid, first two items 50/50, rest full width */
@media (min-width: 992px) {
  .unified-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
  }

  /* neutralize old floats/widths inside unified cards */
  .unified-grid > * {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* from the 3rd child onward: span both columns (full width) */
  .unified-grid > *:nth-child(n + 3) {
    grid-column: 1 / -1;
  }
}

/* MOBILE / TABLET: stack everything full width */
@media (max-width: 991.98px) {
  .unified-grid > * {
    float: none !important;
    width: 100% !important;
  }
}

/* Price visual tweaks */
.booking-section-price .booking-price {
  margin-top: 10px;
  padding-left: 15px;
}

.booking-section-price .booking-breakdown-rollbnb {
  margin-left: 15px;
}

/* Label/amount consistency */
.booking-breakdown-rollbnb .rb-label {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.booking-breakdown-rollbnb .rb-cell .rb-clp {
  font-size: 14px;
  font-weight: 600;
}

.booking-breakdown-rollbnb .rb-cell .rb-usd {
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
  margin-top: 2px;
}

.booking-breakdown-rollbnb .rb-total .rb-clp,
.booking-breakdown-rollbnb > div:last-child .rb-clp {
  font-weight: 700;
  color: #15803d;
}

.booking-breakdown-rollbnb .rb-total .rb-usd,
.booking-breakdown-rollbnb > div:last-child .rb-usd {
  font-weight: 500;
}

/* Footer under the card */
.booking-card-footer {
  clear: both;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  box-sizing: border-box;
}

/* Booking requests wrapper full width on smaller desktops (optional) */
@media (max-width: 1400px) {
  #booking-requests {
    display: block !important;
  }
}

/* Single Post Similar Section */

.rb-similar-section {
  margin-top: 40px;
}

.rb-similar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.rb-similar-card {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  background:#ffffff;
}

.rb-similar-card .listing-item-image {
  position: relative;
  overflow: hidden;
}

.rb-similar-card .listing-item-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.rb-card-price-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(15,23,42,.92);
  color: #f9fafb;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.rb-similar-card .listing-item-content {
  padding: 14px 16px 16px;
}

.rb-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
}

.rb-card-location {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}

.rb-card-location i {
  margin-right: 4px;
}

.rb-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.rb-pill {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
}

.rb-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

/* Badge dot on “My Bookings” */
/* Dot badge after "My Bookings" / "Mis Reservas" */
.rb-pay-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:16px;
  height:16px;
  padding:0 5px;              /* allows 9+ */
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
  margin-left:8px;
  vertical-align:middle;
  box-shadow:0 0 0 2px #fff;
}


/* Real modal overlay */
.rb-pay-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.rb-pay-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
}
.rb-pay-modal__card{
  position:relative;
  width:min(520px, 92vw);
  background:#fff;
  border-radius:14px;
  padding:18px 18px 16px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  z-index:1;
}
.rb-pay-modal__close{
  position:absolute;
  top:10px;
  right:12px;
  background:transparent;
  border:0;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}
.rb-pay-modal__title{font-size:18px;font-weight:800;margin:2px 0 8px;}
.rb-pay-modal__text{font-size:14px;line-height:1.5;color:#374151;margin-bottom:12px;}
.rb-pay-modal__actions{display:flex;gap:10px;flex-wrap:wrap;}
.rb-pay-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:800;
}
.rb-pay-btn--primary{background:#111827;color:#fff;}
.rb-pay-btn--primary:hover{color: #7a8b4a !important;}
.rb-pay-btn--ghost{background:#f3f4f6;color:#111827;}

/* Header dropdown badge positioning */
a.rb-has-pay-badge{
  position:relative;
  padding-right:42px !important;
	
}
a.rb-has-pay-badge .rb-pay-badge{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  margin-left:0 !important;
}

/* Header dropdown: make the line flex so the badge can sit on the right */
.header-widget .user-menu ul li a,
.user-menu ul li a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

/* Push badge to the right */
.header-widget .user-menu ul li a .rb-pay-badge,
.user-menu ul li a .rb-pay-badge{
  margin-left:auto !important;
}

/* Our badge shape */
.rb-pay-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1;
}

/* Make sure the red is red (Listeo sometimes overrides .nav-tag) */
.user-menu .nav-tag.red.rb-pay-badge,
.header-widget .user-menu .nav-tag.red.rb-pay-badge{
  background:#ef4444 !important;
  color:#fff !important;
}

/* Optional debug pill */
.user-menu .nav-tag.rb-pay-debug{
  background:#e5e7eb !important;
  color:#111827 !important;
}

.rb-pay-badge--danger{
  background:#ef4444;
  color:#fff;
}

/* ================================
   RollBNB – TOTAL ROW HIGHLIGHT
   (Host booking card)
================================ */

/* Base row layout (matches other rows in this file) */
.booking-card .booking-breakdown-rollbnb .rb-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

/* TOTAL highlight row */
.booking-card .booking-breakdown-rollbnb .rb-row.highlight-row{
  margin-top: 14px;
  padding: 10px 12px;
  background: #fefce8;
  border: 1px solid #facc15;
  border-radius: 10px;
}

/* Text alignment */
.booking-card .booking-breakdown-rollbnb .rb-row.highlight-row .rb-cell{
  text-align: right;
  white-space: nowrap;
}

.booking-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.booking-btn svg{
  width:16px;
  height:16px;
  display:inline-block;
}

/* FORCE left/right layout */
#footer .footer-new-bottom-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
}

/* Left takes remaining space */
#footer .footer-new-bottom-left{
  flex:1 1 auto !important;
  text-align:left !important;
}

/* Right hugs content and is pushed to the far right */
#footer .footer-new-bottom-right{
  flex:0 0 auto !important;
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:16px !important;
  text-align:right !important;
  width:auto !important;            /* important if theme sets 100% */
}

/* Make sure the "Developed by..." line itself aligns right */
#footer .footer-devby{
  text-align:right !important;
  white-space:nowrap;
}

@media (max-width: 767px){

  /* Stack + center (and override desktop justify rules) */
  #footer .footer-new-bottom-inner{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:6px !important;
  }

  /* Make BOTH rows full width and centered */
  #footer .footer-new-bottom-left,
  #footer .footer-new-bottom-right{
    width:100% !important;
    flex:none !important;              /* reset flex:1 from desktop */
    margin-left:0 !important;          /* reset desktop push */
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    text-align:center !important;
  }

  /* Keep "Developed by ..." and link on one line */
  #footer .footer-devby{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    white-space:nowrap !important;
    text-align:center !important;
  }

  /* ONE LINE, no ellipsis, shrink text */
  #footer .footer-new-bottom-left,
  #footer .footer-new-bottom-left *,
  #footer .footer-devby,
  #footer .footer-devby a{
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:unset !important;
    font-size:clamp(12px, 3.0vw, 12px) !important;
    line-height:1.2 !important;
  }
}

.listing-features a.feature-term-link.is-disabled{
  pointer-events:none;
  cursor:default;
  text-decoration:none;
}
