/*
Theme Name: Scanfa - Scan eFaktur ver.1
Theme URI: 
Author: IT Borwita
Author URI: https://borwita.co.id/
Description: Developed by IT Borwita
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scanfascanefakturver1
Tags: block-patterns, full-site-editing, 
*/

body {
  overflow-x: hidden;
}

.is-relative {
  position: relative;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0px;
  margin-block-end: 0;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.z-99 {
  z-index: 9999;
}

.z-10 {
  z-index: 10;
}

.w-full {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow-lg {
  box-shadow: 0px 13px 70px 0px rgba(146, 146, 146, 0.1);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary {
  list-style: none;
}

/* sigh, Safari again */

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+ ";
  margin-left: 0.75em;
  transition: 0.2s;
  font-size: 24px;
  color: #0364e9;
}

details[open] > summary::after {
  content: "- ";
  margin-left: 0.75em;
  transition: 1s;
  font-size: 24px;
  color: #0364e9;
}

details {
  border-radius: 16px;
  width: 100%;
}

.pricing-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 220px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.nav-mobile .wp-block-navigation__responsive-container {
  width: 50%;
  right: 0px;
  top: 0px;
  left: unset;
  box-shadow: -100px 0 100px 50px #00000054;
}

/* Responsive */
@media (max-width: 575.98px) {
  .why-choose-us .has-custom-yellow-background-color {
    padding-left: 24px !important;
  }
}
