.sticky-order-bar {
  display: none;
}

.platform-cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-cta .platform-name {
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  line-height: 1;
  padding: 7px 10px;
  text-transform: none;
}

.platform-cta--doordash {
  background: linear-gradient(135deg, #e93c45 0%, #d92b35 52%, #ae171f 100%);
  color: #ffffff !important;
}

.platform-cta--doordash .platform-name {
  background: #fffaf0;
  color: #ae171f;
}

.platform-cta--grubhub {
  background: linear-gradient(135deg, #fff7ed 0%, #ffb13b 54%, #ff8000 100%);
  border: 1px solid rgba(255, 128, 0, 0.52);
  color: #2b211b !important;
}

.platform-cta--grubhub .platform-name {
  background: #ffffff;
  color: #ff8000;
}

.platform-cta--call {
  background: #2b211b;
  color: #fffaf0 !important;
}

@media (max-width: 760px) {
  body.has-sticky-order-bar {
    padding-bottom: 116px;
  }

  .sticky-order-bar {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(255, 247, 237, 0.98)),
      radial-gradient(circle at 8% 0%, rgba(216, 154, 43, 0.18), transparent 32%);
    border-top: 1px solid rgba(43, 33, 27, 0.14);
    bottom: 0;
    box-shadow: 0 -16px 34px rgba(43, 33, 27, 0.18);
    display: block;
    left: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 999;
  }

  .sticky-order-bar__label {
    color: #2b211b;
    display: flex;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
    text-transform: uppercase;
  }

  .sticky-order-bar__label span:last-child {
    color: #ae171f;
  }

  .sticky-order-bar__actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-order-bar .platform-cta {
    border-radius: 16px;
    box-sizing: border-box;
    font-size: 11px;
    min-height: 48px;
    padding: 10px 8px;
    width: 100%;
  }

  .sticky-order-bar .platform-name {
    background: transparent;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-size: inherit;
    padding: 0;
    text-transform: uppercase;
  }
}

@media (max-width: 420px) {
  .sticky-order-bar__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sticky-order-bar .platform-cta--call {
    grid-column: auto;
  }
}
