.elementor-67828 .elementor-element.elementor-element-a0d4bb6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bdcf349 */* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.75;
  font-size: 17px;
}

.blog-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #0d0d0d;
}

.intro {
  margin-bottom: 40px;
  color: #333;
}

.intro p {
  margin-bottom: 16px;
}

h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #0d0d0d;
}

.tip-content p {
  margin-bottom: 16px;
  color: #333;
}

/* Closing */
.closing {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
  color: #333;
}

.closing p {
  margin-bottom: 16px;
}

/* CTA Section */
.cta-section {
  margin-top: 56px;
  text-align: center;
  padding: 48px 32px;
  background: #f0f6ff;
  border-radius: 12px;
}

.cta-section p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .cta-button,
.cta-section .cta-button:link,
.cta-section .cta-button:visited,
.cta-section .cta-button:hover,
.cta-section .cta-button:active,
a.cta-button,
a.cta-button:link,
a.cta-button:visited,
a.cta-button:hover,
a.cta-button:active {
  display: inline-block;
  background: #2563eb;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.cta-section .cta-button:hover,
a.cta-button:hover {
  background: #1d4ed8;
  color: #ffffff !important;
}

/* Related Content */
.related-section {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.related-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0d0d0d;
}

.related-card {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-card:hover {
  border-color: #2563eb;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.related-card-img {
  flex-shrink: 0;
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
}

.related-card-text {
  flex: 1;
}

.related-card-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0d0d0d;
  margin-bottom: 4px;
  line-height: 1.4;
}

.related-card-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 600px) {
  h1 { font-size: 1.7rem; }
  .blog-container { padding: 32px 18px 48px; }
  .cta-section { padding: 36px 20px; }
  .related-card {
    flex-direction: column;
    text-align: center;
  }
  .related-card-img {
    width: 100%;
    height: 160px;
  }
}/* End custom CSS */