.entry-meta {
        display: none;
}
.archive .page-title {
    display: none;
}

.img-desc-block {
    left: auto !important;
    right: 0 !important;
}

/* ลูกศร Articles */
#menu-item-182 > a {
  position: relative;
  padding-right: 22px;
  display: inline-block; /* สำคัญ */
}

#menu-item-182 > a::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  transition: transform 0.3s ease;
}

/* หมุนตอนเปิด */
#menu-item-182.active > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* เว้นระยะใต้ Articles */
#menu-item-182 {
  margin-top: 20px;
  margin-bottom: 24px;
}

#menu-item-182::after {
  content: "";
  display: block;
  width: 40%;          /* 👈 ปรับความยาวตรงนี้ */
  height: 1px;
  background: #e5e5e5;
  margin-top: 20px;
}

#menu-item-104 {
  position: relative;
  margin-top: 12px;
  padding-top: 12px;
  border: none; /* ลบของเดิม */
}

#menu-item-104::before {
  content: "";
  display: block;
  width: 40%;          /* 👈 ปรับความยาวตรงนี้ */
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 20px;
}

/* ลบเส้นของธีมทั้งหมด */
.menu-sep,
.project-menu-sep {
  display: none !important;
}