/* DRK Supply-Finder Styles */

.drk-supply-search_distance, .drk-supply-search_mapslink, .drk-supply-search_offerlink {
  font-weight: bold;
}

.o-btn--request-offer {
  margin: 1em 0;
}

.o-btn--geoloaction {
  float: right;
}

.o-btn--geoloaction svg {
  display: block;
  width: 24px;
  height: 24px;
}
.o-btn--geoloaction #gps-fixed {
  fill: var(--col-button-text);
}
.drk-supply-search__result-item {
  border-bottom: 1px solid var(--col-black-05);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Modal Styles */

.modal {
  max-width: 70%;
}

.orderform-link, .more-offers-link {
  display: inline-block;
  margin-right: 1rem;
}

.modal summary {
    font-weight: bold;
}

.modal details[open] {
    overflow: scroll;
}

.modal details p {
  display: block;
  margin: 1em;
}

.modal details ul,
.modal details ol {
  display: block;
  margin: 1em 0;
  padding-left: 40px;
}

.modal details ul {
  list-style-type: disc;
}

.modal details ol {
  list-style-type: decimal;
}

.modal details li {
  display: list-item;
  margin: 0;
  padding: 0;
}

.modal details h1,
.modal details h2,
.modal details h3,
.modal details h4,
.modal details h5,
.modal details h6 {
  display: block;
  font-weight: bold;
}

.modal details h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.modal details h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

.modal details h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.modal details h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

.modal details h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.modal details h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

@media screen and (max-width:992px) {
  .modal {
    max-width: 100%;
  }

  .header {
    width: auto;
  }
}

.blocker {
  z-index: 3000;
}

.container { width: 800px; margin: 0 auto; }

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.c-pagination__list a {
  padding-right: 0.5rem;
}
