.gksr-widget {
  background: transparent;
  border: 0;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.gksr-head {
  padding: 0 0 14px;
  border-bottom: 1px solid #e6e9ed;
  background: transparent;
}

.gksr-kicker {
  display: block;
  margin-bottom: 4px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.gksr-head h2 {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #2d78c4;
  color: #222;
  font-size: 17px;
  line-height: 1.45;
}

.gksr-section {
  padding: 16px 0 18px;
  border-bottom: 1px solid #e8edf2;
}

.gksr-section:last-child {
  border-bottom: 0;
}

.gksr-section h3 {
  margin: 0 0 12px;
  color: #2d5f9a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.gksr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gksr-item + .gksr-item {
  margin-top: 10px;
}

.gksr-link {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 10px;
  border: 1px solid #e2e6eb;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease;
}

.gksr-link:hover {
  border-color: #2d78c4;
  background: #f8fbff;
  color: #333;
  text-decoration: none;
}

.gksr-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background: #eef2f6;
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.gksr-rank--1 {
  background: #f7c948;
  color: #4c3500;
}

.gksr-rank--2 {
  background: #dce3ea;
  color: #2f3d4a;
}

.gksr-rank--3 {
  background: #d49a6a;
  color: #fff;
}

.gksr-body {
  min-width: 0;
}

.gksr-name {
  display: block;
  overflow: hidden;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gksr-meta {
  display: block;
  margin-top: 2px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.gksr-stars {
  display: block;
  margin-top: 4px;
  color: #ffb400;
  font-size: 12px;
  letter-spacing: 0;
}

.gksr-score {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

.gksr-score strong {
  color: #2d78c4;
  font-size: 15px;
}

.gksr-section--low .gksr-score strong {
  color: #b54d4d;
}

.gksr-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed #d8dee6;
  background: #fafafa;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}
