/* HERO SECTION */

.avatar-list {
  display: flex;
  margin-bottom: 0;
}

.avatar-img {
  border: 1px solid var(--primary-tint-1);
  border-radius: 50%;
  margin-left: -15px;
}

.hero-list {
  list-style-type: none;
}

.hero-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.hero-stars .fa-star {
  font-size: 12px;
  color: var(--primary);
}

.hero-stats {
  font-size: 10px;
}

.hero-button {
  font-size: 22px;
  font-weight: 800;
}

.container-50 {
  width: 100%;
}

@media screen and (min-width: 991.98px) {
  .container-50 {
    width: 50%;
  }
}

.container-75 {
  width: 100%;
}

@media screen and (min-width: 991.98px) {
  .container-75 {
    width: 75%;
  }
}

.front-dark-bg p {
  font-size: 24px;
}

details > summary {
  list-style: none;
}

details > summary::marker, details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-top: 1px solid var(--primary);
  padding-top: 15px;
}

.details-section li {
  display: flex;
}

.details-num {
  display: grid;
  place-items: center;
  background-color: var(--tertiary);
  border-radius: 50%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin: 10px;
  font-weight: 700;
}

summary span {
  font-weight: 800;
  font-size: 18px;
}

.summary-btn {
  font-weight: 500;
  font-size: unset;
}

.summary-toggler {
  padding: 2px 5px;
  font-size: 12px;
  height: 24px;
  min-width: 80px;
  width: 80px;
  margin-left: 15px;
  border-radius: 10px 10px 10px 10px;
  font-family: 'Poppins', sans-serif;
}

.summary-toggler-plus {
  border-radius: 50%;
}

.arrow-down-upper, .arrow-down-lower {
  position: relative;
  color: var(--primary);
  border-radius: 50%;
  border: 8px solid var(--front-dark-bg);
  background-color: var(--tertiary);
}

.arrow-down-upper {
  top: -15px;
}

.arrow-down-lower {
  top: 15px;
}

.dark-container {
  min-height: 480px;
}

.tab-price {
  font-size: 48px;
  font-weight: 800;
}

.brutto {
  font-weight: 600;
  font-size: 24px;
}

.card-heade-title {
  min-height: 105px;
}

.check-small {
  font-size: 8px;
}

