a.wp-block-button__link_s2.clickable_s2 {
  color: var(--color_text) !important;
}
.term-heading_s2 {
  position: relative;
}
.browse-cat_s2 {
  position: absolute;
  right: 0;
  top: 8px;
  color: var(--color-text);
}
.has-large-font-size_s2 {
  font-size: 1.5rem;
}
.has-larger-font-sizes_s2,
.has-huge-font-sizes_s2 {
  font-size: 1.75em;
}
.is-style-outline_s2 > .wp-block-button__link_s2:not(.has-background),
.wp-block-button__link_s2.is-style-outline_s2:not(.has-background) {
  background-color: transparent;
}
.small-button_s2 .material-icons_s2 {
  font-size: 20px;
}
.small-button_s2 .wp-block-button__link_s2 {
  font-size: 0.8125em;
  padding: 0 0 0 10px !important;
}
.wp-block-buttons_s2.is-vertical_s2 > .wp-block-button_s2 {
  margin-right: 0;
}
.wp-block-buttons_s2.is-vertical_s2 > .wp-block-button_s2:last-child {
  margin-bottom: 0;
}
.wp-block-buttons_s2 > .wp-block-button_s2 {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-buttons_s2 > .wp-block-button_s2:last-child {
  margin-right: 0;
}
.clickable_s2 {
  opacity: 1;
  transition: 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.clickable_s2:hover {
  opacity: 0.75;
  transition: 0.25s ease-in-out;
}
.clickable_s2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    var(--whites) 10%,
    transparent 10.01%
  );
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.clickable_s2:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
  transition: 0s;
}
.flex-container_s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-container_s2 .flex-item_s2 {
  flex: 0 1 100%;
  overflow: hidden;
}
.flex-s12 .flex-item_s2 {
  flex: 0 1 100% !important;
}
@media only screen and (min-width: 601px) {
  .flex-container_s2 .flex-item_s2 {
    flex: 0 1 calc(50% - 1em);
  }
  .flex-m6 .flex-item_s2 {
    flex: 0 1 50% !important;
  }
}
@media only screen and (min-width: 993px) {
  .flex-container_s2 .flex-item_s2 {
    flex: 0 1 calc(33% - 1em);
  }
  .flex-l4 .flex-item_s2 {
    flex: 0 1 25% !important;
  }
}
.app_s2 {
  position: relative;
  width: 100%;
  display: inline-flex;
  margin-bottom: 30px;
  margin-top: 10px;
  color: inherit;
}
.app-icon_s2 {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 1/1;
}
.app-icon_s2 img {
  border-radius: 15px;
  aspect-ratio: 1/1;
}
.app-name_s2 {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.app-name_s2 h2,
.app-name_s2 h3 {
  font-weight: 500;
}
.app-name_s2 .has-large-font-size_s2 {
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .app-name_s2 .has-large-font-size_s2 {
    font-size: 1.35rem;
    line-height: 1.3;
  }
}
.app-tag_s2 {
  padding: 1px 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.card_s2 {
  position: relative;
  margin: 0.5rem 0 1rem;
  border-radius: 10px;
}
.card_s2 .card-image_s2 {
  position: relative;
}
.card_s2 .card-image_s2 img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card_s2 .card-image_s2 .card-body_s2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
  border-radius: 10px;
  z-index: 2;
  padding-bottom: 10px;
  padding-top: 30px;
}
.card_s2 .card-title_s2 h3,
.card_s2 .card-title_s2 h2 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.card_s2 .card-image_s2 .card-title_s2,
.card_s2 .card-image_s2 .card-excerpt_s2 {
  margin: 0 10px;
  color: var(--whites);
}
.card-content_S2 {
  padding: 15px;
}
.app-tag_S2 {
  padding: 0 5px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
}
.wp-block-table-style-2 {
  margin: 0 0 1em;
  overflow-x: auto;
}
.wp-block-table-style-2 table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table-style-2 .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table-style-2 .has-fixed-layout td,
.wp-block-table-style-2 .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table-style-2.alignleft,
.wp-block-table-style-2.aligncenter,
.wp-block-table-style-2.alignright {
  display: table;
  width: auto;
}
.wp-block-table-style-2.alignleft td,
.wp-block-table-style-2.alignleft th,
.wp-block-table-style-2.aligncenter td,
.wp-block-table-style-2.aligncenter th,
.wp-block-table-style-2.alignright td,
.wp-block-table-style-2.alignright th {
  word-break: break-word;
}
.wp-block-table-style-2 .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table-style-2 .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table-style-2 .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table-style-2 .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table-style-2.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table-style-2.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table-style-2.is-style-stripes.has-subtle-light-gray-background-colortbodytr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table-style-2.is-style-stripes.has-subtle-pale-green-background-colortbodytr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table-style-2.is-style-stripes.has-subtle-pale-blue-background-colortbodytr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table-style-2.is-style-stripes.has-subtle-pale-pink-background-colortbodytr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table-style-2.is-style-stripes th,
.wp-block-table-style-2.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table-style-2 .has-border-color > *,
.wp-block-table-style-2 .has-border-color tr,
.wp-block-table-style-2 .has-border-color th,
.wp-block-table-style-2 .has-border-color td {
  border-color: inherit;
}
.wp-block-table-style-2 table[style*="border-style"] > *,
.wp-block-table-style-2 table[style*="border-style"] tr,
.wp-block-table-style-2 table[style*="border-style"] th,
.wp-block-table-style-2 table[style*="border-style"] td {
  border-style: inherit;
}
.wp-block-table-style-2 table[style*="border-width"] > *,
.wp-block-table-style-2 table[style*="border-width"] tr,
.wp-block-table-style-2 table[style*="border-width"] th,
.wp-block-table-style-2 table[style*="border-width"] td {
  border-width: inherit;
}
.app-box-info-style-2 th {
  font-weight: 400;
}
.app-box-info-style-2 th,
.app-box-info-style-2 td {
  padding: 5px 0;
}
.has-small-font-size {
  font-size: 0.8125em !important;
}
.has-regular-font-size,
.has-normal-font-size {
  font-size: 1em;
}
.has-medium-font-size {
  font-size: 1.25em;
}
.has-large-font-size {
  font-size: 2.25em;
}
.has-larger-font-size,
.has-huge-font-size {
  font-size: 2.625em;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left-style-2 {
  text-align: left;
}
.has-text-align-right-style-2 {
  text-align: right;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.app-box-info-style-2 tr {
  border-bottom: 0;
}
details summary {
  position: relative;
  cursor: pointer;
  display: block;
  list-style: none;
}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  list-style: none;
}
details > *:not(summary) {
  animation: collapse 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  max-height: 1000px;
}
.schema-faq-section-new {
  margin: 10px 0;
  border: 1px solid #cdcdcd;
  padding: 10px;
}
details[open].schema-faq-section-new summary {
  font-weight: 600;
}
details.schema-faq-section-new summary::after {
  position: absolute;
  content: " ";
  right: 0;
}
details[open].schema-faq-section-new summary::after {
  position: absolute;
  content: "-";
  right: 0;
}
.schema-faq-section-new p:last-of-type {
  margin-bottom: 0;
}
.table-of-contents ol {
  list-style: none !important;
}

.entry-block {
  box-shadow: 0 4px 10px rgb(0 0 0/5%);
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.entry-content {
  max-width: 750px;
  margin: 0 auto;
}
body {
  background-color: var(--color_background) !important;
  margin: 0 !important;
  overflow-x: hidden;
}
#header {
  background-color: var(--color_background_header) !important;
}

#header nav a {
  color: var(--color_link_header) !important;
}
footer,
footer details summary {
  background-color: var(--color_background_footer) !important;
}
footer a {
  color: var(--color-color_link_footer) !important;
}
footer details summary strong {
  border-bottom: 1px solid var(--color_divider) !important;
}
.app_info_colors,
.breadcrumbs__current {
  color: var(--color_rgb) !important;
}
.kksr-auto,
#comment_ratings .kksr-legend {
  display: none !important;
}
#comment {
  color: unset !important;
}
.rating {
  user-select: none;
}
.rating span {
  color: #9e9e9e;
  fill: #9e9e9e;
  background: #9e9e9e;
}
.rating span.active {
  color: #fcb900;
  background: #fcb900;
  fill: #fcb900;
}
.star {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0naWNvbicgZmlsbD0nY3VycmVudENvbG9yJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTIgMTcuMjdMMTguMTggMjFsLTEuNjQtNy4wM0wyMiA5LjI0bC03LjE5LS42MUwxMiAyIDkuMTkgOC42MyAyIDkuMjRsNS40NiA0LjczTDUuODIgMjF6Jz48L3BhdGg+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZSc+PC9wYXRoPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0naWNvbicgZmlsbD0nY3VycmVudENvbG9yJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTIgMTcuMjdMMTguMTggMjFsLTEuNjQtNy4wM0wyMiA5LjI0bC03LjE5LS42MUwxMiAyIDkuMTkgOC42MyAyIDkuMjRsNS40NiA0LjczTDUuODIgMjF6Jz48L3BhdGg+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZSc+PC9wYXRoPjwvc3ZnPg==);
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.star-small {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0naWNvbicgZmlsbD0nY3VycmVudENvbG9yJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTIgMTcuMjdMMTguMTggMjFsLTEuNjQtNy4wM0wyMiA5LjI0bC03LjE5LS42MUwxMiAyIDkuMTkgOC42MyAyIDkuMjRsNS40NiA0LjczTDUuODIgMjF6Jz48L3BhdGg+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZSc+PC9wYXRoPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0naWNvbicgZmlsbD0nY3VycmVudENvbG9yJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTIgMTcuMjdMMTguMTggMjFsLTEuNjQtNy4wM0wyMiA5LjI0bC03LjE5LS42MUwxMiAyIDkuMTkgOC42MyAyIDkuMjRsNS40NiA0LjczTDUuODIgMjF6Jz48L3BhdGg+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZSc+PC9wYXRoPjwvc3ZnPg==);
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
#respond .star-small {
  margin-right: 5px;
}

#rating-star {
  display: none;
}
#rating-star {
  vertical-align: top;
}
#rating-star label {
  float: right;
  cursor: pointer;
}
#comments > #respond #rating-star {
  display: inline-block;
}
#rating-star > input:checked ~ label > span,
#rating-star:not(:checked) > label:hover > span,
#rating-star:not(:checked) > label:hover ~ label > span {
  color: gold !important;
  background: gold !important;
  transition: 250ms;
}

@media only screen and (max-width: 992px) {
  .hilang {
    display: none !important;
  }
}

.wp-container-flex-center {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.footer-social-icon svg,
header svg.icon {
  fill: var(--color_svg);
}

h2.has-large-font-size_s2,
h2.has-text-align-center,
h1.has-text-align-center,
h1.has-medium-font-size.no-margin,
h2.has-medium-font-size.no-margin.uppercase {
  color: var(--color_text);
}

details.schema-faq-section {
  margin: 10px 0;
  background: var(--color_background_footer) !important;
  border-radius: 20px !important;
  transition: all 0.25s ease-out;
}
details.schema-faq-section summary {
}
details.schema-faq-section summary::after {
  position: absolute;
  content: "+" !important;
  right: 10px;
  font-weight: 500;
  top: 5px;
  color: var(--color_svg) !important;
}
details.schema-faq-section p:last-of-type {
  margin-bottom: 0 !important;
}
details[open].schema-faq-section {
  border-radius: 5px !important;
}
details[open].schema-faq-section summary {
  background: transparent !important;
}
details[open].schema-faq-section summary::after {
  position: absolute;
  content: "-";
  right: 10px;
  font-weight: 500;
  top: 5px;
  color: var(--color_svg) !important;
}
.schema-faq-question {
  background: var(--color_background_footer) !important;
  padding: 10px 15px;
  border-radius: 20px !important;
}
.schema-faq-answer {
  margin: 0;
  padding: 15px;
}
a {
  color: var(--color_link);
}

.toc-title::after,
.toc-title::before {
  color: var(--color_svg) !important;
}
