.org-hover-only {
  font-family: Arial, Helvetica, sans-serif;
  color: #202020;
}

.org-hover-only table {
  border-collapse: collapse;
  width: 100%;
  max-width: 807px;
}

.org-hover-only td {
  vertical-align: middle;
  padding: 6px;
  border: none;
}

/* ====== ẢNH CĂN GIỮA ====== */
.org-hover-only .pic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.org-hover-only .pic img {
  max-width: 160px;
  max-height: 160px;
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

/* ===== TOOLTIP NỀN TRẮNG – CHỮ ĐEN (KIỂU HỒ SƠ) ===== */
.org-hover-only .tooltip {
  Opacity: 1 !important; /*Hiển thị tootip */         
  position: absolute;
  top: calc(100% + 10px);   /* hiển thị dưới ảnh */
  left: 50%;
  transform: translateX(-50%);
  display: none;

  background: #ffffff;
  color: #000000;
  border: 1px solid #dcdcdc;
  border-radius: 4px;

  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  white-space: pre-line;

  width: max-content;
   width: 500px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

/* mũi tên tooltip (nền trắng, viền xám) */
.org-hover-only .tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

/* viền xám cho mũi tên */
.org-hover-only .tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #dcdcdc transparent;
}

/* ====== HIỂN THỊ KHI HOVER ====== */
.org-hover-only .pic:hover .tooltip {
  display: block;
}

/* ====== TEXT ====== */
.org-hover-only .info {
  text-align: center;
  padding: 8px;
}

.org-hover-only .info p {
  margin: 6px 0;
}
@media only screen and (min-width: 769px){
.ArticleInMenu .col-lg-2 {
    width: 180px !important;
    height: 110px !important;
        }}