.elementor-10783 .elementor-element.elementor-element-e4c44c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10783 .elementor-element.elementor-element-756c35a{background-color:#FFF4EA;padding:30px 30px 30px 30px;border-radius:10px 10px 10px 10px;}.elementor-10783 .elementor-element.elementor-element-75914ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10783 .elementor-element.elementor-element-45c67e5{--grid-columns:3;--grid-row-gap:50px;--grid-column-gap:40px;}.elementor-10783 .elementor-element.elementor-element-45c67e5 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-10783 .elementor-element.elementor-element-45c67e5 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-10783 .elementor-element.elementor-element-45c67e5 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-10783 .elementor-element.elementor-element-45c67e5 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-10783 .elementor-element.elementor-element-45c67e5 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1199px){.elementor-10783 .elementor-element.elementor-element-45c67e5{--grid-columns:2;}}@media(max-width:767px){.elementor-10783 .elementor-element.elementor-element-45c67e5{--grid-columns:1;}}/* Start custom CSS for author-box, class: .elementor-element-756c35a *//* ===============================
   BOX AUTHOR STYLING – by ChatGPT
   =============================== */

.box-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fafc, #d57c4a36);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hiệu ứng nổi khi hover */
.box-author:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Avatar tròn */
.box-author .elementor-author-box__avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #d57c4a;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.box-author:hover .elementor-author-box__avatar img {
  transform: scale(1.05);
}

/* Khu vực text */
.box-author .elementor-author-box__text {
  flex: 1;
}

/* Tên tác giả */
.box-author .elementor-author-box__name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
  color: #0e2a35;
  letter-spacing: -0.3px;
}

.box-author .elementor-author-box__name:hover {
  color: #3d8fa7;
}

/* Tiểu sử */
.box-author .elementor-author-box__bio {
  color: #55616a;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Nút xem tất cả bài viết */
.box-author .elementor-author-box__button {
  display: inline-block;
  background: #d57c4a;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.box-author .elementor-author-box__button:hover {
  background: #71bad1;
  color: #0e2a35;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 600px) {
  .box-author {
    flex-direction: column;
    text-align: center;
  }

  .box-author .elementor-author-box__avatar img {
    width: 80px;
    height: 80px;
  }
}/* End custom CSS */