.acgfav-mininav-top-guide {
  margin-top: 12px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .aside-show .acgfav-mininav-top-guide {
    /* Keep the guide aligned with centered mininav content on wide desktop screens. */
    width: calc(min(100vw, var(--main-max-width)) - (15px + var(--main-aside-width))) !important;
    margin-left: calc((100vw - min(100vw, var(--main-max-width))) / 2 + 15px + var(--main-aside-width)) !important;
    margin-right: auto !important;
  }
}

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

.acgfav-mininav-top-guide__body {
  min-width: 0;
}

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

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

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

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

.acgfav-mininav-top-guide__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  margin-top: 26px;
  padding: 8px 12px;
  color: #fff;
  background: #20242c;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(32, 36, 44, .14);
}

.acgfav-mininav-top-guide__cta:hover {
  color: #fff;
  background: #111827;
  text-decoration: none;
}

.acgfav-mininav-top-guide__nav-row {
  display: flex;
  align-items: center;
  gap: 10px 12px;
  padding: 10px 16px 12px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(120, 132, 152, .14);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 22px rgba(24, 32, 46, .04);
}

.acgfav-mininav-top-guide__subtitle {
  flex: 0 0 auto;
  margin: 0;
  color: #465164;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  white-space: nowrap;
}

.acgfav-mininav-top-guide__links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.acgfav-mininav-top-guide__pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 5px 9px;
  color: #5f6876;
  background: #f6f8fb;
  border: 1px solid rgba(120, 132, 152, .14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.acgfav-mininav-top-guide__pill:hover {
  color: #2b66d9;
  background: #eef4ff;
  border-color: rgba(43, 102, 217, .22);
  text-decoration: none;
}

.io-black-mode .acgfav-mininav-top-guide__inner,
.io-black-mode .acgfav-mininav-top-guide__nav-row {
  background: rgba(32, 39, 52, .9);
  border-color: rgba(139, 170, 235, .16);
  box-shadow: none;
}

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

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

.io-black-mode .acgfav-mininav-top-guide__pill {
  color: #c7d0df;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .08);
}

.io-black-mode .acgfav-mininav-top-guide__pill:hover {
  color: #b7ceff;
  background: rgba(143, 181, 255, .12);
  border-color: rgba(143, 181, 255, .22);
}

@media (max-width: 767.98px) {
  .acgfav-mininav-top-guide {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .acgfav-mininav-top-guide__inner {
    display: block;
    padding: 13px 14px 12px;
  }

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

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

  .acgfav-mininav-top-guide__cta {
    width: 100%;
    margin-top: 11px;
    white-space: normal;
  }

  .acgfav-mininav-top-guide__nav-row {
    display: block;
    padding: 10px 14px 12px;
  }

  .acgfav-mininav-top-guide__subtitle {
    display: block;
    margin-bottom: 8px;
  }
}
