/* Bid2Stay 28.23.10 — Guest Home destination contrast lock */
body.b2s-guest-home .b2s-gh-destination-card{
  position:relative!important;
  isolation:isolate!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  border:1px solid rgba(216,165,29,.28)!important;
}
body.b2s-guest-home .b2s-gh-destination-card::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(180deg,
    rgba(4,15,25,.02) 20%,
    rgba(4,15,25,.14) 46%,
    rgba(4,15,25,.70) 72%,
    rgba(4,15,25,.94) 100%)!important;
  pointer-events:none!important;
}
body.b2s-guest-home .b2s-gh-destination-card>div{
  position:absolute!important;
  z-index:1!important;
  left:20px!important;
  right:20px!important;
  bottom:18px!important;
  min-width:0!important;
}
body.b2s-guest-home .b2s-gh-destination-card small{
  display:block!important;
  margin:0 0 6px!important;
  color:#f5ad16!important;
  -webkit-text-fill-color:#f5ad16!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 12px rgba(0,0,0,.32)!important;
}
body.b2s-guest-home .b2s-gh-destination-card strong{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:22px!important;
  line-height:1.08!important;
  font-weight:760!important;
  letter-spacing:-.025em!important;
  text-shadow:0 2px 16px rgba(0,0,0,.42)!important;
}
body.b2s-guest-home .b2s-gh-destination-card span{
  display:block!important;
  margin-top:6px!important;
  color:rgba(255,255,255,.84)!important;
  -webkit-text-fill-color:rgba(255,255,255,.84)!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  font-weight:500!important;
  text-shadow:0 1px 12px rgba(0,0,0,.4)!important;
}
body.b2s-guest-home .b2s-gh-section-head>a{
  color:#8a6508!important;
  -webkit-text-fill-color:#8a6508!important;
  font-size:13px!important;
  font-weight:760!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
body.b2s-guest-home .b2s-gh-section-head>a:hover,
body.b2s-guest-home .b2s-gh-section-head>a:focus-visible{
  color:#6f5005!important;
  -webkit-text-fill-color:#6f5005!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
@media(max-width:900px){
  body.b2s-guest-home .b2s-gh-destination-card>div{
    left:16px!important;
    right:16px!important;
    bottom:15px!important;
  }
  body.b2s-guest-home .b2s-gh-destination-card strong{font-size:19px!important}
  body.b2s-guest-home .b2s-gh-destination-card span{font-size:12px!important}
}
