/*
Theme Name: KMBTProm Theme
Theme URI: https://km-btprom.com
Author: Automated Migration
Description: Custom WordPress theme migrated from the previous KM-BT PROM static site.
Version: 1.2.1
Text Domain: kmbtprom-theme
*/

.km-blog-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding: 24px;
}

.km-blog-card h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.km-blog-meta {
  color: #808080;
  font-size: 14px;
  margin-bottom: 10px;
}

.km-blog-thumb {
  margin: 0 0 16px;
}

.km-blog-thumb img,
.km-blog-thumb-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.km-blog-wrap .km-blog-card p {
  color: #4f4f4f;
  line-height: 1.72;
}

.km-blog-card {
  display: flex;
  flex-direction: column;
}

.km-blog-card .theme-btn {
  margin-top: 16px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  text-align: center;
  line-height: 1;
  padding: 14px 24px;
}

.km-blog-card a {
  color: #1f1f1f;
}

.km-blog-card a:hover {
  color: #8bc34a;
  text-decoration: none;
}

.km-blog-wrap .navigation.pagination {
  margin-top: 30px;
}

.km-blog-wrap .page-numbers {
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin-right: 6px;
  color: #333;
}

.km-blog-wrap .page-numbers.current {
  background: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
}

.km-blog-card p {
  margin-bottom: 0;
}

.footer-widget ul {
  padding-left: 0;
  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .km-blog-thumb img,
  .km-blog-thumb-image {
    height: 220px;
  }
}
