#pisco-storage-alert {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2147483647;
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 16px clamp(18px, 4vw, 48px);
  border-bottom: 5px solid currentColor;
  box-shadow: 0 8px 28px rgb(20 27 79 / 28%);
  color: #251b00;
  background: #ffd65a;
  font: 600 16px/1.35 Roboto, Arial, sans-serif;
  text-align: center;
}

#pisco-storage-alert.pisco-storage-alert--critical {
  color: #fff;
  background: #a92f38;
  border-bottom-color: #64151d;
}

#pisco-storage-alert strong {
  color: inherit;
  font: 800 clamp(18px, 2.2vw, 24px)/1.2 Poppins, Roboto, Arial, sans-serif;
  letter-spacing: .01em;
}

#pisco-storage-alert span,
#pisco-storage-alert small {
  color: inherit;
}

#pisco-storage-alert small {
  font-size: 13px;
}

@media (max-width: 640px) {
  #pisco-storage-alert {
    padding: 13px 14px;
    font-size: 14px;
  }
}
