:root {
  --bs-font-sans-serif: "Ubuntu Sans", sans-serif;
}

.bg-gradient {
  background: rgba(var(--bs-secondary-rgb), 20%) !important;
}

.hero-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 100px 0;
  margin-bottom: 50px;
}

.cenestur-logo {
  font-weight: 700;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer {
  background: #1e3c72;
  color: white;
  padding: 20px 0;
  margin-top: 80px;
}

.blog-post-card {
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.blog-post-card .card-img-top {
  width: 100%;
  height: 260px;
  object-fit: contain;
}

.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.sidebar-widget {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tag-cloud a {
  display: inline-block;
  padding: 5px 15px;
  margin: 5px;
  background: #e9ecef;
  border-radius: 20px;
  color: #495057;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-cloud a:hover {
  background: #2a5298;
  color: white;
}
