.ozon-delivery-status {
  --ozon-delivery-blue: #005bff;
  border-bottom: 1px solid rgba(0, 91, 255, .16);
  background: #f4f7ff;
}

.ozon-delivery-status__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 78px;
  align-items: center;
  gap: 20px;
  padding-block: 13px;
}

.ozon-delivery-status__mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ozon-delivery-blue);
}

.ozon-delivery-status__logo {
  display: flex;
  width: 88px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgba(0, 91, 255, .18);
  border-radius: 13px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 91, 255, .08);
}

.ozon-delivery-status__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ozon-delivery-status__brand {
  display: grid;
  line-height: 1;
}

.ozon-delivery-status__brand strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.015em;
}

.ozon-delivery-status__brand span {
  margin-top: 4px;
  color: var(--brand-slate, #38404b);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ozon-delivery-status__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.ozon-delivery-status__copy strong {
  display: block;
  color: var(--brand-slate-deep, #202733);
  font-size: 14px;
  line-height: 1.35;
}

.ozon-delivery-status__copy strong::before {
  display: none !important;
  content: none !important;
}

.ozon-delivery-status__copy > span {
  color: var(--muted, #69717c);
  font-size: 12px;
  line-height: 1.45;
}

.ozon-delivery-status__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(0, 91, 255, .18);
  border-radius: 999px;
  padding: 9px 13px;
  background: #fff;
  color: var(--ozon-delivery-blue);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.ozon-delivery-status__link:hover {
  border-color: var(--ozon-delivery-blue);
}

@media (max-width: 760px) {
  .ozon-delivery-status__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 12px;
    padding-block: 13px 15px;
  }

  .ozon-delivery-status__mark {
    grid-column: 1;
    grid-row: 1;
  }

  .ozon-delivery-status__logo {
    width: 80px;
    height: 38px;
    padding: 9px;
  }

  .ozon-delivery-status__copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ozon-delivery-status__copy strong {
    font-size: 13px;
  }

  .ozon-delivery-status__link {
    grid-column: 2;
    grid-row: 1;
    padding: 8px 11px;
  }
}
