.delivery-popup {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
  line-height: 1.7;
  font-size: 15px;
  max-width: 640px;
  margin: auto;
  padding: 0em;
  background: #fff;
}

.delivery-popup h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1em;
  text-align: center;
}

.info-box {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 1em 1.2em;
  margin-bottom: 1.2em;
}

.info-box h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.4em;
}

.info-box h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.3em;
  color: #000;
}

.info-box p {
  margin: 0.4em 0;
}

.info-box ol {
  margin: 0.5em 0 0.5em 1.2em;
  padding: 0;
}

.info-box li {
  margin-bottom: 0.3em;
}

.delivery-popup a {
  color: #0071e3;
  text-decoration: none;
}

.delivery-popup a:hover {
  text-decoration: underline;
}

.small {
  font-size: 13px;
  color: #555;
  text-align: center;
  margin-top: 1.5em;
}

@media (max-width: 480px) {
  .delivery-popup {
    font-size: 14px;
    padding: 0em;
  }

  .info-box {
    padding: 0.9em;
  }
}