.trends-report .learn-more .firstLine {
  border-radius: 11.427px;
  border: 1px solid #F6F2E7;
  background: none;
  color: #F6F2E7;
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  font-style: normal;

  letter-spacing: .81px;
  line-height: 30px;
  position: relative;
  width: fit-content;
  padding-right: 10px;
  padding-left: 10px;
  height: 33px;
  left: 2px;
  z-index:2;
}

.trends-report .learn-more:hover .firstLine{
  background-color: white;
  color: #161819;
}

.trends-report .learn-more .secondLine{
  background: #ffffff;
  border: 1px solid #F6F2E7;
  border-radius: 11.427px;
  color: #090b0d;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.25px;
  line-height: 27px;
  text-align: center;
  width: 80px;
  height: 33px;
  left: 1px;
}

.trends-report .learn-more .secondLine-wrapper {
  position: relative;
  left: -40px;
  width: calc(100% + 40px);
}

.trends-report .learn-more .arrowButton {
  background-color: #ffffff;
  border: 1px solid #F6F2E7;
  background-image: url('https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 11.427px;
  content: "";
  display: block;
  height: 33px;
  right: 0px;
  top: 0;
  width: 33px;
}

.trends-report h2 {
  font-size: 6vw;
  line-height: 6vw;
}

.trends-report h2 em {
  font-family: "Playfair Display", serif;
  font-style: italic;
} 