.delivery-container {
  max-width:1000px;
  margin:2rem auto;
  padding:0 1rem;
  background:#fff;
  border-radius:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
}

.breadcrumb {
  text-align:center;
  font-weight:500;
  color:var(--brand);
  margin-bottom:1.5rem;
}

.delivery-header {
  text-align:center;
  margin-bottom:2rem;
}

.delivery-header h1 {
  color:var(--brand);
  border-bottom:2px solid var(--brand);
  display:inline-block;
  padding-bottom:6px;
  margin-bottom:0.5rem;
}

.delivery-header p {
  margin:0.3rem 0;
}

.phone {
  font-weight:600;
  color:#000;
  margin-top:0.5rem;
}

.delivery-menu h2 {
  color:var(--brand);
  border-left:5px solid var(--brand);
  padding-left:10px;
  margin:2rem 0 0.5rem;
}

.delivery-menu table {
  width:100%;
  border-collapse:collapse;
  margin-bottom:1rem;
}

.delivery-menu td {
  padding:8px 6px;
  border-bottom:1px solid #eaeaea;
  vertical-align:top;
}

.delivery-menu td:first-child {
  width:75%;
}

.delivery-menu span {
  display:block;
  font-size:0.85rem;
  color:#777;
}

.delivery-footer {
  margin-top:2rem;
  padding-top:1rem;
  border-top:2px solid var(--brand);
  font-size:0.9rem;
}

.delivery-footer strong {
  color:var(--brand);
}

.note {
  margin-top:0.5rem;
  font-style:italic;
  color:#555;
}