/* Bid2Stay 28.16.3 — Destination Editorial Info Section
No image changes. Refines About / Best time / Stay near / Gateway section. */

/* Give the info zone a warmer tourism character */
.b2s28162-info-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr)!important;
  gap:14px!important;
  margin-top:16px!important;
}

/* Main editorial panel */
.b2s28162-about{
  position:relative!important;
  overflow:hidden!important;
  padding:26px 28px 24px!important;
  border:1px solid #e4dfd3!important;
  border-radius:16px!important;
  background:
    linear-gradient(135deg,#fffdf8 0%,#faf7f0 100%)!important;
  box-shadow:0 10px 28px rgba(31,38,49,.05)!important;
}

/* Gold editorial rule */
.b2s28162-about::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:28px!important;
  width:58px!important;
  height:3px!important;
  border-radius:0 0 3px 3px!important;
  background:#f7b91f!important;
}

.b2s28162-about .b2s28162-eyebrow{
  margin-top:4px!important;
  margin-bottom:10px!important;
  color:#8a6a13!important;
  -webkit-text-fill-color:#8a6a13!important;
  font-size:10px!important;
  letter-spacing:.15em!important;
}

.b2s28162-about h2{
  margin:0 0 10px!important;
  max-width:760px!important;
  color:#152033!important;
  -webkit-text-fill-color:#152033!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

.b2s28162-about p{
  max-width:820px!important;
  color:#596579!important;
  -webkit-text-fill-color:#596579!important;
  font-size:15px!important;
  line-height:1.65!important;
}

/* Highlights read like travel interests, not generic pills */
.b2s28162-highlights{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:18px!important;
}

.b2s28162-highlights span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:36px!important;
  padding:0 13px 0 24px!important;
  border:1px solid #e7dfce!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#344054!important;
  -webkit-text-fill-color:#344054!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:0 3px 10px rgba(31,38,49,.035)!important;
}

.b2s28162-highlights span::before{
  content:""!important;
  position:absolute!important;
  left:10px!important;
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:#f7b91f!important;
}

/* Facts panel feels curated rather than form-like */
.b2s28162-facts{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  padding:0!important;
  border:1px solid #dfe5ea!important;
  border-radius:16px!important;
  background:#0b1722!important;
  box-shadow:0 10px 28px rgba(5,15,25,.10)!important;
}

.b2s28162-facts::before{
  content:"TRIP SNAPSHOT"!important;
  display:block!important;
  padding:18px 20px 10px!important;
  color:#f7b91f!important;
  -webkit-text-fill-color:#f7b91f!important;
  font-size:9.5px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
}

.b2s28162-facts>div{
  position:relative!important;
  margin:0 18px!important;
  padding:15px 0 15px 18px!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}

.b2s28162-facts>div:last-child{
  border-bottom:0!important;
  padding-bottom:18px!important;
}

.b2s28162-facts>div::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:18px!important;
  width:6px!important;
  height:6px!important;
  border:1.5px solid #f7b91f!important;
  border-radius:50%!important;
}

.b2s28162-facts small{
  display:block!important;
  margin-bottom:4px!important;
  color:#9eabb9!important;
  -webkit-text-fill-color:#9eabb9!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.b2s28162-facts strong{
  display:block!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:800!important;
}

/* Gentle page continuity into the next CTA */
.b2s28162-cta{
  margin-top:14px!important;
}

/* Mobile: keep it warm, compact and readable */
@media(max-width:760px){
  .b2s28162-info-grid{
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin-top:10px!important;
  }

  .b2s28162-about{
    padding:20px 18px 18px!important;
    border-radius:14px!important;
    box-shadow:none!important;
  }

  .b2s28162-about::before{
    left:18px!important;
    width:44px!important;
  }

  .b2s28162-about h2{
    font-size:23px!important;
  }

  .b2s28162-about p{
    font-size:14px!important;
    line-height:1.58!important;
  }

  .b2s28162-highlights{
    gap:6px!important;
    margin-top:14px!important;
  }

  .b2s28162-highlights span{
    min-height:34px!important;
    padding:0 10px 0 22px!important;
    border-radius:9px!important;
    font-size:11px!important;
  }

  .b2s28162-facts{
    border-radius:14px!important;
    box-shadow:none!important;
  }

  .b2s28162-facts::before{
    padding:14px 16px 7px!important;
  }

  .b2s28162-facts>div{
    margin:0 16px!important;
    padding:12px 0 12px 16px!important;
  }

  .b2s28162-facts>div::before{
    top:15px!important;
  }

  .b2s28162-facts strong{
    font-size:13px!important;
  }
}
