
/* Post Hero styling */

#post-hero {
  background-color: #fff;
  padding: 80px 0 72px;
}

#post-hero .left-wrapper {
  color: var(--new-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.02em;
}

#post-hero a {
  font-size: 16px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.02em;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
  background: #FAFAFA;
  color: black;
  padding: 12px 16px;
  transition: background .3s ease;
  text-decoration: none;
}
#post-hero a:hover {
  background: #EFEFEF;
}

#post-hero .companies-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-top: 30px;
  gap: 60px;
  row-gap: 0;
}

#post-hero .companies-wrapper .company-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

#post-hero .companies-wrapper .company-container img {
  max-width: none;
  width: auto;
  opacity: 0.5;
  transition: all 0.2s ease;
  display: block;
}


#post-hero .companies-wrapper .company-container.aave img {
  max-height: none;
  max-width: 90px;
}
#post-hero .companies-wrapper .company-container.uniswap img {
  max-height: none;
  max-width: 116px;
}
#post-hero .companies-wrapper .company-container.fidelity img {
  max-height: none;
  max-width: 96px;
}
#post-hero .companies-wrapper .company-container.dtcc img {
  max-height: none;
  max-width: 78px;
}

#post-hero .companies-wrapper .company-container.ethereum img {
  max-height: none;
  max-width: 94px;
}
#post-hero .companies-wrapper .company-container.coinbase img {
  max-height: none;
  max-width: 110px;
}
#post-hero .companies-wrapper .company-container.stellar img {
  max-height: none;
  max-width: 90px;
}
#post-hero .companies-wrapper .company-container.arbitrum img {
  max-height: none;
  max-width: 124px;
}

{##post-hero .companies-wrapper .company-container img:hover {
  opacity: 1;
}#}

@media (max-width: 991px) {
  #post-hero .companies-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 767px) {
  #post-hero .flex.is-sb {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    text-wrap: balance;
  }

  #post-hero .left-wrapper {
    font-size: 18px;
  }

  #post-hero .companies-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 18px;
    row-gap: 0;
  }

  #post-hero .companies-wrapper .company-container {
    min-height: 70px;
  }

  #post-hero .companies-wrapper .company-container.aave img {
    max-height: none;
  }
  #post-hero .companies-wrapper .company-container.uniswap img {
    max-height: 20px;
  }
  #post-hero .companies-wrapper .company-container.fidelity img {
    max-height: 23px;
  }
  #post-hero .companies-wrapper .company-container.wisdomtree img {
    max-height: 29px;
  }
  #post-hero .companies-wrapper .company-container.dtcc img {
    max-height: 13px;
  }
  v
  #post-hero .companies-wrapper .company-container.ethereum img {
    max-height: 25px;
  }
  #post-hero .companies-wrapper .company-container.coinbase img {
    max-height: 14px;
  }
  #post-hero .companies-wrapper .company-container.fireblocks img {
    max-height: 14px;
  }
  #post-hero .companies-wrapper .company-container.stellar img {
    max-height: 16px;
  }
  #post-hero .companies-wrapper .company-container.bitgo img {
    max-height: 21px;
  }
  #post-hero .companies-wrapper .company-container.arbitrum img {
    max-height: 22px;
  }
  #post-hero .companies-wrapper .company-container.canton img {
    max-height: 19px;
  }
}
