@charset "utf-8";

.pf-widget-menu {
  width: 100%;
  display: flex;
  gap: 12px;
  padding-bottom: 5rem;
}
.pf-widget-menu a {
  padding: 3px 6px;
  border: 1px solid #000;
}
.pf-widget-menu a.active {
  font-weight: 700;
  background-color: #000;
  color: #fff;
}
.hide {
  display: none;
}
.cali {
  transition: all 0.5s;
}
.ca-span {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 3px 8px;
  font-size: 11px;
}
.na-title .na-subject {
  display: inline-block;
  word-break: break-all;
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  padding-top: 1rem;
}
