/* Bid2Stay 28.14.5 — Provider Day Rest Availability */
.b2s28145-day-rest-card{
  margin:16px 0;
  padding:16px;
  border:1px solid #d9e0e7;
  border-radius:14px;
  background:#fff;
  color:#172033;
}
.b2s28145-day-rest-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.b2s28145-day-rest-head>div>span{
  display:block;
  margin-bottom:4px;
  color:#9a6d00;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.b2s28145-day-rest-head h3{
  margin:0 0 4px;
  color:#172033!important;
  font-size:18px;
}
.b2s28145-day-rest-head p{
  margin:0;
  color:#667085!important;
  font-size:13px;
}
.b2s28145-switch{
  display:flex;
  align-items:center;
  gap:8px;
  color:#344054!important;
  cursor:pointer;
  white-space:nowrap;
}
.b2s28145-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.b2s28145-switch>span{
  position:relative;
  width:42px;
  height:24px;
  flex:0 0 auto;
  border-radius:999px;
  background:#d0d5dd;
}
.b2s28145-switch>span::after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  top:3px;
  left:3px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.18);
  transition:.16s ease;
}
.b2s28145-switch input:checked+span{
  background:#f7b91f;
}
.b2s28145-switch input:checked+span::after{
  transform:translateX(18px);
}
.b2s28145-switch b{
  font-size:12px;
}
.b2s28145-day-rest-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
.b2s28145-day-rest-fields[hidden]{display:none!important}
.b2s28145-day-rest-fields label{
  color:#344054!important;
  font-size:12px!important;
  font-weight:900!important;
}
.b2s28145-day-rest-fields label>span{
  display:block;
  margin-bottom:6px;
}
@media(max-width:760px){
  .b2s28145-day-rest-card{padding:12px;margin:12px 0}
  .b2s28145-day-rest-head{display:grid;gap:10px}
  .b2s28145-day-rest-fields{grid-template-columns:1fr}
}
