.acgfav-rankings-guide-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.acgfav-rankings-guide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #394253;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(120, 132, 152, .14);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(24, 32, 46, .05);
}

.acgfav-rankings-guide__body {
  min-width: 0;
}

.acgfav-rankings-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.acgfav-rankings-guide__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff5f7e;
}

.acgfav-rankings-guide__title {
  margin: 0;
  color: #2e333b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.acgfav-rankings-guide__desc {
  max-width: 920px;
  margin: 7px 0 0;
  color: #737b88;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}

.acgfav-rankings-guide__links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 430px;
  padding-top: 25px;
}

.acgfav-rankings-guide__links a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 6px 10px;
  color: #2b66d9;
  background: #f6f8fb;
  border: 1px solid rgba(43, 102, 217, .14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.acgfav-rankings-guide__links a:hover {
  color: #1f4fb3;
  background: #eef5ff;
  text-decoration: none;
}

.io-black-mode .acgfav-rankings-guide {
  color: #d8dee8;
  background: rgba(32, 39, 52, .9);
  border-color: rgba(139, 170, 235, .16);
  box-shadow: none;
}

.io-black-mode .acgfav-rankings-guide__title {
  color: #e6ebf3;
}

.io-black-mode .acgfav-rankings-guide__desc,
.io-black-mode .acgfav-rankings-guide__eyebrow {
  color: #aeb7c6;
}

.io-black-mode .acgfav-rankings-guide__links a {
  color: #9ebfff;
  background: rgba(96, 140, 230, .12);
  border-color: rgba(150, 180, 245, .18);
}

@media (max-width: 767.98px) {
  .acgfav-rankings-guide-wrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .acgfav-rankings-guide {
    display: block;
    padding: 13px 14px;
  }

  .acgfav-rankings-guide__title {
    font-size: 18px;
  }

  .acgfav-rankings-guide__desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 1.65;
  }

  .acgfav-rankings-guide__links {
    justify-content: flex-start;
    max-width: none;
    padding-top: 11px;
  }

  .acgfav-rankings-guide__links a {
    white-space: normal;
  }
}
