/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/team-profiles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.wp-block-localads-blocks-team-profiles {
  display: block !important;
}

.localads-team-profiles {
  padding: 96px 0 80px;
}

.localads-team-profiles__header {
  max-width: 1578px;
  margin: 0 auto 48px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .localads-team-profiles__header {
    padding: 0 68px;
  }
}

.localads-team-profiles__badge {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 200, 83, 0.08);
  border: 1px solid rgba(0, 200, 83, 0.2);
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #00C767;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__heading {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.96px;
  margin: 0 auto;
  text-align: center;
}

.localads-team-profiles__heading-primary {
  color: #0F1729;
}

.localads-team-profiles__heading-secondary {
  color: #4B5768;
}

.localads-team-profiles__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #4B5768;
  margin: 16px auto 0;
  max-width: 580px;
  text-align: center;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__container {
  max-width: 1578px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .localads-team-profiles__container {
    padding: 0 68px;
  }
}

.localads-team-profiles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.localads-team-profiles__card {
  background: #F6F7F9;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06), 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.localads-team-profiles__card-top {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 24px;
}

.localads-team-profiles__avatar {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.localads-team-profiles__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}

.localads-team-profiles__avatar span {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.localads-team-profiles__avatar--green {
  border: 3px solid #00C767;
  box-shadow: 0 0 0 6px rgba(0, 199, 103, 0.12);
}

.localads-team-profiles__avatar--green span {
  color: #00C767;
}

.localads-team-profiles__avatar--blue {
  border: 3px solid #2474F5;
  box-shadow: 0 0 0 6px rgba(36, 116, 245, 0.12);
}

.localads-team-profiles__avatar--blue span {
  color: #2474F5;
}

.localads-team-profiles__info {
  flex: 1;
  padding-top: 8px;
}

.localads-team-profiles__name {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #0F1729;
}

.localads-team-profiles__role {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4B5768;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__company {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #00C767;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__quote-mark {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Sora", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  color: #00C767;
  opacity: 0.06;
}

.localads-team-profiles__quote {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: #4B5768;
  flex: 1;
  margin-bottom: 24px;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.localads-team-profiles__tag {
  display: inline-block;
  padding: 6px 12px;
  background: #F1F5F9;
  border: 1px solid #E5E7EB;
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #4B5768;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.localads-team-profiles__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #7C8A9C;
  text-decoration: none;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__link:hover {
  color: #00C767;
}

.localads-team-profiles__link svg {
  flex-shrink: 0;
}

.localads-team-profiles__footer {
  background: #F6F7F9;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06), 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.localads-team-profiles__footer-logo {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #0F1729;
}

.localads-team-profiles__footer-info {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #7C8A9C;
  text-align: center;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__footer-button {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #E5E7EB;
  border-radius: 9999px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #4B5768;
  text-decoration: none;
  font-variation-settings: "opsz" 14;
}

.localads-team-profiles__footer-button:hover {
  border-color: #00C767;
  color: #00C767;
}

@media (max-width: 1024px) {
  .localads-team-profiles__heading {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}

@media (max-width: 768px) {
  .localads-team-profiles {
    padding: 64px 0 48px;
  }
  .localads-team-profiles__heading {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .localads-team-profiles__grid {
    grid-template-columns: 1fr;
  }
  .localads-team-profiles__card {
    padding: 24px;
  }
  .localads-team-profiles__footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 20px 24px;
  }
}

/*# sourceMappingURL=style-index.css.map*/