@use "./base" as *;

.wp-block-post-featured-image {
  > a {
    &:hover {
      opacity: 0.9;
    }
  }
}
