.ccb-project-1131 .ccb-blog {
  max-width: 1200px;
  margin: 0 auto;
}.ccb-project-1131 .ccb-blog-header {
  text-align: center;
  margin-bottom: 32px;
}.ccb-project-1131 .ccb-blog-header h1 {
  font-size: 2rem;
  margin: 0 0 6px;
}.ccb-project-1131 .ccb-blog-header p {
  color: #6b7280;
  margin: 0;
}.ccb-project-1131 .ccb-blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}.ccb-project-1131 .ccb-blog-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}.ccb-project-1131 .ccb-blog-filters select {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}.ccb-project-1131 .ccb-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}.ccb-project-1131 .ccb-blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}.ccb-project-1131 .ccb-blog-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}.ccb-project-1131 .ccb-blog-card-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #f3f4f6;
  display: block;
}.ccb-project-1131 .ccb-blog-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}.ccb-project-1131 .ccb-blog-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.ccb-project-1131 .ccb-blog-card-meta {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #6b7280;
}.ccb-project-1131 .ccb-blog-card-readmore {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a8a;
}.ccb-project-1131 .ccb-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 32px;
}.ccb-project-1131 .ccb-blog-pagination button {
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}.ccb-project-1131 .ccb-blog-pagination button.is-active {
  background: #1e3a8a;
  border-color: #1e3a8a;
  color: #fff;
}.ccb-project-1131 .ccb-blog-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}.ccb-project-1131 .ccb-blog-related-item {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f3f4f6;
}.ccb-project-1131 .ccb-blog-related-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f3f4f6;
}.ccb-project-1131 .ccb-blog-related-item h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1e3a8a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.ccb-project-1131 .ccb-blog-related-item span {
  font-size: 11px;
  color: #6b7280;
}@media (max-width: 900px) {.ccb-project-1131 .ccb-blog-layout {
    grid-template-columns: 1fr;
  }.ccb-project-1131 .ccb-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (max-width: 560px) {.ccb-project-1131 .ccb-blog-grid {
    grid-template-columns: 1fr;
  }
}