.inner-section {
  padding: 20px 0;
  background: transparent linear-gradient(180deg, #fce0c4 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
}

.breadcrumb-wrapper {
  margin-bottom: 10px;
}

/* Order header */
.inner-section .order-header {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 40px; */
  font-family: "Roboto Slab";
}

.inner-section .order-id {
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  color: #884200;
}

.inner-section .order-date {
  color: #000000;
  font-size: 14px;
}

/* Main content */
.main-content {
  /* margin-top: 20px; */
}

/* Right column spacing */
.right-section > *:not(:last-child) {
  margin-bottom: 15px;
}

/* ===================== Media Queries ====================== */

@media (min-width: 0px) and (max-width: 574px) {
  .inner-section .order-id {
    font-size: 20px;
  }

  .inner-section .order-date {
    font-size: 13px;
  }

  .inner-section .order-header {
    flex-direction: column;
    align-items: normal;
  }
  .inner-section {
    padding: 8px 0;
  }
  .inner-section .order-header {
    margin-top: -13px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .inner-section .order-id {
    font-size: 23px;
  }

  .inner-section .order-date {
    font-size: 13px;
  }
}
