
.v2-grey-bg {
  background: #f9f9fd;
}

.v2-hero-section {
  padding: 130px 0 80px 0;
}

.v2-hero-section h1 {
  max-width: 900px;
  font-size: 44px;
  line-height: 56px;
  color: #333;
  margin: 0 auto 40px auto;
}

.v2-hero-section .primary-button {
  min-width: 192px;
}

.v2-block-header {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #333;
  margin: 30px 0;
}

.v2-block-header a {
  color: #333;
}

.v2-agencies-logos {
  padding: 100px 0;
}

.v2-agencies-logos .v2-block-header {
  margin-bottom: 48px;
}

.v2-agencies-logos img {
  max-height: 48px;
}

.v2-listicle-cat {
  padding: 47px 0 78px 0;
}

.v2-listicle-cat h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 35px 0 0 0;
}

.v2-listicle-link {
  display: block;
  color: #333;
  padding: 22px;
  font-weight: 500;
  font-size: 18px;
  height: 100%;
  transition: 0.2s;
}

.v2-grey-bg .v2-listicle-link {
  background: #fff;
}

.v2-listicle-link:hover {
  background: #f24175;
  color: #fff;
  text-decoration: none;
}

.v2-round-corners {
  border-radius: 20px;
}

.v2-articles-section {
  padding: 40px 0 80px 0;
}

.v2-articles-section .v2-block-header {
  margin: 30px 0 62px 0;
}

.v2-articles-section .primary-button {
  min-width: 192px;
  margin: 40px auto 0 auto;
}

.v2-articles-wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

.v2-meta-image img {
  border-radius: 10px;
}

.v2-meta-image {
  margin: 0 0 20px 0;
}

.v2-entry-header h3 a {
  color: #333;
}

.v2-entry-header h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 13px 0;
}

.v2-entry-content p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin: 0 0 20px 0;
}

.v2-tools-section {
  padding: 50px 0;
}

.v2-tools-section .v2-block-header {
  margin: 30px 0 70px 0;
}

.v2-post-category-box {
  margin: 21px 0 13px 0;
  font-size: 14px;
  font-weight: 500;
}

.v2-trending-agencies {
  padding: 130px 0;
}

.v2-trending-agencies h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.v2-trending-desc {
  max-width: 80%;
}

.v2-trending-agency-item a {
  background: #F9F9FD;
  border-radius: 10px;
  padding: 40px;
  transition: 0.2s;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2-trending-agency-item a:hover {
  opacity: 0.8;
}

.v2-trending-agency-item .loading-placeholder {
  background: #F9F9FD;
  border-radius: 10px;
  height: 104px;
  display: block;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.v2-trending-agency-item .loading-placeholder::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading-shimmer 1.5s infinite;
}