header.style-1 .main-menu > ul > li.menu-item-has-children::after {
    top: 26px!important;
}
.category-card3 .category-bg .category-content-wrap {
    background-color: rgba(var(--title-color-opc), 0.15)!important;
}
.auction-details-section.style-2 .auction-details-content {
    line-height: 1.5;
}
header.style-1 .main-menu > ul > li ul.sub-menu {
    max-width: 300px;
    min-width: max-content!important;
}
.dieu-hau-box {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }

    .box-header {
       padding: 14px 0;
       color: #1c1e21;
    }

    .avatar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
    }

    .page-name {
      font-size: 17px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 2px;
      color: #1c1e21;
    }

    .online-status {
      font-size: 13.5px;
      color: #42b72a;
      font-weight: 600;
    }

    .online-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #42b72a;
      border-radius: 50%;
      margin-right: 6px;
    }

    .box-buttons {
      background: #fff;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-custom {
      font-size: 14.5px;
      font-weight: 600;
      padding: 10px 16px;
      border-radius: 4px;
      min-width: 105px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      transition: all 0.2s;
    }

    .btn-like {
      background: #e91e1e;
      color: #fff;
    }

    .btn-chat {
      background: transparent;
      color: #2660b5;
      border: 1px solid #2660b5;
      background: #e9f2ff;
    }

    .btn-shop {
      background: #fff;
      color: #1c1e21;
      border: 1.8px solid #ccd0d5;
    }

    .btn-custom:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border: 1px solid transparent
    }

    @media (max-width: 480px) {
      .dieu-hau-box {
        width: 320px;
        margin: 15px auto;
      }
      .btn-custom {
        font-size: 14px;
        padding: 9px 14px;
        min-width: 100px;
      }
    }