/* ===== Global Shared Styles ===== */
.read-btn:hover{
background-color: #ffffff !important;
color: rgb(33, 33, 33) !important;
}


.btn:hover{
background-color: #ffffff !important;
color: rgb(33, 33, 33) !important;
}
.header {
  font-size: 70px !important;
  font-weight: 500px !important;
}
.header:hover{
  text-decoration: none !important;
}

.nav-link {
  text-decoration: none !important;
  font-size: 1.5rem !important;
}

.nav-link:hover {
  text-decoration: none !important;
    text-decoration: underline !important;

}

/* General typography */
h1 { font-size: 70px !important; }

a {
  text-decoration: none;
  color: #f0f0f0;
}
.sidebartext{
  text-decoration: none !important;
}

a:hover {
  color: #a8aaad;
      text-decoration: underline !important;
}

.blog-card-content p,
.blog-card-content ul,
.blog-card-content li {
  font-size: 1.25rem; /* or smaller, e.g. 0.95rem */
  line-height: 1.6;
  color: #ffffff;
}

/* Optional: add slight spacing for clean bullet alignment */
.blog-card-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.blog-card-content li strong {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0.3rem;
}

.post-meta {
  font-size: 0.85rem;
  color: #bbb;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.post-meta span {
  margin-right: 1rem;
}



/* Shared responsive behavior */
@media (max-width: 576px) {
  .header { font-size: 2.5rem !important; }
  .nav-link { font-size: 1.5rem !important; text-align: center; }
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.5rem !important; }
  h3 { font-size: 1.1rem !important; }
}

@media (max-width: 900px) {
  .header { font-size: 3rem !important; }
  .nav-link { font-size: 1.75rem !important; text-align: center; }
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 1.75rem !important; }
  h3 { font-size: 1.2rem !important; }
}
