/* Old Blog Post Styling – Applies to Post Pages Only */
body.single-post table,
body.single-post td {
  border: 1px solid #131313;
}

body.single-post table tr:first-child {
  font-weight: 600 !important;
}

body.single-post table {
  margin-bottom: 14px !important;
}

body.single-post h2.fusion-responsive-typography-calculated {
  font-weight: 400 !important;
  font-size: 40px !important;
}

body.single-post h3.fusion-responsive-typography-calculated {
  font-weight: 400 !important;
	font-size: 24px !important;
}

body.single-post h5.fusion-responsive-typography-calculated {
  font-size: 15px !important;
}

/* Tablet view */
@media only screen and (max-width: 1024px) {
  body.single-post .fusion-title {
    --awb-margin-top-medium: 0px !important;
    --awb-margin-bottom-medium: 0px !important;
  }

  body.single-post h2.fusion-responsive-typography-calculated {
    font-size: 36px !important;
  }
}

/* Mobile view */
@media only screen and (max-width: 767px) {
  body.single-post .fusion-title {
    --awb-margin-top-medium: 0px !important;
    --awb-margin-bottom-medium: 0px !important;
  }

  body.single-post h2.fusion-responsive-typography-calculated {
    font-size: 26px !important;
  }
}

/* Target the vertical line inside Fusion timeline layout on single posts */
body.single-post .content-box-shortcode-timeline-vertical {
    display: none !important;
}

/* Headings inside Fusion content boxes – only on blog posts */
body.single-post .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading {
    font-size: 22px;
}

/* Reduce bottom margin on Fusion columns – only on blog posts */
body.single-post .fusion-content-boxes .fusion-column {
    margin-bottom: 24px;
}

/* Adjust padding inside content wrapper background – only on blog posts */
body.single-post .fusion-content-boxes .content-wrapper-background {
    padding: 4px;
}

.sharedaddy.sd-sharing-enabled {
    display: none;
}

ul {
    padding-bottom: 18px;
}

/* Search Results Page Only */
.search-results .elementor-element.elementor-element-1cdb0cc2::before {
  background-color: #fff;
}

.search-results .elementor-element.elementor-element-1cdb0cc2 {
  display: flex;
  min-height: 250px;
}

.search-results .e-con > .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.search-results p {
  display: none;
}


  /* Adjust selector if needed */
  .wpcf7-form-control-wrap.recaptcha > div {
    transform: scale(0.7) !important;
    transform-origin: top left !important;
    -webkit-transform: scale(0.6) !important;
    -webkit-transform-origin: top left !important;
    height: 60px !important;
    width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
  }

div#cookie-law-info-again {
    display: none!important;
}

/*Whatsapp Button*/
#chaty-widget-0 .on-hover-text {
    display: none;
}

#chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg {
    width: 60px!important;
    height: 60px!important;
}

#chaty-widget-0 .chaty-i-trigger .chaty-channel {
    width: 45px!important;
    height: 45px!important;
}