.blog-detail-container{
    width: 100% !important;
    padding: 0 5%;
}

.mini-blog-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 18px 0;
  }
  .mini-blog-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    padding: 8px 12px 8px 8px;
    transition: box-shadow 0.18s;
  }
  .mini-blog-item:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
  }
  .mini-blog-thumb {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mini-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .mini-blog-info {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mini-blog-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mini-blog-date {
    font-size: 13px;
    color: #162d56;
    margin-top: 2px;
    font-weight: 400;
  }

  .blog-detail-title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #162d56;
    margin-bottom: 12px;
    text-indent: 1em;
  }

    
  .page-blog{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
  }

  .page-blog>div a{
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .page-blog span{
    color: #162d56;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .original-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    font-size: 15px;
}

  .pro-star {
    display: flex;
    align-items: center;
    font-size: 28px;
    gap: 2px;
}

.pro-star .star {
    color: #cfd3dc;
    transition: color 0.2s;
    font-size: 20px;
}

.pro-star .star.active {
    color: #ffb800;
}

.pro-star .star-count {
    color: #b0b5c3;
    font-size: 17px;
    margin-left: 8px;
}

#qodef-page-inner{
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  #qodef-page-outer{
    margin-top: 110px;
  }
  .qodef-page-title .qodef-m-content, .qodef-page-title .qodef-m-content.qodef-content-full-width{
      padding-left: 3%;
      padding-right: 3%;
    }
  
    .qodef-page-title{
      height: 100px;
    }

    .blog-detail-title{
      font-size: 22px;
    }

    .elementor-widget-container>p{
      font-size: 15px;
    }

    .elementor-widget-container blockquote{
      padding: 50px 0 16px;
    }
    .elementor-widget-container blockquote::before{
      width: 50px;
      height: 30px;
      top: 10px;
    }
    .elementor-widget-container blockquote p{
      font-size: 20px;
    }
    .qodef-blog.qodef--single .qodef-blog-item .qodef-e-bottom-holder{
      margin-top: 0px;
    }
    .qodef-social-share .qodef-social-title{
      font-size: 16px !important;
    }
    body.single-post #qodef-page-sidebar{
      margin-top: 0;
      margin-bottom: 0;
    }
    .cat-item{
      font-size: 16px !important;
    }

    .pro-star .star{
      font-size: 17px;
    }
    .pro-star .star-count{
      font-size: 15px;
    }
}