.gknt-notices {
  margin: 0 0 28px;
}

.gknt-head {
  margin-bottom: 14px;
}

.gknt-head h2 {
  margin: 0;
  padding-left: 12px;
  border-left: 6px solid #2d78c4;
  color: #222;
  font-size: 22px;
  line-height: 1.45;
}

.gknt-list {
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.gknt-item {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.gknt-item a {
  display: grid;
  grid-template-columns: 92px 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  color: #222;
  text-decoration: none;
}

.gknt-item a:hover strong {
  color: #0066cc;
  text-decoration: underline;
}

.gknt-date {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.gknt-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #2d78c4;
  color: #2d78c4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.gknt-item strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gknt-item small {
  grid-column: 3;
  margin-top: -6px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.gknt-more {
  margin: 14px 0 0;
  text-align: right;
}

.gknt-more a {
  color: #0066cc;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gknt-more a:hover {
  text-decoration: underline;
}

.gknt-empty {
  margin: 0;
  padding: 14px;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  color: #666;
}

.gk-sidebar .gknt-head h2,
.sidebar .gknt-head h2 {
  font-size: 17px;
}

.gk-sidebar .gknt-item a,
.sidebar .gknt-item a {
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 12px 0;
}

.gk-sidebar .gknt-item small,
.sidebar .gknt-item small {
  grid-column: auto;
  margin-top: 0;
}

@media (max-width: 768px) {
  .gknt-item a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gknt-item small {
    grid-column: auto;
    margin-top: 0;
  }
}
