/** app css **/

.ai-bear-product-container p,
h2,
h3,
h4 {
  margin: 0px;
}

.ai-bear-flow-content-ultra-max > * + * {
  margin-top: 70px !important;
  margin-bottom: 0px !important;
}

.ai-bear-flow-content-max > * + * {
  margin-top: 60px !important;
  margin-bottom: 0px !important;
}

.ai-bear-flow-content > * + * {
  margin-top: 30px !important;
  margin-bottom: 0px !important;
}

.ai-bear-flow-content-mini > * + * {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}

.ai-bear-flow-content-20 > * + * {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.ai-bear-list-flow-content > * + * {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.ai-bear-equal-flex {
  display: flex;
  gap: 20px;
}

.ai-bear-no-flip {
  --no-flip: auto;
}

.ai-bear-flip-order {
  order: -1;
}

.ai-bear-flex-items-center {
  align-items: center;
}

.ai-bear-equal-flex > div {
  flex-basis: 50%;
}

.ai-bear-equal-flex > span {
  flex-basis: 50%;
}

.ai-bear-faq-section {
  display: flex;
  gap: 35px;
}

.ai-bear-faq-section div:first-child {
  flex-basis: 35%;
}

.ai-bear-faq-section div:last-child {
  flex-basis: 65%;
}

.ai-bear-faq-section span:first-child {
  flex-basis: 35%;
}

.ai-bear-faq-section span:last-child {
  flex-basis: 65%;
}

.ai-bear-center-text {
  text-align: center;
}

/** details summary */

.ai-bear-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ai-bear-summary::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url("../../../../wp-content/uploads/2023/10/1697699669arrow.svg")
    no-repeat;
  background-size: cover;
  transition: 0.2s;
  z-index: 999 !important;
}

.ai-bear-details[open] > .ai-bear-summary::after {
  transform: rotate(180deg);
}

.ai-bear-summary::-webkit-details-marker {
  display: none;
}

.ai-bear-summary {
  color: #30353b;
  border-radius: 5px;
}

.ai-bear-details {
  border-bottom: 1px solid #e2e2e2;
  margin: 0px !important;
}

.ai-bear-faq-content {
  padding-bottom: 10px;
}

/** table css**/

.ai-bear-responsive-table {
  width: 100% !important;
  display: table !important;
  border-collapse: collapse !important;
  white-space: normal !important;
}

.ai-bear-responsive-table th,
.ai-bear-responsive-table td {
  width: 50%;
  padding: 8px;
  border: none;
  text-align: left;
  word-wrap: break-word; /* Ensure text wraps within the cell */
}

.ai-bear-responsive-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ai-bear-responsive-table tr:nth-child(even) {
  background-color: #ffffff;
}

@media screen and (max-width: 798px) {
  .ai-bear-responsive-table {
    table-layout: fixed;
  }

  .ai-bear-responsive-table tr {
    display: table-row;
    margin-bottom: 10px;
  }

  .ai-bear-responsive-table td {
    display: table-cell;
    text-align: left;
    width: 1%;
    box-sizing: border-box;
  }

  .ai-bear-equal-flex {
    flex-direction: column;
  }

  .ai-bear-flip-order-mobile {
    order: -1;
  }

  .ai-bear-faq-section {
    flex-direction: column;
  }
}

/** utils **/

.ai-bear-product-container img {
  max-width: 100%;
}

.ai-bear-font-bold {
  font-weight: bold;
}

.ai-bear-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: block;
}

.ai-bear-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span:has(> .ai-bear-video-wrapper) {
  display: block;
  width: 100%;
}

div:has(> .ai-bear-video-wrapper) {
  width: 100%;
}

.ai-bear-highlight-container {
  padding: 40px;
  background-color: #f4f4f4;
  gap: 30px;
}

.ai-bear-whats-included-container {
  padding: 40px;
  display: block !important;
}

.ai-whats-included-list-gap {
  gap: 5px !important;
}

.ai-bear-whats-included-list {
  margin: 0px !important;
  list-style: none;
}

.ai-bear-whats-included-list li {
  position: relative;
}

.ai-bear-whats-included-list li::before {
  content: "\2714";
  position: absolute;
  left: -20px;
}

.ai-bear-whats-included-list-container {
  display: flex;
  justify-content: center;
}

.ai-bear-text-center {
  text-align: center;
}

@media screen and (max-width: 798px) {
  .ai-bear-whats-included-list-container {
    justify-content: start;
    --no-flip: 0;
  }

  .ai-bear-flip-order-mobile {
    order: -1;
  }

  .ai-bear-faq-section {
    gap: 20px;
  }
}

/** ai bear product review css */

.ai-bear-product-highlight-container {
  gap: 30px !important;
  --no-flip: 0;
}

.ai-bear-flow-content-tiny > * + * {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

.ai-bear-product-review-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.ai-bear-check-price-button {
  display: block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none !important;
}

.ai-bear-image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ai-bear-product-highlight-description {
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 10px;
}

.ai-bear-product-highlight-sub-heading {
  font-size: 22px !important;
}

.ai-bear-product-highlight-heading {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 798px) {
  .ai-bear-image-gallery {
    grid-template-columns: auto;
  }
}

/** Comparison Table CSS */

.ai-bear-comparision-table-container {
  display: block !important;
  overflow-x: auto !important;
  width: 100% !important;
  scrollbar-width: thin !important;
}

.ai-bear-comparision-table {
  display: table !important;
  border: none !important;
  border-spacing: 0px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  width: 100% !important;
  white-space: normal !important;
}

.ai-bear-comparision-table tbody {
  display: table-row-group !important;
  vertical-align: top !important;
  unicode-bidi: isolate !important;
  border: none !important;
}

.ai-bear-comparision-table thead > tr {
  border-bottom: 2px solid black !important;
}

.ai-bear-comparision-table tr {
  display: table-row !important;
  vertical-align: inherit !important;
  unicode-bidi: isolate !important;
  border-bottom: 1px solid #e2e2e2 !important;
}

.ai-bear-comparision-table td {
  display: table-cell !important;
  padding: 20px 10px !important;
  border: none !important;
  width: 160px !important;
  font-size: 14px !important;
}

.ai-bear-comparision-table th {
  display: table-cell !important;
  padding: 10px !important;
  border: none !important;
  width: 160px !important;
}

.ai-bear-comparision-table td > p {
  margin: 0px;
  font-size: 14px !important;
}

.ai-bear-comparision-table td > img {
  max-width: 100% !important;
}

.ai-bear-comparision-table td > * + * {
  margin-top: 5px !important;
}

.ai-bear-table-buy-now-button {
  display: block !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border-radius: 4px !important;
}

.ai-bear-read-review-text {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  text-decoration: none !important;
  text-align: center !important;
}

.ai-bear-table-rating-container {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.ai-bear-table-rating-container p {
  margin: 0px !important;
  font-size: 16px;
}

.ai-bear-table-rating {
  font-size: 24px !important;
}

.ai-bear-table-tiny-text {
  font-size: 12px !important;
}

.ai-bear-product-review-container > * + * {
  margin-top: 120px !important;
}

.ai-bear-capitalize {
  text-transform: capitalize;
}

.ai-bear-specs-table-container {
  display: block !important;
  overflow-x: auto !important;
  width: 100% !important;
  scrollbar-width: thin !important;
}

.ai-bear-specs-table {
  display: table !important;
  border: none !important;
  border-spacing: 0px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  width: 100% !important;
  white-space: normal !important;
}

.ai-bear-specs-table tbody {
  display: table-row-group !important;
  vertical-align: top !important;
  unicode-bidi: isolate !important;
  border: none !important;
}

.ai-bear-specs-table tr {
  display: table-row !important;
  vertical-align: inherit !important;
  unicode-bidi: isolate !important;
  border: 1px solid #e2e2e2 !important;
}

.ai-bear-specs-table td {
  display: table-cell !important;
  padding: 10px !important;
  border: none !important;
  width: 160px !important;
}

.ai-bear-specs-table td > p {
  margin: 0px;
}

.ai-bear-reasons-to-buy {
  margin: 0px !important;
  padding: 10px;
}

.ai-bear-reasons-to-buy-content {
  background-color: #f2f2f2;
  color: black;
  padding: 15px 30px;
}

/** new page crafter sections */

.ai-bear-section-button {
  display: block !important;
  padding: 4px 10px;
  text-decoration: none;
}

.ai-bear-section-full-width-button {
  width: 100% !important;
  text-align: center !important;
}

.ai-bear-two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ai-bear-equal-flex img {
  margin-bottom: 0px;
}

.ai-bear-two-column-layout img {
  margin-bottom: 0px;
}

@media screen and (max-width: 798px) {
  .ai-bear-two-column-layout {
    grid-template-columns: auto;
  }
}

.ai-bear-icon-size {
  width: 40px;
}

.ai-bear-icon-size-large {
  width: 60px;
}

.center-img-div {
  display: flex;
  justify-content: center;
}

.ai-bear-flex-div {
  display: flex;
  gap: 10px;
}

.ai-bear-flex-div img {
  margin-bottom: 0px;
}

.ai-bear-rating {
  width: 100%;
  border-radius: 4px;
}

.ai-bear-rating div {
  display: flex;
  justify-content: end;
  padding-right: 6px;
  padding-left: 3px;
  border-radius: 4px;
  font-size: 14px;
}

.ai-bear-star-rating {
  display: flex;
}

.ai-bear-scrollable-table-container {
  display: block !important;
  overflow-x: auto !important;
  width: 100% !important;
  scrollbar-width: thin !important;
}

.ai-bear-minimal-table--striped tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ai-bear-minimal-table--striped tr:nth-child(even) {
  background-color: #ffffff;
}

.ai-bear-minimal-table {
  display: table !important;
  border: none !important;
  border-spacing: 0px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  width: 100% !important;
}

.ai-bear-minimal-table tbody {
  display: table-row-group !important;
  vertical-align: top !important;
  unicode-bidi: isolate !important;
  border: none !important;
}

.ai-bear-minimal-table tr {
  display: table-row !important;
  vertical-align: inherit !important;
  unicode-bidi: isolate !important;
  border: 1px solid #e2e2e2 !important;
}

.ai-bear-minimal-table td {
  display: table-cell !important;
  padding: 10px !important;
  width: 160px !important;
  font-size: 14px !important;
  border-right: 1px solid #e2e2e2;
}

/* If there are exactly 2 rows, make the cells take up the full table width */
.ai-bear-minimal-table tr:nth-of-type(1) td,
.ai-bear-minimal-table tr:nth-of-type(2) td {
  width: calc(
    100% / 2
  ) !important; /* Let the cells take up the full width when only two rows */
}

.ai-bear-minimal-table td > p {
  margin: 0px !important;
  font-size: 14px !important;
}

.ai-bear-minimal-table td > img {
  max-width: 100% !important;
}

.ai-bear-minimal-table td > * + * {
  margin-top: 5px !important;
}

/** Spacing bottom classes */

.ai-bear-spacing-bottom-none {
  margin-bottom: 0px !important;
}

.ai-bear-spacing-bottom-small {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.ai-bear-spacing-bottom-normal {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

.ai-bear-spacing-bottom-medium {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}

.ai-bear-spacing-bottom-large {
  margin-top: 0px !important;
  margin-bottom: 80px !important;
}

.ai-bear-button-colors {
  background-color: var(--accent-color, "#e2e2e2") !important;
  color: var(--accent-text-color, "#000") !important;
}

.ai-bear-accent-background {
  background-color: var(--accent-color, "#e2e2e2") !important;
}

.ai-bear-accent-text {
  color: var(--accent-text-color, "#000") !important;
}

.ai-bear-accent-bg-text {
  color: var(--accent-color, "#e2e2e2") !important;
}

.ai-bear-accent-border-left {
  border-left-color: var(--accent-color, "#000") !important;
}

.ai-bear-wirecutter-product-grid-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: thin;
}

.ai-bear-wirecutter-product-grid-item {
  width: 260px;
  flex-shrink: 0;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
}

.ai-bear-wirecutter-label {
  font-weight: bold;
  font-size: 20px;
  margin: 0 !important;
}

.ai-bear-wirecutter-title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 !important;
}

.ai-bear-wirecutter-sub-title {
  font-size: 18px;
  font-weight: bold;
}

.ai-bear-wirecutter-description {
  font-size: 14px;
}

.ai-bear-wirecutter-btn-container {
  margin-top: auto !important;
}

.ai-bear-wirecutter-product-cta-button {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.ai-bear-table-of-contents-container {
  background-color: #f2f2f2;
  padding: 20px;
  width: fit-content;
}

.ai-bear-toc-title {
  font-weight: bold;
  text-decoration: underline;
}

.ai-bear-text-align-center {
  text-align: center;
}

.ai-bear-width-fit {
  width: fit-content;
}

.ai-bear-width-full {
  width: 100%;
  text-align: center;
}

.ai-bear-wc-product-grid {
  max-width: 70%;
}

@media screen and (max-width: 798px) {
  .ai-bear-wc-product-grid {
    max-width: 100%;
  }
}

.ai-bear-margin-bottom-15 {
  margin-bottom: 15px;
}