.elementor-23329 .elementor-element.elementor-element-bdef195:not(.elementor-motion-effects-element-type-background), .elementor-23329 .elementor-element.elementor-element-bdef195 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-23329 .elementor-element.elementor-element-bdef195{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23329 .elementor-element.elementor-element-bdef195 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23329 .elementor-element.elementor-element-7357712 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-23329 .elementor-element.elementor-element-b3ae44a:not(.elementor-motion-effects-element-type-background), .elementor-23329 .elementor-element.elementor-element-b3ae44a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-23329 .elementor-element.elementor-element-b3ae44a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23329 .elementor-element.elementor-element-b3ae44a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23329 .elementor-element.elementor-element-286133f{--spacer-size:20px;}.elementor-23329 .elementor-element.elementor-element-c3084b2:not(.elementor-motion-effects-element-type-background), .elementor-23329 .elementor-element.elementor-element-c3084b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-23329 .elementor-element.elementor-element-c3084b2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23329 .elementor-element.elementor-element-c3084b2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23329 .elementor-element.elementor-element-abac465 > .elementor-element-populated, .elementor-23329 .elementor-element.elementor-element-abac465 > .elementor-element-populated > .elementor-background-overlay, .elementor-23329 .elementor-element.elementor-element-abac465 > .elementor-background-slideshow{border-radius:8px 8px 8px 8px;}.elementor-23329 .elementor-element.elementor-element-abac465 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-23329 .elementor-element.elementor-element-7a56f75 > .elementor-widget-container{margin:15px 15px 0px 15px;}.elementor-23329 .elementor-element.elementor-element-7a56f75 .elementor-heading-title{font-size:40px;font-weight:900;color:#000000;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );}.elementor-23329 .elementor-element.elementor-element-3281b36 > .elementor-widget-container{margin:0px 15px 0px 15px;}.elementor-23329 .elementor-element.elementor-element-3281b36{color:#000000;font-size:15px;}@media(min-width:768px){.elementor-23329 .elementor-element.elementor-element-abac465{width:69.952%;}.elementor-23329 .elementor-element.elementor-element-e0c2388{width:30%;}}/* Start custom CSS for section, class: .elementor-element-bdef195 */.post-hero-wrapper {
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Rankings badge on top-left */
.post-hero-ranking-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #fbd85d, #f9a602);
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  z-index: 5;
}

/* Left Column */
.post-hero-left {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-hero-top-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.post-hero-top-line h1 {
  font-size: 24px;
  margin: 0;
  color: #222;
}

/* Open Site Button */
.tool-button {
  display: inline-flex;
  align-items: center;
  background: #00aeff;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.tool-button:hover {
  background: #0077cc;
}

/* Ratings Stars */
.ratings {
  color: #FFD700;
  font-size: 18px;
}

/* Meta Info Section */
.meta-info {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Category Tags as Buttons */
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.category-tags a {
  padding: 6px 12px;
  background: #eef4fa;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  color: #0077cc;
}

/* Right Column (Thumbnail) */
.post-hero-right {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.post-hero-right img {
  max-width: 100%;
  border-radius: 10px;
}

/* Social Share Icons */
.thumbnail-share-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.thumbnail-share-icons .icon {
  font-size: 18px;
  text-decoration: none;
  color: #444;
  background: #f5f5f5;
  padding: 6px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.thumbnail-share-icons .icon:hover {
  background: #00aeff;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .post-hero-wrapper {
    flex-direction: column;
  }

  .post-hero-left,
  .post-hero-right {
    flex: 1 1 100%;
  }

  .tool-button {
    margin-top: 10px;
  }

  .thumbnail-share-icons {
    flex-direction: row;
    justify-content: flex-end;
    top: auto;
    bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-85f2b5b *//* === Sidebar Wrapper === */
.sidebar-tools-wrapper {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  font-family: inherit;
}

/* === Section Title === */
.sidebar-tools-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #222;
  text-align: left;
}

/* === Category Labels (Free, Freemium etc.) === */
.category-section {
  margin-bottom: 12px;
}

.category-heading {
  font-size: 14px;
  font-weight: 500;
  color: #0077cc;
  display: flex;
  align-items: center;
  gap: 6px;
}

.icon-dot {
  width: 6px;
  height: 6px;
  background-color: #0077cc;
  border-radius: 50%;
}

/* === Tool Card Layout === */
.sidebar-tool-cards {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-tool-card {
  display: flex;
  gap: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  align-items: center;
  background-color: #fefefe;
}

.tool-card-logo {
  width: 44px;
  height: 44px;
  background: #fff;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.tool-card-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.tool-card-content {
  flex: 1;
}

.tool-card-content h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.tool-card-content h4 a {
  text-decoration: none;
  color: #222;
}

.tool-desc {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.tool-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.tool-price {
  font-size: 13px;
  font-weight: 500;
  color: #0077cc;
  background-color: #eef4fa;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.tool-visit-btn {
  background: #00aeff;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.tool-visit-btn:hover {
  background: #0077cc;
}

/* === View All Button (Compact) === */
.sidebar-viewall-btn {
  text-align: center;
  margin-top: 20px;
}

.view-all-btn {
  background: #00aeff;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  transition: 0.3s ease;
}

.view-all-btn:hover {
  background: #0077cc;
  transform: translateY(-2px);
}

/* === Ask AI Box === */
.ask-ai-box {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.ask-ai-box input {
  flex: 1;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 7px 10px;
  outline: none;
}

.ask-ai-box button {
  background: #0077cc;
  color: #fff;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ask-ai-box button:hover {
  background: #005fa3;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9619241 */.related-ai-tools-wrapper {
  margin-top: 60px;
  padding: 40px 20px;
  background: #f8fcff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 174, 255, 0.08);
  text-align: center;
}

.related-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0077cc;
}

.related-ai-tools-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
}

.related-tool-card {
  background: #fff;
  border: 1px solid #e6f1f8;
  border-radius: 10px;
  padding: 20px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 174, 255, 0.08);
  transition: transform 0.2s ease;
  text-align: center;
}

.related-tool-card:hover {
  transform: translateY(-5px);
}

.related-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 15px;
}

.related-title-small {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.related-title-small a {
  color: #222;
  text-decoration: none;
}

.related-desc-link {
  text-decoration: none;
}

.related-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.related-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.related-price {
  background: #eef4fa;
  color: #0077cc;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

.related-visit-btn {
  font-size: 13px;
  background: #00aeff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.related-visit-btn:hover {
  background: #0077cc;
}

.view-all-btn-wrapper {
  text-align: center;
}

.view-all-btn {
  display: inline-block;
  background: linear-gradient(135deg, #00aeff, #0077cc);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.view-all-btn:hover {
  background: linear-gradient(135deg, #0077cc, #005fa3);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6b95677 */.featured-embed-section {
  display: flex;
  justify-content: center;        /* Center horizontally */
  align-items: center;
  gap: 20px;
  background: #ffff;
  padding: 16px 24px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  margin: 30px auto;
  flex-wrap: wrap;
  max-width: 800px;               /* Optional: to control width */
}

.featured-logo {
  max-height: 80px;               /* Increased from 48px */
  height: auto;
  width: auto;
  display: block;
}

.copy-embed-btn {
  background: linear-gradient(135deg, #00aeff, #0077cc);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s ease, transform 0.2s;
}

.copy-embed-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0077cc, #00aeff);
}
@media (max-width: 480px) {
  .featured-embed-section {
    flex-direction: column;
    text-align: center;
  }

  .copy-embed-btn {
    width: 100%;
    font-size:12px;
    max-width: 160px;
  }

  .featured-logo {
    max-height: 90px;
  }
}/* End custom CSS */