/*
Theme Name: Ubon Blog
Theme URI: https://ubonind.com/blog/
Author: Ubon India
Description: WordPress blog theme matched to the main Ubon India PHP website.
Version: 1.0.0
Text Domain: ubon-blog
*/

.blog-post-area .row {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-area .col-lg-4,
.blog-post-area .col-md-6 {
  display: flex;
  margin-bottom: 30px;
}

.blog-post-area a {
  width: 100%;
}

.blog-post-item-two {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  height: 100%;
}

.blog-post-thumb {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-thumb .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e10600;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
}

.blog-post-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-post-content .title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  flex-grow: 1;
}

.blog-details-content img {
  max-width: 100%;
  height: auto;
}

.blog-details-content .wp-block-image {
  margin: 24px 0;
}

.blog-details-content .wp-block-image img,
.blog-details-content .services-details-img img {
  border-radius: 8px;
}

.ubon-no-posts {
  width: 100%;
  text-align: center;
  padding: 50px 15px;
}
