.hotelview-slot{
  background:rgba(20,20,30,.62);
  border:2px solid rgba(255,255,255,.28);
  border-radius:12px;
  padding:12px;
  box-shadow:0 4px 14px rgba(0,0,0,.35);
}
.hotelview-slot *{color:#fff !important;}
.hotelview-slot-image{border-radius:8px;}
[style*="--hotel-view-background"]{
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-color: #4bbdd9 !important;
}


/* Logo del hotel arriba en el cargador */
img[alt="Nitro V3"] {
  content: url('/play-v3/logo-hotel.png') !important;
  width: 170px !important;
  height: auto !important;
  margin-left: 18px !important;
}
/* Tarjetas de la recepcion con aspecto de periodico */
.hotelview-slot{
  background:#f4efe2 !important;
  background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px);
  background-size:100% 22px;
  border:1px solid #cbbf9f !important;
  border-top:5px solid #1a1a1a !important;
  border-radius:2px !important;
  box-shadow:0 6px 16px rgba(0,0,0,.35) !important;
  color:#1a1a1a !important; padding:12px !important;
}
.hotelview-slot *{ color:#1a1a1a !important; text-shadow:none !important; }
.hotelview-slot h1,.hotelview-slot h2,.hotelview-slot h3,.hotelview-slot b{
  font-family:Georgia,'Times New Roman',serif !important; font-weight:700 !important;
  border-bottom:2px solid #1a1a1a; padding-bottom:4px; margin-bottom:6px;
}
.hotelview-slot button{
  background:#ffcc00 !important; color:#1a1a1a !important;
  border:1px solid #a8850a !important; border-radius:3px !important;
  font-weight:700 !important; text-shadow:none !important;
}
.hotelview-slot button:hover{ background:#ffd733 !important; }
.hotelview-slot-image{ border:1px solid #cbbf9f; background:#fffdf6; }
.hotelview-progress{ background:#e2d9c2 !important; border:1px solid #cbbf9f !important; }
/* Titulares completos, en dos lineas si hace falta */
.hotelview-slot h1,.hotelview-slot h2,.hotelview-slot h3,.hotelview-slot b{
  white-space:normal !important; overflow:visible !important;
  text-overflow:clip !important; line-height:1.15 !important; font-size:17px !important;
}
.hotelview-slot{ min-width:330px !important; }
.hotelview-slot-disabled{ display:none !important; }
