.backlink,
.header-info .post-category,
.post-excerpt,
.post-meta,
.post-title {
  font-family: var(--font-family);
}
.post-toc h2,
.sidebar-col > .featured-tool-container > .featured-tools {
  padding-right: 30px;
}
.post-toc a.active,
.post-toc a:hover {
  color: var(--link-color);
}
.backlink,
.content-col a,
.post-toc a {
  text-decoration: none;
}
.content-col a:hover,
.post-toc a:hover,
.recent-articles-list a:hover .recent-article-title {
  text-decoration: underline;
}
:root {
  --link-color: #0099f6;
  --sidebar-width: 350px;
  --gap: 2rem;
}
.blog-content-area {
  position: relative;
}
.blog-post-header-wrapper {
  background: linear-gradient(
    201.25deg,
    rgba(255, 212, 77, 0.12) 2.86%,
    rgba(239, 69, 126, 0.12) 27.36%,
    rgba(0, 153, 246, 0.12) 49.76%,
    rgba(255, 255, 255, 0.12) 72.14%
  );
}
.blog-post-header {
  max-width: 1340px;
  margin: 0 auto;
  padding: 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.backlink {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}
.post-title,
.post-toc h2 {
  font-weight: 900;
  color: #000;
}
.blog-post-header .blog-post-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  flex-wrap: wrap;
}
.header-thumb {
  width: 50%;
  max-width: 100%;
}
.header-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.header-info {
  width: 50%;
  flex: 1;
  min-width: 0;
}
.header-info .post-category {
  color: #e4568d;
  font-size: clamp(20px, 5vw, 25px);
  font-weight: 800;
}
.post-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
}
.post-excerpt {
  margin-bottom: 0.75rem;
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 150%;
  color: #000;
}
.post-meta {
  font-size: clamp(0.8rem, 3.5vw, 0.9rem);
  color: #6c7275;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  flex-wrap: wrap;
}
.post-meta .post-date,
.post-meta .reading-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6c7275;
}
.signup-box .signup-btn,
.subcribe-box .subscribe-btn {
  text-align: center;
  background: var(--link-color);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.post-meta span,
.post-meta time {
  margin-right: 0.75rem;
}
.blog-post-body {
  display: grid;
  grid-template-columns: 1fr var(--sidebar-width);
  gap: var(--gap);
  max-width: 1340px;
  margin: 50px auto 3rem;
  padding: 0 1rem;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.sidebar-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  height: 100%;
}
.sidebar-col > .featured-tool-container {
  padding: 0 !important;
  height: max-content;
  max-height: 400px;
  overflow-y: auto;
}
.featured-badge,
.featured-card-bottom,
.sidebar-col > .featured-tool-container > .featured-tool-header,
.sidebar-col
  > .featured-tool-container
  > .featured-tools
  .featured-tool-card
  .featured-tool-rating {
  display: none;
}
.sidebar-col
  > .featured-tool-container
  > .featured-tools
  .featured-tool-card
  .featured-badges
  .tool-badge {
  top: 15px;
}
.sidebar-col > .featured-tool-container > .featured-tools .featured-tool-card {
  background: linear-gradient(white, #fff) padding-box,
    linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
  border-radius: 0.75em !important;
  border: 0.5px solid transparent !important;
}
.sidebar-col
  > .featured-tool-container
  > .featured-tools
  .featured-tool-card:hover {
  transform: unset;
  box-shadow: none;
}
.toc-sign-wrapper {
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.post-toc {
  padding-bottom: 20px;
  border-bottom: 2px solid #6c7275;
}
.post-toc h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(16px, 4vw, 20px);
  position: relative;
  display: inline-block;
}
.post-toc h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,  <svg fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'>  <path d='M47.6,17.8L27.1,38.5c-0.6,0.6-1.6,0.6-2.2,0L4.4,17.8c-0.6-0.6-0.6-1.6,0-2.2l2.2-2.2  c0.6-0.6,1.6-0.6,2.2,0l16.1,16.3c0.6,0.6,1.6,0.6,2.2,0l16.1-16.2c0.6-0.6,1.6-0.6,2.2,0l2.2,2.2  C48.1,16.3,48.1,17.2,47.6,17.8z'/>  </svg>")
    center center/contain no-repeat;
}
.post-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: max-content;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: bold;
  scrollbar-color: #6c7275 #f9f9f9;
}
.post-toc li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-toc a {
  color: #000;
  font-size: clamp(0.9rem, 3.5vw, 1rem);
  font-weight: 500;
  transition: 0.3s ease-out;
  display: inline-block;
  position: relative;
}
.content-col h2,
.sidebar-recent-articles h3 {
  font-family: var(--font-family);
  font-weight: 900;
}
.post-toc li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  vertical-align: middle;
  background: url("data:image/svg+xml;utf8,<svg fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'><g><path d='M17.9,4.4l20.7,20.5c0.6,0.6,0.6,1.6,0,2.2L17.9,47.6c-0.6,0.6-1.6,0.6-2.2,0l-2.2-2.2c-0.6-0.6-0.6-1.6,0-2.2l16.3-16.1c0.6-0.6,0.6-1.6,0-2.2L13.6,8.8c-0.6-0.6-0.6-1.6,0-2.2l2.2-2.2C16.4,3.9,17.3,3.9,17.9,4.4z'/></g></svg>")
    center center/contain no-repeat;
}
.post-toc a.active {
  font-weight: 700;
}
.signup-box {
  background: #fff;
  color: #000;
  padding: 1rem;
  box-shadow: 0 4px 21px 0 #00000040;
}
.signup-box h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(1rem, 3.5vw, 1.1rem);
  color: #000;
}
.signup-box p.item {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin: 0.1rem 0;
  font-size: clamp(14px, 3.5vw, 16px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.signup-box .signup-btn {
  display: block;
  margin: 1rem 0 0;
  padding: 0.6rem;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  width: 100%;
}
.content-col {
  padding-right: 40px;
  line-height: 1.7;
  color: #333;
  border-bottom: 1px solid rgba(108, 114, 117, 0.50);
}
.content-col p {
  font-size: clamp(16px, 4.5vw, 22px);
  margin: 1.2rem 0;
  text-align: left;
}
.content-col h2 {
  font-size: clamp(24px, 6vw, 34px);
  margin: 2rem 0 1rem;
  padding-bottom: 0.3rem;
}
.content-col img {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
  border-radius: 8px;
}
.content-col a {
  color: var(--link-color);
}
.content-col a:hover {
  color: #ef457e;
}
.sidebar-recent-articles {
  max-width: 1340px;
  margin: 4em auto;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
.sidebar-recent-articles h3 {
  font-size: clamp(28px, 6vw, 35px);
  color: #000;
  margin-bottom: 1em;
}
.recent-article-item,
.recent-articles-list a {
  text-decoration: none;
  color: inherit;
}
.subcribe-box h2,
.subcribe-box h3 {
  margin: 0 0 1rem;
  font-family: var(--font-family);
}
.recent-articles-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-article-item {
  padding: 16px;
  width: 100%;
  max-width: 333px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: var(--font-family);
}
.recent-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.recent-article-title {
  font-family: var(--font-family) !important;
  font-size: clamp(1rem, 3.5vw, 1.125rem) !important;
  font-weight: 700 !important;
  margin: 12px 0;
  line-height: 1.3;
}
.subcribe-box {
  max-width: 1340px;
  margin: 50px auto;
  background: #ffd44d;
  padding: 50px 30px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.subcribe-box h3 {
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 600;
  color: #ef457e;
}
.subcribe-box h2 {
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 900;
}
.subcribe-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.subcribe-box input[type="email"] {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(white, #fff) padding-box,
    linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box !important;
  border: 0.5px solid transparent !important;
  border-radius: 8px;
  font-size: clamp(0.9rem, 3.5vw, 1rem);
  font-family: var(--font-family);
  font-weight: 400;
  padding: 0.5rem;
}
.subcribe-box img.ornament-1,
.subcribe-box img.ornament-2 {
  position: absolute;
  width: clamp(60px, 15vw, 100px);
  height: clamp(60px, 15vw, 100px);
}
.subcribe-box .subscribe-btn {
  display: block;
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
  padding: 0.8rem 1rem;
}
.subcribe-box img.ornament-1 {
  top: 0;
  left: 0;
}
.subcribe-box img.ornament-2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .blog-post-body {
    grid-template-columns: 1fr;
  }
  .sidebar-col {
    display: none;
  }
  .blog-post-header-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-info,
  .header-thumb {
    width: 100%;
  }
  .header-thumb {
    margin-bottom: 1rem;
  }
  .content-col {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .blog-post-body,
  .blog-post-header,
  .sidebar-recent-articles,
  .subcribe-box {
    padding: 1rem;
  }
  .recent-articles-list {
    flex-wrap: wrap;
  }
  .subcribe-box {
    padding: 30px 15px;
  }
  .subcribe-box img.ornament-1,
  .subcribe-box img.ornament-2 {
    width: clamp(40px, 10vw, 60px);
    height: clamp(40px, 10vw, 60px);
  }
}
@media (max-width: 480px) {
  .backlink {
    font-size: clamp(16px, 4vw, 18px);
    margin-bottom: 30px;
  }
  .recent-articles-list {
    gap: 15px;
  }
  .recent-article-item {
    max-width: 100%;
  }
  .recent-thumb {
    height: 150px;
  }
  .subcribe-box {
    padding: 20px 10px;
  }
}
