/* Delivery page — new.medpribor.pro/delivery/ (etalon: medpribor.pro/dostavka/)
 * Section bars match /about/; layout with shared page sidebar. */

.mp-delivery {
  margin: 0 0 2.5rem;
  color: #526371;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow: visible;
}

.mp-delivery a {
  color: #00bf80;
  text-decoration: none;
}
.mp-delivery a:hover {
  color: #0055a6;
}

.mp-delivery__title {
  margin: 0 0 1.25rem;
  font-family: Roboto, "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}

/* Green section bars — content column (full-width breakout only without sidebar) */
.mp-delivery-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: static;
  left: auto;
  transform: none;
  margin: 28px 0 24px;
  padding: 20px 16px;
  font-family: "Exo 2", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #54595f;
  text-align: center;
  background-image: linear-gradient(180deg, #c0e6d2 0%, rgba(192, 230, 210, 0.37) 100%);
}

.mp-page-main > .mp-delivery-bar:first-child {
  margin-top: 0;
}

.mp-delivery-section {
  margin: 0 0 8px;
}

.mp-delivery-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.mp-delivery-col__title {
  margin: 0 0 0.75rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
}

.mp-delivery-col__title--spaced {
  margin-top: 1.25rem;
}

.mp-delivery-col__subhead {
  margin: 1rem 0 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

.mp-delivery-col p {
  margin: 0 0 0.75rem;
}

.mp-delivery-list {
  margin: 0 0 1rem;
  padding: 0 0 0 1.15rem;
}

.mp-delivery-list li {
  margin: 0 0 0.55rem;
}

.mp-delivery-callout {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  background: #e3f2fd;
  border: 1px solid #bbdefb;
  color: #1a3a55;
  font-size: 13px;
  line-height: 1.45;
}

.mp-delivery-callout strong {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.mp-delivery-notes {
  margin-top: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid #eef1f4;
}

.mp-delivery-notes p {
  margin: 0.85rem 0 0;
}

.mp-delivery-notes p:first-child {
  margin-top: 0;
}

@media (max-width: 860px) {
  .mp-delivery-cols {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mp-delivery__title {
    font-size: 24px;
  }

  .mp-delivery-bar {
    font-size: 20px;
    padding: 16px 12px;
    margin: 20px 0 16px;
  }
}
