.lp-delivery-widget {
  position: relative;
  max-width: 360px;
  padding: 18px 20px 12px;
  border-radius: 16px;
  background: #fff;
  color: #0b4773;
  font-family: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.lp-delivery-widget__toggle {
  position: absolute;
  top: 16px;
  right: 14px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #ff765f;
  line-height: 24px;
  font-weight: 700;
  cursor: default;
}
.lp-delivery-widget__headline {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-right: 34px;
  margin-bottom: 16px;
  color: #0b4773;
  font-weight: 600;
  line-height: 1.25;
}
.lp-delivery-widget__headline-icon,
.lp-delivery-widget__icon {
  flex: 0 0 auto;
  color: #83a9bf;
}
.lp-delivery-widget svg {
  width: 38px;
  height: 38px;
  display: block;
}
.lp-delivery-widget__title {
  margin-bottom: 8px;
  font-weight: 500;
  color: #0b4773;
}
.lp-delivery-widget__modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.lp-delivery-widget__mode {
  display: flex;
  gap: 8px;
  min-width: 0;
}
.lp-delivery-widget__content {
  min-width: 0;
}
.lp-delivery-widget__mode-title {
  font-weight: 800;
  color: #0a3f67;
  letter-spacing: .01em;
}
.lp-delivery-widget__subtitle,
.lp-delivery-widget__date {
  color: #0b4773;
  line-height: 1.25;
}
.lp-delivery-widget__notes {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  color: #0b4773;
}
.lp-delivery-widget__more {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #00a0b9;
  text-decoration: none;
}
@media (max-width: 420px) {
  .lp-delivery-widget { max-width: 100%; }
  .lp-delivery-widget__modes { grid-template-columns: 1fr; }
}
