/* StyleSheet for the Block components */

.wp-block-group {
  padding: 30px;
  border-radius: 20px;
  border: var(--default_border);

}

.wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* pros and cons */

.block-pros-and-cons {
  max-width: 800px;
  width: 100%;
}
.lists-wrapper {
  gap: 40px;
}

.lists-wrapper .pros-cons-img {
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: var(--default_border);
}

.lists-wrapper .pros-cons-img h2{
  padding-bottom: 60px;
}

.lists-wrapper .pros-cons-img img {
  max-width: 180px;
}

.lists-wrapper ul::marker {
  font-size: 10px;
}

.lists-wrapper .pros ul li {
  list-style-image: url("../../assets/images/pros-list-icon.svg");
}

.lists-wrapper .cons ul li {
  list-style-image: url("../../assets/images/cons-list-icon.svg");
}


/* BitBok Promise Block */

.bitbok-promise-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.bitbok-promise-wrapper .bitbok-promise-content {
  background: var(--bb_light_blue);
  padding: 20px 25% 20px 20px;
  border-radius: 20px;
  margin-right: 15%;
  position: relative;
  z-index: 1;
}

.bitbok-promise-wrapper .bitbok-promise-content p {
  position: relative;
  z-index: 3;
}

.bitbok-promise-wrapper h4 {
  position: relative;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: 400;
  z-index: 4;
}

.bitbok-promise-wrapper .img {
  position: absolute;
  width: 55%;
  right: -15%;
  top: -10%;
  z-index: 2;
}
/* RESPONSIVE */
.newsletter-sidebar .img {
  display: none;
}

.sidebar .newsletter-sidebar .img {
  display: block;
}

@media screen and (width <= 1400px) {
  .newsletter-sidebar .img img {
    width: 170px !important;
  }
}



@media screen and (width <= 1200px) {
  .newsletter-sidebar .img img {
    width: 150px !important;
  }

  .sidebar .newsletter-sidebar h2 {
    font-size: 24px;
  }

  .bitbok-promise-wrapper .bitbok-promise-content {
    margin-right: 20px;
  }

  .bitbok-promise-wrapper {
    margin: 20px 0 20px 0;
    max-width: 400px;
  }
}

@media screen and (width <= 980px) {
  .bitbok-promise-wrapper .img {
    width: 55%;
    right: -15%;
    top: -10%;
  }

  .bitbok-promise-wrapper .img {
    width: 110px;
    right: -10%;
  }

  .footer-author-section .author-section-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (width <= 500px) {
  .bitbok-promise-wrapper .img {
    width: 120px;
    top: -10%;
    right: -10%;
  }

  .footer-author-section .author-section-wrapper .author-section {
    flex-direction: column;
    gap: 0 !important;
  }

  .footer-author-section .author-section-wrapper .author-details{
    gap: 10px !important;
  
  }


}

@media screen and (width <= 680px) {
  .lists-wrapper {
    flex-direction: column;
  }

  .lists-wrapper .pros-cons-img {
    justify-content: flex-start;
  }

  .lists-wrapper ul {
    padding-left: 20px;
  }

  .lists-wrapper .pros-cons-img {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (width <= 400px) {
  .wp-block-group {
    padding: 0;
    border: none;
  }
  
}

/* END BLOCK */

/* Quick Nav Block */

html {
	scroll-behavior: smooth;
}

.quick-nav-menu {
  display: none;
  border: var(--default_border);
  padding: 20px;
  border-radius: 20px;
}

.single-post .quick-nav-menu,
.single-page .quick-nav-menu{
  display: block;
}

.quick-nav-menu h4 {
  margin: 0 0 20px 0;
  line-height: 1;
}

.quick-nav-menu ul {
  list-style: none;
}

.quick-nav-menu a:hover {
  color: var(--bb_blue);
}

.quick-nav-menu ul li {
  list-style: none;
}

.quick-nav-menu ul li a {
  text-decoration: none;
}

.quick-nav-menu a {
  color: #000;
  transition: 0.4s all ease-in-out;
}

/* Newsletter sidebar block */

.newsletter-sidebar-content {
  gap: 20px;
  width: 70%;
}

.newsletter-sidebar-content .title p {
  font-size: 28px;
  line-height: 1.1;
}

.newsletter-sidebar-wrapper {
  background: var(--bb_darker_gray);
  gap: 10px;
  padding: 25px;
  border-radius: 15px;
}

.newsletter-sidebar-wrapper .newsletter-sidebar-input {
  gap: 10px;
}

.newsletter-sidebar-wrapper .newsletter-sidebar-input .newsletter-input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--bb_gray);
}

.archive-newsletter {
  width: 100%;
  border: 1px solid var(--bb_gray);
  background: #fff;
  padding: 4px;
  height: 55px;
  border-radius: 15px;
}

.archive-newsletter .bb-button {
  width : auto !important;
  min-width: 150px;
}

.newsletter-sidebar-wrapper .newsletter-sidebar-input .newsletter-input input {
  border-radius: 10px;
}

.newsletter-sidebar {
  position: relative;
  padding-right: 30px;
}

.newsletter-sidebar .img {
  position: absolute;
  top: -5%;
  right: -20px;
}

.newsletter-sidebar .img img {
  width: 200px;
}





/* Table Block Styling */

.block-table-wrapper {
  padding: 10px 20px;
  background-color: var(--bb_blue);
  border-radius: 20px;
  color: #fff;
}

.wp-block-table table {
  margin: 0;
}

.wp-block-table table td {
  border: none;
}

.wp-block-table table tbody tr:first-of-type {
  border-bottom: 1px solid var(--bb_light_blue);
}

.wp-block-table table tbody tr:first-of-type td {
  padding-bottom: 20px !important;
}




/* FAQ block */

.faq .open {
  padding-bottom: 2px;
}


.faqs-wrapper .faq {
  border: 1px solid var(--bb_gray);
  padding: 0px 10px 0px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  cursor: pointer;
  padding: 15px 30px;
}

.faqs-wrapper .faq:hover h4 {
  color: var(--bb_blue);
  transition: 0.2s all ease-in-out;
}

.faqs-wrapper .faq .answer {
  padding: 15px 15px 15px 0px;
}

.faqs-wrapper h4 {
  font-size: 16px;
  max-width: 80%;
}

.block-faq-section h2 {
  margin-bottom: 20px;
}

.dropdown-icon {
  font-size: 24px;
  color: var(--bb_blue);
  border: 1px solid var(--bb_blue);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-weight: 400;
}
.footer-author-section .author-section-wrapper {
  background-color: var(--bb_light_gray);
  padding: 20px 30px;
  border-radius: 20px;
}

.footer-author-section .author-section-wrapper .author-section .profile-photo {
  min-width: 90px;
  min-height: 90px;
}

.footer-author-section .author-section-wrapper .author-section {
  gap: 30px;
}

.footer-author-section .author-section-wrapper .author-details {
  gap: 20px;
}

.footer-author-section .author-section-wrapper .author-name strong {
  font-weight: 700;
  font-size: 20px;
}

/* Block Styling - HomePage */

/* Block styling - SideBar */

/* Block Styling - Single Page */

/* Block Styling - Single Page Full Width */
