.bootstrap-scope .all-blogs-shortcode {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 1rem;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.bootstrap-scope h2.fw-bold {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1e293b;
  text-align: center;
  margin-bottom: 1rem;
}

.bootstrap-scope .text-muted {
  font-size: 1.25rem;
  color: #64748b !important;
  text-align: center;
  margin-bottom: 4rem;
}

.bootstrap-scope .row.row-cols-md-3 {
  row-gap: 2.5rem;
  column-gap: 1.5rem;
}

.bootstrap-scope .card {
  border: none;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease both;
  margin-bottom: 0 !important;
  padding: 0.5rem 0 0 !important;
}
.bootstrap-scope .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.bootstrap-scope .card-body {
  text-align: left !important;
}

.bootstrap-scope .card-title a {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.bootstrap-scope .card:hover .card-title a {
    color: #2563eb;
    transform: translateY(-2px);
}

.bootstrap-scope .card-text {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.bootstrap-scope .card-footer {
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 0.875rem;
  margin: 0 !important;
  padding: 0.25rem 0 0.25rem !important;
}

.bootstrap-scope .pagination {
  margin-top: 3rem;
  justify-content: center;
}
.bootstrap-scope .pagination .page-item.active .page-link {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.bootstrap-scope .pagination .page-link {
  color: #1e293b;
  border-radius: 8px;
  margin: 0 3px;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}
.bootstrap-scope .pagination .page-link:hover {
  background-color: #e2e8f0;
}

.bootstrap-scope nav[role="navigation"] p,
.bootstrap-scope .pagination-info,
.bootstrap-scope .pagination-summary {
  display: none !important;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bootstrap-scope .card-text {
    text-align: left !important;
}

.bootstrap-scope .card-title {
    text-align: left !important;
}

.bootstrap-scope .card-title {
    margin-bottom: 0.75rem;
}

.bootstrap-scope .card .card-title a,
.bootstrap-scope .card .card-title a:link,
.bootstrap-scope .card .card-title a:visited {
  color: #0f172a !important;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease;
}

.bootstrap-scope .card:hover .card-title a {
  color: #2563eb !important;
  transform: translateY(-2px);
}

nav[role="navigation"] p,
.pagination-info,
.pagination-summary,
.bootstrap-scope nav[role="navigation"] p {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}