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: 624px;
  margin: 0 auto;
}

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

a.cloneable-child-cat-grp {
  border-radius: 10px 10px 0 0;
  padding: 24px 16px 5px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
a.cloneable-child-cat-grp:hover{
text-decoration: none;
  background-color: #3682b917;
  color: #000;
  border-radius: 5px;
}

a.cloneable-child-cat-grp .cloneable-im-p {
display: grid;
  padding: 0 5px;
  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 20px 60px;
}
.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: #03363d;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.sticky-post-body.sticky-post-getting-started .block .full-block-link:hover {
  color: #0094C4;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis .child-cat-name {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #03363d;
  margin-bottom: 7px;
}
a.cloneable-child-cat-grp .cloneable-im-p .cat-name-dis p.child-cat-dis {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 23px;
  padding-right: 20px;
  padding: 0 0 15px;
}
.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: #03363d;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
}
a.button-view-more-article span{
color: #03363d;
}

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