

/* Button Style */
ul.wp-block-latest-posts.wp-block-latest-posts__list.is-style-post-button-list {
  padding: 0;
}

ul.wp-block-latest-posts.is-style-post-button-list li a {
  font-size: 18px;
  padding: 5px;
  padding-left: 32px;
  position: relative;
  display: block;
  position: relative;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  padding: 15px;
  padding-right: 60px;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.is-style-post-button-list li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;

}

ul.wp-block-latest-posts.wp-block-latest-posts__list.is-style-post-button-list li a::before {
  color: black;
  font-family: "budicon";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
  content: '\eb0a';
}

/* Button Style */
.wp-block-button.is-style-small-button .wp-block-button__link {
  color: #000;
  padding: 7px 0 7px 46px;
  background-color: transparent;
  min-width: 5px;
  display: inline-block;
  width: auto;
  border: none;
  position: relative;
  margin-top: 10px;
  line-height: 18px;
}

.wp-block-button.is-style-small-button .wp-block-button__link::before {
  font-family: "budicon";
  content: '\eb4b';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 33px;
  font-size: 23px;
  border: solid 2px black;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
