
/* ps_banner_daterange_mb v1.0.8 - front styles */
.psb-fullbleed{
  display:flex;
  flex-direction:column;
  gap:clamp(12px, 2.5vw, 20px);
  margin:0;
  padding:0;
}
.psb-item{ width:100%; }
.psb-link{ display:block; width:100%; }
.psb-img,
.psb-fullbleed img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}
.psb-fullbleed, .psb-item, .psb-link{ max-width:100%; }

@media (max-width: 480px){
  .psb-fullbleed{ gap:14px; }
  .psb-img{ border-radius:6px; }
}

@media (min-width: 1400px){
  .psb-fullbleed{ gap:24px; }
  .psb-img{ border-radius:10px; }
}
