p {
  font-size: 1.125rem;
}
p:not(:last-child) {
  margin-bottom: 1.5rem;
}
a {
  color: inherit;
  text-decoration: none;
  color: #000;
}

.container-wrapper {
  padding: 3.25rem 0.9375rem;
}
.container-wrapper-small {
  padding: 0.9375rem;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.cta {
  font-size: 1.25rem;
  border-radius: 5px;
  background: var(--color-vivid-orange);
  text-decoration: none;
  color: #fff;
  font-family: var(--font-helvetica-neue);
  padding: 0.75rem;
  box-shadow: inset -2px -2.5px 1.5px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.cta--big {
  font-size: 1.75rem;
}
.title {
  font-size: 2.25rem;
  color: var(--color-vivid-orange);
  font-weight: 800;
  margin-bottom: 0.5em;
}

.logo > img {
  max-width: 74px;
}

.page-title {
  background: linear-gradient(0deg, #ff9d00 0%, #eb5b00 100%);
  text-align: center;
  margin-bottom: 2.875rem;
}
.page-title > h1 {
  text-shadow: 1px 1.732px 1px rgba(0, 0, 0, 0.75);
  font-weight: 800;
  font-size: 2.25em;
  color: #fff;
}

.banner {
  padding: 0 0.9375rem;
}

.banner img {
  max-width: 100%;
}

.author {
  background: var(--color-almond);
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.author > p > span {
  color: #007cdb;
}

.products-table {
  border: 2px solid var(--color-light-grey);
}
.pt-heading {
  background: var(--color-primary);
  font-family: var(--font-kglovesomebody);
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.3fr 0.85fr;
  color: #fff;
  font-size: 1.25rem;
}
.pt-heading > .pt-cell {
  padding: 0.9375rem 0.5rem;
}
.pt-row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.3fr 0.85fr;
  border-top: 2px solid var(--color-light-grey);
}
.pt-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pt-cell > ul {
  list-style: none;
  font-size: 1.125rem;
  padding-left: 0;
}
.pt-cell > ul > li {
  display: flex;
  align-items: flex-start;
}
.pt-cell > ul > li > img {
  margin-right: 0.5rem;
}
.pt-body .pt-cell {
  padding: 2rem 1.25rem;
}
.pt-body .pt-cell:nth-child(2) {
  text-align: center;
  font-size: 1.375rem;
}
.tag-badge {
  position: absolute;
  top: 3%;
  left: -8px;
}

.product:nth-child(odd) {
  background: var(--color-white-smoke);
}
.product h2 {
  font-size: 2rem;
  margin-bottom: 0.25em;
}
.product h2 > span {
  color: var(--color-primary);
}

.rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.375rem;
  font-weight: 600;
}
.rating-text > span:last-of-type {
  color: var(--color-vivid-orange);
}

.rating-stars {
  display: flex;
}

.star {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.star > img {
  object-fit: contain;
}

.filled,
.filled > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.empty,
.empty > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-top: 4.375em;
}

.facts__list {
  background-color: #fff;
  position: relative;
  border: 5px solid var(--color-primary);
  border-radius: 1em;
  padding: 3em 1.5em;
}

.facts__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.facts__list > h4 {
  font-size: 1.625em;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.facts__list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.facts-item {
  font-size: 1.125em;
  display: flex;
  gap: 0.5em;
}

.facts-item:not(:last-of-type) {
  margin-bottom: 0.625em;
}

.facts-item > img {
  flex-shrink: 0;
  align-self: flex-start;
}

.facts__list:nth-child(2) {
  border-color: var(--color-red);
}

.facts__list:nth-child(2) > h4 {
  color: var(--color-red);
}

.presentation {
  background-color: #fff;
  position: relative;
  border: 5px solid var(--color-light-grey);
  border-radius: 0.75em;
  margin: 2.25em 0;
}

.presentation__badge {
  position: absolute;
  left: -1.5%;
  margin-top: 1em;
}

.presentation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.25em;
}

.presentation-container > img {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.presentation-container > a {
  font-size: 1.75em;
}

.container--faq {
  max-width: 1034px;
}

.container--faq > .title {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-item {
  margin-bottom: 2.25em;
}

.faq-item__label {
  display: flex;
  justify-content: space-between;
  padding: 0.625em 1em;
  border-bottom: 3px solid var(--color-light-green);
  cursor: pointer;
}

.faq-item__label > h3 {
  font-size: 1.75em;
  color: var(--color-light-green);
}

.faq-item__toggle-icon {
  background-color: var(--color-light-green);
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-item__toggle-icon::before,
.faq-item__toggle-icon::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.25em;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}

.faq-item__toggle-icon::after {
  transform: rotate(90deg);
}

.faq-item.active .faq-item__toggle-icon::after {
  transform: rotate(0);
}

.faq-item.active .faq-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5em;
  padding: 1.5em 1em;
}

.faq-item__content--column {
  flex-direction: column;
}

.faq-item__text > p {
  font-size: 1.25em;
}

.faq-item__text > p:not(:last-child) {
  margin-bottom: 2em;
}

.faq-item__text,
.faq-item__img {
  display: none;
}

.faq-item__img {
  flex-shrink: 0;
}

.about-author {
  border: 3px solid var(--color-light-grey);
  border-radius: 0.75em;
  padding: 1.5em;
}

.about-author__header {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.875em;
}

.about-author__info > p {
  margin-bottom: 0.25rem;
}

.about-author__info > h4 {
  font-size: 1.375em;
  color: var(--color-primary);
}

@media screen and (max-width: 1000px) {
  .faq-item__label {
    padding: 0.625em 0;
  }
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 0.85rem;
  }
  .faq-item__content {
    flex-direction: column-reverse;
  }
  .pt-row {
    grid-template-columns: 1fr;
  }

  .pt-heading {
    grid-template-columns: 1fr;
  }
  .pt-body .pt-row {
    padding: 16px 8px;
  }
  .pt-body .pt-cell {
    padding: 0.5rem;
  }
  .pt-heading > .pt-cell:not(.mob) {
    display: none;
  }
  .tag-badge {
    top: 0;
    left: -16px;
  }
}

@media screen and (max-width: 650px) {
  .facts {
    grid-template-columns: 1fr;
  }
}
