/* Goods Export for Individuals */
.goods-export h1 {
  margin-top: 5rem;
  margin-bottom: 4rem;
  line-height: 1.5;
}
.goods-export p {
  font-size: 17px;
}
.goods-export img.teaser-image {
  max-width: 100%;
  margin-bottom: 2rem;
}
.goods-export h2.accordion-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.goods-export .faq {
  background-color: #f5f5f5;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.goods-export .accordion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.goods-export .accordion .card {
  border: none;
  background-color: transparent;
}
.goods-export .accordion .card-header {
  background-color: transparent;
  border-bottom: 1px solid #523014;
  padding-left: 0;
}
.goods-export .accordion .card-header button {
  padding-left: 0;
  color: #523014;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.goods-export .accordion .card-header button:focus {
  text-decoration: none;
}
.goods-export .accordion .card-header button.collapsed:before {
  content: "";
  height: 16px;
  width: 30px;
  background-image: url("/img/open.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding-left: 10px;
}
.goods-export .accordion .card-header button:not(.collapsed):before {
  content: "";
  height: 16px;
  width: 30px;
  background-image: url("/img/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
}
.goods-export .accordion .card-header button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.goods-export .accordion .card-body {
  padding-left: 0;
  font-size: 17px !important;
}
.goods-export .accordion .card-body a {
  color: #c3965f;
}
.goods-export .recommendation {
  text-align: center;
}
.goods-export .recommendation div {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 2px solid #c3965f;
  border-radius: 5px;
  padding: 1.5rem;
  display: inline-block;
  text-align: center;
}
.goods-export .recommendation div h3 {
  font-size: 19px;
  font-weight: bold;
  margin-top: 1rem;
}
.goods-export .recommendation div p {
  font-size: 17px;
  margin-bottom: 0;
}

.help {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
  font-size: 17px;
}
.help h3 {
  font-weight: 400;
}
.help a {
  color: #c3965f;
}
.help a:hover {
  text-decoration: none;
  color: #c3965f;
  opacity: 0.6;
}

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