/* Hinweis auf der Übersichtsseite „Fujifilm Objektive“ */
.porst-category-advisor {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: 100%;
  margin: 0 0 26px;
  padding: 22px 28px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff;
  color: #555;
}

.porst-category-advisor__copy {
  min-width: 0;
}

.porst-category-advisor__eyebrow {
  display: block;
  margin: 0 0 5px;
  color: #777;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .65px;
  line-height: 1.2;
  text-transform: uppercase;
}

.porst-category-advisor__title {
  margin: 0 0 5px;
  color: #505050;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.porst-category-advisor__text {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.porst-category-advisor__button {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 202px;
  min-height: 46px;
  padding: 11px 19px;
  border: 1px solid #d83d48;
  border-radius: 2px;
  background: #d83d48;
  color: #fff !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease;
}

.porst-category-advisor__button:hover,
.porst-category-advisor__button:focus {
  border-color: #bb2f39;
  background: #bb2f39;
  color: #fff !important;
}

@media (max-width: 767px) {
  .porst-category-advisor {
    display: block;
    margin-bottom: 20px;
    padding: 19px;
  }

  .porst-category-advisor__title {
    font-size: 20px;
  }

  .porst-category-advisor__text {
    font-size: 13px;
  }

  .porst-category-advisor__button {
    width: 100%;
    min-width: 0;
    margin-top: 17px;
  }
}
