.custom-cat-layout {
  max-width: 900px;
  margin: 30px auto;
  padding: 10px;
}

.custom-cat-layout .category-title {
  font-size: 28px;
  font-weight: bold;
}

.custom-cat-layout .cat-underline {
  border: 2px solid red;
  width: 150px;
  margin: 10px 0 25px;
}

.custom-cat-layout .category-post {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.custom-cat-layout .cat-thumb img {
  width: 280px;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.custom-cat-layout .cat-content {
  flex: 1;
}

.custom-cat-layout .cat-post-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}

.custom-cat-layout .cat-post-title a {
  text-decoration: none;
  color: #000;
}

.custom-cat-layout .cat-date {
  font-size: 14px;
  color: #444;
}




.custom-cat-layout .cat-pagination {
  text-align: center;
  margin: 30px 0;
}

.custom-cat-layout .cat-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.custom-cat-layout .cat-pagination .page-numbers.current {
  background: red;
  color: #fff;
  border-color: red;
}

.custom-cat-layout .cat-pagination .page-numbers:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
