.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

/* stylelint-disable max-nesting-depth, selector-max-compound-selectors */
.my-orders-overview__cta-buttons-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .my-orders-overview__cta-buttons-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.my-orders-overview .my-orders-overview__button-direct-search {
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .my-orders-overview .my-orders-overview__button-direct-search {
    display: block;
  }
}
.my-orders-overview__failure {
  text-align: center;
  margin-top: 70px;
  max-width: 80%;
  margin: 80px auto 0;
  display: none;
}
.my-orders-overview__failure ux-icon {
  color: red;
  margin: 0 auto;
  font-size: 50px;
  text-align: center;
}
.my-orders-overview__cta-buttons-container > * {
  min-width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .my-orders-overview__cta-buttons-container > * {
    min-width: auto;
    margin-right: 20px;
  }
}
.my-orders-overview__result-set {
  position: relative;
}
@media (min-width: 1440px) {
  .my-orders-overview__result-set {
    text-align: center;
  }
}
@media (max-width: 1439px) {
  .my-orders-overview__result-set {
    text-align: left;
  }
}
@media (max-width: 567px) {
  .my-orders-overview__table-container.my-orders-overview__table-container {
    padding-top: 10px !important;
  }
}
.my-orders-overview .my-orders-overview__direct-search-element {
  order: -1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .my-orders-overview .my-orders-overview__direct-search-element {
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .my-orders-overview .my-orders-overview__direct-search-element {
    display: none;
    order: 1;
  }
}
.my-orders-overview .ux-text-status ux-icon {
  font-size: 18px;
  transform: translateY(2px);
}
.my-orders-overview .ux-text-status ux-icon + ux-icon {
  display: none;
}
.my-orders-overview .ux-table table {
  width: 100%;
}
.my-orders-overview .ux-table th {
  max-width: none !important;
}
.my-orders-overview .ux-table tr > td:first-child {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.my-orders-overview__filter-container .row + .row {
  margin-top: 30px;
}
.my-orders-overview__filter-dropdown {
  min-width: 250px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .my-orders-overview__filter-dropdown {
    max-width: 300px;
    display: inline-block;
    margin-right: 18px;
  }
}
@media (min-width: 1025px) {
  .my-orders-overview .filter-flex {
    display: flex;
  }
  .my-orders-overview .filter-flex > div + div {
    margin-left: 20px;
  }
}
.my-orders-overview .filter-flex > div {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .my-orders-overview .filter-flex > div {
    width: 20%;
  }
}
.my-orders-overview .filter-flex .ux-dropdown__label ux-icon {
  margin-left: 20px;
  transform: translateY(-1px);
}

/* stylelint-enable max-nesting-depth, selector-max-compound-selectors */