.fd-match-specs,
.fd-match-reference-prices,
.fd-match-estimator,
.fd-match-inquiry {
  margin: 2rem 0;
}

.fd-match-specs table,
.fd-match-reference-prices table {
  width: 100%;
  border-collapse: collapse;
}

.fd-match-specs th,
.fd-match-specs td,
.fd-match-reference-prices th,
.fd-match-reference-prices td {
  padding: .8rem;
  border: 1px solid #ddd;
  text-align: left;
}

.fd-match-specs th {
  width: 30%;
  background: #f7f4ed;
}

.fd-match-table-wrap {
  overflow-x: auto;
}

.fd-match-estimator {
  padding: 1.2rem;
  border: 1px solid #ded8ca;
  border-radius: 10px;
  background: #fffdf8;
}

.fd-match-step {
  margin: 1.3rem 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee7da;
  border-radius: 8px;
}

.fd-match-step h3 {
  margin: 0 0 .8rem;
  padding-left: .7rem;
  border-left: 4px solid #c78626;
  font-size: 1.05rem;
}

.fd-match-step input,
.fd-match-step select {
  width: 100%;
  max-width: 420px;
  padding: .65rem;
}

.fd-match-note,
.fd-match-fixed-spec,
.fd-match-reference-condition {
  color: #5e574c;
}

.fd-match-fixed-spec {
  padding: .8rem 1rem;
  background: #f7f1e5;
  border-radius: 6px;
}

.fd-match-result {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 10px;
  background: #3b3022;
  color: #fff;
}

.fd-match-result-label {
  font-weight: 700;
  margin-bottom: .5rem;
}

.fd-match-result-in-tax {
  margin-top: .35rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.fd-match-result-unit {
  margin-top: .25rem;
}

.fd-match-btn,
.fd-match-cart-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: .8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: #b46916;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.fd-match-summary-cta {
  margin: 1.2rem 0;
}

.fd-match-card-price strong {
  font-size: 1.1em;
}

.fd-match-alert {
  padding: 1rem;
  background: #fff3cd;
  border: 1px solid #f2d48a;
}
