/* =========================================================
   BLCC blog — read more link (a.more-link.blcc-read)
   Specificity matches Divi: .et_pb_blog_* .et_pb_post div.post-content a.more-link
   No !important. Load order: see functions.php (priority 999).
   ========================================================= */

body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #1d6e2e;
  text-decoration: none;
  line-height: normal;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: none;
  min-height: 0;
  text-transform: none;
  letter-spacing: normal;
  align-self: auto;
}

body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::before,
body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::after,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::before,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::after,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::before,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read::after {
  content: none;
  display: none;
}

body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i {
  font-size: 15px;
  font-style: normal;
  line-height: 1;
  transition: transform 0.15s ease;
}

body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i {
  transform: translateX(3px);
}

body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read:focus-visible,
body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read:focus-visible,
body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read:focus-visible {
  outline: 2px solid #1d6e2e;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i,
  body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i,
  body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card div.post-content a.more-link.blcc-read i {
    transition: none;
  }

  body:not(.et-fb) [class*="et_pb_blog_"] .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i,
  body:not(.et-fb) .et_pb_blog_grid .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i,
  body:not(.et-fb) .et_pb_ajax_pagination_container .et_pb_post.blcc-card:hover div.post-content a.more-link.blcc-read i {
    transform: none;
  }
}
