body.widget-snippet .sticky-post-body.sticky-post-getting-started .block {
  padding:10px;
}
body.widget-snippet .cloneable-child-cat-list a.button-view-more-article {
  padding: 6px;
}
.cloneable-boxes-area {
}
.cloneable-boxes-container {
  max-width:670px;
  margin: 0 auto;
}

li.cloneable-cat-area:before {
  display: none;
}
.widget-snippet li.cloneable-cat-area {
    background: #ffffff;
    margin:27px 0 0px;
    border-radius: 20px;
    padding: 0;
    padding-bottom: 15px;
}

a.cloneable-child-cat-grp {
  border-radius: 10px 10px 0 0;
  padding:45px 16px 5px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
a.cloneable-child-cat-grp:hover{
  text-decoration: none;
 /* background-color: #fff7f5;*/
  color: #000;
  border-radius: 5px;
}
a.cloneable-child-cat-grp:hover .cat-name-dis .child-cat-name{
    color: #ff7959 !important;
}
a.cloneable-child-cat-grp:hover .img-wrp img{
  filter: invert(62%) sepia(27%) saturate(3071%) hue-rotate(323deg) brightness(102%) contrast(101%);
}
a.cloneable-child-cat-grp .cloneable-im-p {
display: grid;
  padding: 0 50px;
  grid-template-columns: repeat(2,minmax(1fr,0));
  grid-gap:5px;
  grid-template-columns: 1fr 16fr;
}
a.cloneable-child-cat-grp .cloneable-im-p .img-wrp {
  width: 24px;
  height:24px;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis {
  /*! width: auto */
}
.cloneable-child-cat-list {
  padding: 0 20px 45px 100px;
}
.sticky-post-body.sticky-post-getting-started {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.sticky-post-body.sticky-post-getting-started .block {
  display: block;
  margin-bottom: 15px;
}
.sticky-post-body.sticky-post-getting-started .block .full-block-link {
  text-decoration: none;
  color: #000000;
  font-family: Biotif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}
.sticky-post-body.sticky-post-getting-started .block .full-block-link:hover {
  color:#F87252;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis .child-cat-name {
  padding: 0;
  font-family: Biotif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color:#000000;
   margin-bottom: 15px;
   display: inline-flex;
   gap: 0 8px;
   align-items: center;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis .child-cat-name svg{
  margin-top:0px;
}
a.cloneable-child-cat-grp:hover svg path {
    fill:#F87252;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis p.child-cat-dis {
  font-family: Biotif;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 23px;
  padding-right: 20px;
  padding: 0 0 15px;
  color: rgba(0, 0, 0, 0.8);
}
.sticky-post-body.sticky-post-getting-started .block a.full-block-link .block-header {
    display: inline-flex;
    align-items: center;
}
.sticky-post-body.sticky-post-getting-started .block a.full-block-link .block-header svg {
   margin-top:3px;
}
.sticky-post-body.sticky-post-getting-started .block a.full-block-link .block-header svg {
  opacity: 0;
}
.sticky-post-body.sticky-post-getting-started .block a.full-block-link:hover .block-header svg {
  opacity: 1;
}
a.button-view-more-article {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
  letter-spacing: 0;
  font-family: Biotif;
}
a.button-view-more-article span{
color: #000000;
}

a.button-view-more-article:hover, a.button-view-more-article:hover span{
  color:#F87252;
  border-color:#F87252;
}
a.button-view-more-article:hover svg path {
  fill:#F87252;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis {
  padding:7px 0px 0 0;
  position: relative;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis::after {
  content: "";
  background: url(/template/a80ffed5/images/suggest-arrow.svg) no-repeat center;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
