@charset "UTF-8";
body {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.8;
  color: #14141f;
  background-color: #f8f9fa;
  margin: 0;
  padding: 40px 20px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.blog-logo-img {
  width: 100% !important;
  height: 80px !important;
  object-fit: contain !important;
}
article,
aside,
.back-link {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.back-link {
  display: inline-flex;
  align-items: center;
  color: #0c5728;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.back-link:hover {
  color: #ff5f10;
  transform: translateX(-5px);
}

article {
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  article {
    padding: 30px 20px;
  }
}
article h1 {
  font-size: 2.6rem;
  color: #14141f;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  article h1 {
    font-size: 2rem;
  }
}
article .meta-info {
  color: #0c5728;
  font-size: 0.95rem;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
article h2 {
  font-size: 2rem;
  color: #0c5728;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
article h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #ff5f10;
  border-radius: 2px;
}
article h3 {
  font-size: 1.4rem;
  color: #14141f;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}
article p {
  margin-bottom: 24px;
  color: rgb(50, 50, 77.5);
}
article a {
  color: #ff5f10;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
article a:hover {
  color: rgb(220, 72.719665272, 0);
  border-bottom: 1px solid #ff5f10;
}
article ul {
  margin-bottom: 30px;
  padding-left: 0;
}
article ul li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  color: rgb(50, 50, 77.5);
}
article ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5f10;
  font-weight: bold;
}
article .featured-image,
article .content-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 40px;
  display: block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -o-object-fit: cover;
  object-fit: cover;
}
article .social-share {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
article .social-share strong {
  color: #14141f;
  margin-right: 10px;
}
article .social-share a {
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
article .social-share a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
article .social-share .btn-linkedin {
  background-color: #0077b5;
}
article .social-share .btn-twitter {
  background-color: #1da1f2;
}
article .social-share .btn-whatsapp {
  background-color: #25d366;
}

.related-blogs {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  margin-top: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .related-blogs {
    padding: 30px 20px;
  }
}
.related-blogs h2 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 25px;
  color: #14141f;
}
.related-blogs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.related-blogs ul li {
  margin-bottom: 12px;
}
.related-blogs ul li a {
  display: block;
  padding: 18px 20px;
  background-color: #f2f2f2;
  color: #14141f;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}
.related-blogs ul li a:hover {
  background-color: rgb(231.8, 231.8, 231.8);
  color: #ff5f10;
  border-left-color: #ff5f10;
  transform: translateX(5px);
} /*# sourceMappingURL=blogsss.css.map */
