.widget_edit_area{
    background: #fff;
    padding : 3px;
    border: 1px dashed #000000;
    border-radius: 5px;
    position: absolute;
    top:0;
    right:0;
}
.widget_edit_area img{
    margin: 0px 2px;
    cursor: pointer;
}
.widget_edit_area img:hover{
    background: #d0ffad;
}
.widget_edit_area_insert{
    background: #fff;
    padding : 3px;
    border: 1px dashed #000000;
    border-radius: 5px;
    position: absolute;
    left:50px;
    top:0;
    opacity: 0.3;
}
.widget_edit_area_insert:hover{
    opacity: 1;
}

.widget_edit_area_insert img{
    margin: 0px 2px;
    cursor: pointer;
}
.widget_edit_area_insert img:hover{
    background: #d0ffad;
}
.widget_body{
    position: relative;
    margin: 30px 0;
}
.widget_body .highlight{
    font-size: 20px;
    line-height: 34px;
    color: #808080;
    font-family: Poppins;
    font-weight: 400;
    padding-left:50px;
    border-left: 5px solid #3748ff;
}
.widget_body h2{
    font-size: 18px;
    color: #808080;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
}
.widget_body p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25 !important;
    color: #808080;
}
.widget_body p *{
    line-height: inherit !important;
}
.widget_body .img1{
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #dedede;
}
.widget_body .img2{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom:5px;
}
.widget_body .img2 img{
    width: calc(50% - 5px);
    height: auto;
    min-height: 150px;
    background: #dedede;
    object-fit: cover;
    display: block;    
}
.widget_body .subtitle{
    margin: 0px;
}
.spacer{
    width:100%;
    min-height:40px;
}
.divider{
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #323232;
    height: 0;
    background: none;
}
.blog_widget {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }

  .blog_header {
    background: #0b63b6;
    padding: 5px 20px;
    text-align: center;
  }

  .blog_title {
    margin: 0;
    color: #ffffffe3 !important;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1.2;
  }

  .blog_list {
    width: 100%;
  }

  .blog_item {
    display: flex;
    gap: 24px;
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .blog_item:last-child {
    border-bottom: 1px solid #e5e7eb;
  }

  .blog_thumb_link {
    display: block;
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    text-decoration: none;
  }

  .blog_thumb {
    width: 100%;
    height: 100%;
    background: #b1b1b1;
    display: block;
    border-radius: 10px;
    object-fit: cover;
  }

  .blog_content {
    flex: 1;
    min-width: 0;
  }

  .blog_item_title {
    margin: 0 0 3px;
    font-size: 22px;
    line-height: 1.0;
    font-weight: 700;
    color: #0b63b6;
  }

  .blog_item_title a {
    text-decoration: none;
    color: #0b63b6;
  }

  .blog_item_title a:hover {
    text-decoration: underline;
  }

  .blog_excerpt {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1.6;
    color: #333333;
  }

  .blog_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
  }

  .blog_meta_item {
    position: relative;
  }

  .blog_meta_item:not(:last-child)::after {
    content: "•";
    margin-left: 14px;
    color: #b0b0b0;
  }

  .blog_read_more {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #0b63b6 !important;
    text-decoration: none;
  }

  .blog_read_more:hover {
    text-decoration: underline;
  }

  .blog_footer {
    padding: 10px 20px 10px;
    text-align: center;
  }

  .blog_all_link {
    display: inline-block;
    padding: 10px 28px;
    border: 2px solid #0b63b6;
    border-radius: 10px;
    text-decoration: none;
    color: #0b63b6 !important;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
  }

  .blog_all_link:hover {
    background: #0b63b6;
    color: #ffffff !important;
  }

  @media (max-width: 1200px) {
    .blog_item {
      flex-direction: column;
    }

    .blog_thumb_link {
      width: 100%;
    }

    .blog_item_title {
      font-size: 28px;
    }

    .blog_excerpt {
      font-size: 18px;
    }
  }

  @media (max-width: 768px) {
    .blog_header {
      padding: 5px 16px;
    }

    .blog_title {
      font-size: 28px;
    }

    .blog_item {
      gap: 18px;
    }

    .blog_item_title {
      font-size: 24px;
    }

    .blog_excerpt {
      font-size: 16px;
    }

    .blog_meta {
      font-size: 15px;
    }

    .blog_read_more,
    .blog_all_link {
      font-size: 17px;
    }

    .blog_footer {
      padding: 22px 16px 28px;
    }
  }