.elementor-349 .elementor-element.elementor-element-64107dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-349 .elementor-element.elementor-element-0f6263c{font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-349 .elementor-element.elementor-element-5b7ac33{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-349 .elementor-element.elementor-element-7714ee7{padding:0px 0px 0px 0px;}.elementor-349 .elementor-element.elementor-element-158997b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:34px 34px;--row-gap:34px;--column-gap:34px;--padding-top:0%;--padding-bottom:0%;--padding-left:68%;--padding-right:32%;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-7714ee7 *//* ==========================================
   AI TOOL — DYNAMIC BADGES
========================================== */

.ttja-tool-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 16px;

  font-family: "Outfit", "Inter", Arial, sans-serif;
}

.ttja-tool-badge {
  min-height: 38px;
  padding: 0 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  color: #17203d;
  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(37, 54, 108, 0.12);
  border-radius: 999px;

  box-shadow: 0 5px 14px rgba(23, 32, 61, 0.04);

  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.ttja-tool-badge svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ttja-tool-badge-category {
  color: #27324f;
}

.ttja-tool-badge-pricing {
  color: #1d2946;
}

.ttja-tool-badge-top {
  color: #193000;
  background: #c5f33d;

  border-color: #c5f33d;

  box-shadow: 0 8px 18px rgba(162, 213, 28, 0.18);
}

@media (max-width: 600px) {
  .ttja-tool-badges {
    gap: 8px;
  }

  .ttja-tool-badge {
    min-height: 35px;
    padding: 0 12px;

    font-size: 11px;
  }
}/* End custom CSS */