.leaf-press-mentions.locations-v1 {
  background: #098953;
  display: block; }
  @media screen and (min-width: 768px) {
    .leaf-press-mentions.locations-v1 {
      height: 200px; } }
.leaf-press-mentions {
  height: 226px;
  color: #fff;
  background-color: #098953;
  font-family: ProximaNova-Regular; }
  .leaf-press-mentions .press-container {
    margin: 0 auto;
    padding: 20px 80px 0;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .leaf-press-mentions .press-container {
        padding: 20px 60px 0; } }
    @media (min-width: 1200px) {
      .leaf-press-mentions .press-container {
        padding: 20px 80px 0; } }
  .leaf-press-mentions .breadcrumbs a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    text-decoration: none; }
    .leaf-press-mentions .breadcrumbs a:hover {
      text-decoration: underline; }
  .leaf-press-mentions .breadcrumbs img {
    margin-inline: 3px; }
  .leaf-press-mentions .breadcrumbs span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12.695px;
    opacity: 0.8; }
  .leaf-press-mentions .press-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    height: 123px; }
  .leaf-press-mentions .divider {
    width: 2px;
    height: 107px;
    background-color: #FFF;
    opacity: 0.2;
    flex-shrink: 0; }
  .leaf-press-mentions .local-press {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    flex-shrink: 0; }
    .leaf-press-mentions .local-press .press-label {
      margin-top: 24px;
      position: relative;
      display: inline-flex;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      white-space: nowrap;
      gap: 2px; }
      .leaf-press-mentions .local-press .press-label img {
        margin-top: 10px; }
    .leaf-press-mentions .local-press .local-paper-name {
      font-family: 'ProximaNova-Bold', sans-serif;
      font-size: 32px;
      color: #00B0FF;
      font-weight: 800;
      white-space: nowrap; }
      .leaf-press-mentions .local-press .local-paper-name img {
        object-fit: contain; }
      .leaf-press-mentions .local-press .local-paper-name span {
        color: #222; }
  .leaf-press-mentions .national-press {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden; }
    .leaf-press-mentions .national-press .featured-label {
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 24px;
      white-space: nowrap; }
    .leaf-press-mentions .national-press .desktop-logos {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 5px; }
      .leaf-press-mentions .national-press .desktop-logos .logo-item {
        width: auto;
        display: flex;
        justify-content: center; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper {
      width: 320px;
      overflow: hidden;
      height: 80px;
      position: relative;
      margin-top: 5px; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper .logo-item {
        width: 100px;
        flex-shrink: 0; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: none; }
    .leaf-press-mentions .national-press .logos-track {
      display: flex;
      width: max-content;
      animation: scrollLogos 20s linear infinite; }
      .leaf-press-mentions .national-press .logos-track:hover {
        animation-play-state: paused; }
    .leaf-press-mentions .national-press .logo-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .leaf-press-mentions .national-press .logo-item img {
        object-fit: contain;
        opacity: 0.8;
        filter: brightness(0) invert(1);
        transition: opacity 0.2s;
        max-width: 85px;
        height: auto; }
        .leaf-press-mentions .national-press .logo-item img:hover {
          opacity: 1; }

@keyframes scrollLogos {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-25%); } }
  .leaf-press-mentions .press-rating {
    padding: 0 0 0 20px;
    width: 163px;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    display: flex;
    flex-shrink: 0; }
    .leaf-press-mentions .press-rating .rating-score {
      font-family: ProximaNova-Bold;
      font-size: 44px;
      font-weight: 700;
      line-height: 27px; }
    .leaf-press-mentions .press-rating .review-count {
      opacity: 0.9;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px;
      white-space: nowrap; }
  @media screen and (min-width: 901px) and (max-width: 1100px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; } }
  @media screen and (min-width: 769px) and (max-width: 900px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .national-press .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
      display: block !important; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; } }
  @media screen and (width: 768px) {
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .desktop-logos.only-desktop {
      display: none !important; }
    .leaf-press-mentions .press-container {
      padding: 20px 30px; }
    .leaf-press-mentions .press-rating {
      width: unset; }
    .leaf-press-mentions .national-press {
      padding: 0; }
    .leaf-press-mentions .logos-carousel-wrapper.only-mobile {
      display: block !important;
      width: 280px; } }
@media screen and (max-width: 767px) {
  .leaf-press-mentions {
    height: auto;
    padding-bottom: 0; }
    .leaf-press-mentions .press-container {
      padding: 0;
      max-width: 100%; }
    .leaf-press-mentions .no-press-logo {
      padding-top: 37px; }
    .leaf-press-mentions .press-grid {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 0;
      margin: 0; }
    .leaf-press-mentions .divider {
      display: none; }
    .leaf-press-mentions .local-press {
      padding: 37px 0 0;
      justify-content: center;
      width: 100%;
      box-sizing: border-box; }
      .leaf-press-mentions .local-press .press-label {
        text-align: center;
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        position: relative;
        font-size: 22px;
        font-weight: 600; }
    .leaf-press-mentions .national-press {
      padding: 0;
      width: 100%;
      box-sizing: border-box;
      align-items: center; }
      .leaf-press-mentions .national-press .desktop-logos.only-desktop {
        display: none !important; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper.only-mobile {
        display: block !important; }
      .leaf-press-mentions .national-press .featured-label {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        white-space: nowrap;
        font-weight: 400;
        font-size: 18px; }
        .leaf-press-mentions .national-press .featured-label::before, .leaf-press-mentions .national-press .featured-label::after {
          content: "";
          flex: 1;
          height: 1px;
          background-color: #fff; }
        .leaf-press-mentions .national-press .featured-label::before {
          margin-right: 9px; }
        .leaf-press-mentions .national-press .featured-label::after {
          margin-left: 9px; }
      .leaf-press-mentions .national-press .logos-carousel-wrapper {
        width: 100%;
        height: 50px;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
      .leaf-press-mentions .national-press .logos-track {
        animation: scrollLogos 15s linear infinite; }
      .leaf-press-mentions .national-press .logo-item {
        width: 90px; }
        .leaf-press-mentions .national-press .logo-item img {
          height: 20px; }
    .leaf-press-mentions .press-rating {
      width: 100%;
      height: auto;
      flex: none;
      padding: 25px 20px;
      padding-bottom: 30px;
      box-sizing: border-box;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 12px; }
      .leaf-press-mentions .press-rating .rating-score {
        font-size: 44px;
        font-weight: 700;
        line-height: 24px; }
      .leaf-press-mentions .press-rating .review-count {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .leaf-press-mentions .press-rating .review-count .count {
          font-size: 20px;
          font-weight: 400;
          line-height: 1.2; }
        .leaf-press-mentions .press-rating .review-count .label {
          font-size: 20px;
          font-weight: 400;
          line-height: 1; }
      .leaf-press-mentions .press-rating .stars {
        display: flex;
        align-items: center;
        padding-top: 5px; }
        .leaf-press-mentions .press-rating .stars img {
          height: 24px;
          width: auto; } }
