.order-statusdetails-landing {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 40px;
  padding: 0 15px; }

.page[data-action="Order-OrderLookup"] .breadcrumb {
  margin-bottom: 0.5rem; }
  @media (min-width: 375px) {
    .page[data-action="Order-OrderLookup"] .breadcrumb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.section-header {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  margin-bottom: 0.5rem; }

.section-description p {
  font-size: 15px;
  line-height: 18px;
  color: #333; }

.order-not-found {
  font-size: 15px;
  line-height: 18px;
  color: #c00;
  margin-bottom: 0.5rem; }

.form-group.required label::after {
  position: absolute;
  content: '*';
  padding-left: 4px; }

.required-label {
  float: right;
  font-size: 14px;
  line-height: 17px;
  color: #333;
  margin-bottom: 0.5rem; }
