.broker-top div.trusted-comment {
  font-size: 13px;
}
.broker-top div.trusted-comment:before {
  content: "";
  display: inline-block;
  background: url("/img/brokers/crown.svg") no-repeat;
  filter: invert(78%) sepia(88%) saturate(4011%) hue-rotate(360deg) brightness(103%) contrast(109%);
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-left: -3px;
  margin-bottom: 2px;
}

.broker-container.odd {
  background-color: #e8edf1;
}

.broker-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.broker-header .logo {
  border-radius: 10px;
}
.broker-header .general-info {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
}

@media (max-width: 600px) {
  div.buttons a {
    margin-bottom: 10px;
  }
}

div.payment-options h5 {
  text-transform: uppercase;
}

figure.table table {
  background-color: rgba(255, 255, 255, 0.5);
}
figure.table table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

h3 {
  margin-top: 20px;
}

section.faq {
  background-color: white;
}
section.faq > div {
  display: flex;
}
section.faq > div div:first-of-type {
  flex-grow: 1;
}
section.faq h4 {
  color: #4f626c;
  padding: 20px;
  border-left: 5px solid #a6bdc6;
  background: #f8fafc;
  cursor: pointer;
  font-size: 12pt;
}
section.faq p {
  display: none;
  margin: 20px;
}

@media (max-width: 1000px) {
  section.rebates .table-wrapper {
    overflow-x: scroll;
  }
}
section.rebates .table-wrapper table {
  width: 100%;
}
section.rebates .table-wrapper table tr:first-of-type {
  font-weight: bold;
}
section.rebates .table-wrapper table .best-choice {
  font-size: 11px;
  padding: 3px 7px 3px 3px;
  background-color: #38c172;
  color: white;
  border-radius: 100px;
  margin-left: 5px;
  display: inline-block;
}
section.rebates .table-wrapper table .best-choice .material-icons {
  font-size: 12px !important;
  vertical-align: text-top;
}
@media (max-width: 1000px) {
  section.rebates .table-wrapper table .best-choice {
    margin-left: 5px;
    margin-top: 5px;
    white-space: nowrap;
  }
}

section.rebate-for {
  background-color: #e7eaed;
}
section.rebate-for span.rebate-for {
  display: inline;
}
section.rebate-for span.rebate-for > div {
  display: inline;
}
.partner-code {
  position: relative;
  display: inline-block;
  width: 100%;
}
.partner-code span.copy-code {
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
}
.partner-code span.gradient {
  width: 60px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  display: block;
}
.partner-code input {
  width: 100%;
}

.promo-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
  padding: 10px;
  min-width: 250px;
  z-index: 1000;
  border-top: 4px solid #38c172;
}
@media (max-width: 1000px) {
  .promo-popup {
    display: none;
  }
}
.promo-popup h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: grey;
  margin: 10px;
}
.promo-popup .button-close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: grey;
  z-index: 5000;
}
.promo-popup .button-close .material-icons {
  font-size: 20px;
  cursor: pointer;
}
.promo-popup .broker {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.promo-popup .broker:hover {
  background-color: #eeeeee;
}
.promo-popup .broker .logo {
  background-size: cover;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-right: 10px;
}
.promo-popup .broker .right .name {
  font-weight: bold;
}
.promo-popup .broker .right .stars {
  margin-left: 5px;
}
.promo-popup .broker .right .stars span {
  color: #b99042;
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}

/*# sourceMappingURL=broker.css.map */
