.wp-block-acf-news-archive .news-content .content-area {
    position: relative;
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
  }

  /* The container must be positioned relative: */
.wp-block-acf-news-archive .custom-select {
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-acf-news-archive .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .wp-block-acf-news-archive .select-selected {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    z-index: 2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    background-image: url(./static/wp-content/themes/mayfield/assets/images/svg/dropdown-icon.svg);
    background-size: unset;
    background-repeat: no-repeat;
    background-position: top 10px right;
    border: none;
    color: #000;
    font-family: "TT Commons Pro Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 150%; /* 27px */
    width: 100%;
    transition: all 0.35s;
    padding-right: 22px;
  }
  .wp-block-acf-news-archive  .select-selected.select-arrow-active {
    background-image: url(./static/wp-content/themes/mayfield/assets/images/svg/dropdown-icon-active.svg);
    z-index: 6;
    box-shadow: none;
  }
  
  /* style the items (options), including the selected item: */
  .wp-block-acf-news-archive .select-items div {
    text-align: left;
    border: none;
    cursor: pointer;
    color: #000;
    font-family: "TT Commons Pro Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 150%; /* 27px */
    padding: 12px 16px;
    transition: all 0.35s;
  }
  @media (max-width: 767.98px) {
    .wp-block-acf-news-archive .select-items div {
      padding: 6px 16px;
    }
  }
  .wp-block-acf-news-archive .select-items div:hover {
    background: #f5f5f5;
    color: #1f7554;
    transition: all 0.35s;
  }
  
  /* Style items (options): */
  .wp-block-acf-news-archive .select-items {
    position: absolute;
    background: #fff;
    top: 47px;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 5;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    width: -moz-max-content;
    width: max-content;
  }
  
  /* Hide the items when the select box is closed: */
  .wp-block-acf-news-archive .select-hide {
    display: none;
  }

  .wp-block-acf-news-archive .news-content .content-area .filter-area h6 {
    margin-top: 0;
  }

  .wp-block-acf-news-archive .news-content .content-area .news-boxes .news-box .meta-news h6 {
    font-family: "TT Commons Pro Variable";
    font-weight: 490;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wp-block-acf-news-archive .news-content .content-area .news-boxes .news-box .title-news h5 {
    font-family: "Acta";
    font-weight: 50;
    font-size: 24px;
    line-height: 28.8px;
    margin: 0;
  }

  .wp-block-acf-news-archive .news-content .content-area .news-boxes .news-box .meta-news-2 p {
    margin-top: 0;
  }

  .wp-block-acf-news-archive .news-content .content-area .news-boxes .news-box .stretched-link {
    opacity: 0;
  }

  .wp-block-acf-news-archive .news-content .content-area .title-area h3 {
    font-family: "Acta";
    color: #207552;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 50;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .news-content .content-area .text-area ul li {
    font-size: 18px;
    font-family: "TT Commons Pro Variable";
    line-height: 26px;
    font-weight: 420;
}

  .news-content .wp-block-button__link.wp-element-button {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 11px 24px;
    font-family: "TT Commons Pro Variable";
    font-weight: 420;
  }

  .news-content .wp-block-button__link.wp-element-button::after {
    background-image: url(../../assets/images/button-arrow-dark.png);
    width: 32px;
    height: 16px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    background-size: contain;
    transition: all 0.35s;
  }

  .news-content .wp-element-button:hover, .news-content .wp-block-button__link.wp-element-button:hover {
    background-color: #ffffff !important; 
    color: #000 !important;
  }