@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #f7f8fb;
  color: #222;
}

body,
html {
  width: 100%;
  height: 100%;
  overscroll-behavior-x: none;
}

/***************************
NAVBAR
****************************/

.navbar-blog {
  background: #ffffff;
  padding: 12px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

  margin-bottom: 35px;
}

.logo {
  font-size: 20px;

  font-weight: bold;

  color: #0d6efd;

  text-decoration: none;
}

.logo:hover {
  color: #0d6efd;
}

.hero {
  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  margin-bottom: 35px;
}

.hero-image {
  width: 100%;

  height: 450px;

  object-fit: cover;

  background: #eee;
}

.article-body {
  background: #fff;

  padding: 40px;

  border-radius: 18px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.pdfdoc a {
  background-color: #ffebe9;
  border-radius: 8px;
  padding: 15px !important;
}
.pdfdoc a:hover {
  background-color: #fce1de;
}

.article-body img {
  max-width: 100%;

  height: auto;

  border-radius: 10px;
}

.article-body table {
  width: 100%;
}

.article-body iframe {
  max-width: 100%;
}

.article-body pre {
  white-space: pre-wrap;
}

.article-body blockquote {
  border-left: 5px solid #0d6efd;

  padding-left: 20px;

  color: #666;

  font-style: italic;
}

.author-box {
  background: #f8f9fa;

  border-radius: 15px;

  padding: 18px;
}

.meta {
  color: #666;

  font-size: 15px;
}

.meta i {
  width: 20px;
}

.badge-role {
  font-size: 14px;

  padding: 8px 14px;
}

.sticky-sidebar {
  position: sticky;

  top: 20px;
}

.sidebar-card {
  background: #fff;

  border-radius: 15px;

  padding: 20px;

  margin-bottom: 25px;

  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.sidebar-card a {
  text-decoration: none;

  color: #222;
}

.sidebar-card li {
  margin-bottom: 14px;
}

.like-btn {
  border-radius: 30px;

  padding: 12px 28px;
}

.share-btn {
  width: 44px;

  height: 44px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  text-decoration: none;

  font-size: 18px;
}

@media (max-width: 768px) {
  .sidebar-card {
    margin-top: 40px;
  }
}
