body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(22, 119, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #f3f7ff 52%, #f9fbff 100%);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

:root {
  --rs-header-border: rgba(214, 226, 240, 0.92);
  --rs-header-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --rs-header-soft: rgba(248, 251, 255, 0.92);
  --rs-header-card: rgba(255, 255, 255, 0.82);
}

#react-site-root {
  min-height: 100vh;
}

.rs-auth-modal .ant-modal-content {
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.rs-auth-modal .ant-modal-close {
  top: 18px;
  right: 18px;
}

.rs-auth-modal-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-bottom: 24px;
}

.rs-auth-links {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.rs-auth-links-end {
  justify-content: flex-end;
}

.rs-auth-captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px 72px;
  gap: 10px;
  align-items: center;
}

.rs-auth-captcha-image {
  width: 132px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(214, 226, 240, 0.92);
  background: #f8fbff;
}

.rs-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.rs-header {
  height: auto;
  min-height: 0;
  line-height: normal;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 255, 0.88)),
    rgba(255, 255, 255, 0.92);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--rs-header-border);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.rs-header .rs-shell {
  padding-top: 0;
  padding-bottom: 0;
}

.rs-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
  padding: 10px 0;
}

.rs-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  min-width: 0;
  flex: 0 0 268px;
  max-width: 320px;
}

.rs-brand-panel {
  min-height: 60px;
  padding: 10px 12px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.9));
  border: 1px solid rgba(214, 226, 240, 0.92);
  box-shadow: var(--rs-header-shadow);
}

.rs-brand-logo-only {
  flex: 0 0 auto;
  max-width: none;
  min-width: 64px;
  justify-content: center;
}

.rs-brand:hover .rs-brand-mark {
  box-shadow: 0 12px 26px rgba(22, 119, 255, 0.22);
  transform: translateY(-1px);
}

.rs-brand:hover .rs-brand-logo {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(22, 119, 255, 0.14);
}

.rs-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1677ff 0%, #0f172a 100%);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(22, 119, 255, 0.18);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.rs-brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(214, 226, 240, 0.92);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
  padding: 6px;
  box-sizing: border-box;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.rs-brand-copy {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  gap: 4px;
}

.rs-brand-copy strong {
  font-size: 17px;
  font-weight: 800;
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rs-brand-copy span {
  display: block;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.rs-nav-stage {
  flex: 1 1 auto;
  min-width: 0;
}

.rs-nav-surface {
  position: relative;
  padding: 7px 8px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.9));
  border: 1px solid rgba(214, 226, 240, 0.92);
  box-shadow: var(--rs-header-shadow);
  overflow: visible;
}

.rs-nav-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at left top, rgba(22, 119, 255, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.rs-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  padding-left: 12px;
  border-left: 1px solid rgba(226, 232, 240, 0.92);
  position: relative;
  z-index: 1;
}

.rs-nav-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.rs-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  overflow: visible;
}

.rs-nav-item {
  position: relative;
  flex: 0 0 auto;
}

.rs-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rs-nav-link:hover {
  background: rgba(240, 246, 255, 0.96);
  color: #1677ff;
  transform: translateY(-1px);
}

.rs-nav-item.is-active > .rs-nav-link {
  background: linear-gradient(135deg, rgba(230, 244, 255, 1), rgba(243, 249, 255, 0.94));
  color: #0958d9;
  box-shadow: 0 8px 18px rgba(22, 119, 255, 0.14), inset 0 0 0 1px rgba(22, 119, 255, 0.12);
}

.rs-nav-link-text {
  cursor: default;
}

.rs-nav-caret {
  font-size: 11px;
  color: #94a3b8;
  transition: transform 0.18s ease, color 0.18s ease;
}

.rs-nav-item.has-children:hover .rs-nav-caret {
  color: #1677ff;
  transform: rotate(180deg);
}

.rs-nav-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  min-width: 240px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(214, 226, 240, 0.94);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  display: none;
  z-index: 30;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.rs-nav-item.has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
  display: none;
}

.rs-nav-item.has-children:hover::after {
  display: block;
}

.rs-nav-item.has-children:hover .rs-nav-dropdown {
  display: grid;
  gap: 6px;
}

.rs-nav-dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.rs-nav-dropdown-link:hover {
  background: rgba(240, 246, 255, 0.96);
  color: #1677ff;
  transform: translateX(2px);
}

.rs-nav-pill,
.rs-nav-plain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.rs-nav-pill {
  background: linear-gradient(135deg, #1677ff 0%, #0f5ad7 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.2);
}

.rs-nav-pill:hover {
  background: linear-gradient(135deg, #0958d9 0%, #0b4bb4 100%);
  color: #fff;
  transform: translateY(-1px);
}

.rs-nav-pill-muted {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.rs-nav-plain {
  background: rgba(248, 250, 252, 0.9);
  color: #334155;
  border-color: rgba(214, 226, 240, 0.96);
}

.rs-nav-plain:hover {
  background: rgba(240, 246, 255, 0.96);
  color: #1677ff;
  transform: translateY(-1px);
}

.rs-nav-button {
  font-family: inherit;
}

.rs-header-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 4px 12px 4px 5px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(238, 246, 255, 0.92));
  border: 1px solid rgba(191, 219, 254, 0.84);
  text-decoration: none;
  max-width: 190px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.rs-header-user:hover {
  background: linear-gradient(135deg, rgba(240, 246, 255, 1), rgba(230, 244, 255, 0.95));
  border-color: rgba(22, 119, 255, 0.35);
  transform: translateY(-1px);
}

.rs-header-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1677ff 0%, #0f172a 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.rs-header-user-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.rs-header-user-copy strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rs-header-user-copy small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.1;
}

.rs-header-subnav {
  display: flex;
  align-items: center;
  gap: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 0;
  pointer-events: none;
  transition: max-height 0.22s ease, opacity 0.18s ease, padding 0.18s ease, margin-top 0.18s ease;
}

.rs-header-subnav.is-visible {
  max-height: 84px;
  opacity: 1;
  padding: 0 0 10px;
  margin-top: 2px;
  pointer-events: auto;
}

.rs-anchor-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(214, 226, 240, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  scrollbar-width: none;
  flex: 1 1 auto;
}

.rs-anchor-strip::-webkit-scrollbar {
  display: none;
}

.rs-anchor-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.9);
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.rs-anchor-link:hover {
  background: rgba(239, 246, 255, 0.96);
  color: #1d4ed8;
  border-color: rgba(147, 197, 253, 0.85);
  transform: translateY(-1px);
}

.rs-mobile-nav-trigger,
.rs-mobile-nav-panel {
  display: none;
}

.rs-mobile-nav-trigger {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(214, 226, 240, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex: 0 0 auto;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.rs-home-category-section {
  scroll-margin-top: 130px;
}

.rs-mobile-nav-trigger span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #334155;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.rs-mobile-nav-trigger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.rs-mobile-nav-trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.rs-mobile-nav-trigger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rs-nav-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.rs-header-card,
.rs-block-card,
.rs-resource-card {
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.rs-resource-card {
  position: relative;
  overflow: hidden;
}

.rs-hero {
  padding: 18px 0 8px;
}

.rs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.rs-filter-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rs-filter-primary-row {
  align-items: stretch;
}

.rs-filter-fields {
  display: block;
}

.rs-resource-table .ant-table-thead > tr > th {
  background: rgba(239, 246, 255, 0.9);
  color: #0f172a;
  font-weight: 600;
  cursor: pointer;
}

.rs-resource-table .ant-table-tbody > tr.rs-table-row-recommend > td {
  background: rgba(239, 246, 255, 0.86);
}

.rs-resource-table .ant-table-tbody > tr.rs-table-row-promo > td {
  background: rgba(255, 247, 237, 0.9);
}

.rs-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  gap: 20px;
}

.rs-resource-thumb {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 16px;
  background: #eef2f7;
}

.rs-favorite-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.18s ease;
}

.rs-favorite-btn:hover {
  color: #8b95a7;
}

.rs-favorite-btn.is-active {
  color: #f5a623;
}

.rs-favorite-btn.is-overlay {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.rs-favorite-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
}

.rs-favorite-btn.is-overlay:hover {
  background: transparent;
}

.rs-ad-slot .content-slot-list {
  display: grid;
  gap: 12px;
}

.rs-ad-slot .content-slot-item {
  border-radius: 18px;
  border: 1px solid rgba(214, 226, 240, 0.9);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.rs-ad-slot .content-slot-link {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.rs-ad-slot .content-slot-link.is-text-only {
  grid-template-columns: minmax(0, 1fr);
}

.rs-ad-slot .content-slot-media img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
}

.rs-ad-slot .content-slot-body {
  padding: 16px 16px 14px 0;
  min-width: 0;
}

.rs-ad-slot .content-slot-meta strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  margin-bottom: 6px;
}

.rs-ad-slot .content-slot-html {
  all: initial;
  display: block;
  color: #475569;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.rs-ad-slot .content-slot-html * {
  box-sizing: border-box;
}

.rs-ad-slot .content-slot-html img {
  max-width: 100%;
  height: auto;
}

.rs-ad-slot .content-slot-html p {
  margin: 0 0 10px;
}

.rs-ad-slot .content-slot-html p:last-child {
  margin-bottom: 0;
}

.rs-ad-slot .content-slot-ad-id {
  display: inline-flex;
  margin: 0 0 12px 134px;
  color: #94a3b8;
  font-size: 11px;
}

.rs-page-ad-slot,
.rs-inline-ad-slot,
.rs-side-ad-slot {
  width: 100%;
}

.rs-grid-ad-slot {
  grid-column: 1 / -1;
}

.rs-html-content {
  line-height: 1.8;
}

.rs-contact-lock {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.82);
  padding: 14px;
}

.rs-footer {
  background: transparent;
  padding: 0 0 30px;
}

.rs-footer-shell {
  padding-top: 0;
}

.rs-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 1fr;
  gap: 16px;
}

.rs-footer-card {
  border-radius: 24px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.rs-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.rs-footer-link {
  color: #1e293b;
  text-decoration: none;
}

.rs-footer-link:hover {
  color: #1677ff;
}

.rs-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 13px;
  padding: 18px 4px 0;
}

.rs-link-btn {
  border: 0;
  background: none;
  color: #1677ff;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .rs-brand {
    flex-basis: 230px;
  }

  .rs-brand-copy span {
    max-width: 190px;
  }

  .rs-nav-link {
    padding: 0 10px;
  }

  .rs-header-user-copy {
    display: none;
  }
}

@media (max-width: 1080px) {
  .rs-auth-captcha-row {
    grid-template-columns: 1fr;
  }

  .rs-header-subnav {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-header-subnav.is-visible {
    max-height: 180px;
    padding: 0 0 12px;
  }

  .rs-topbar {
    align-items: center;
    flex-direction: row;
    padding: 8px 0 10px;
    min-height: 60px;
  }

  .rs-header-actions {
    justify-content: flex-start;
    border-left: 0;
    padding-left: 0;
  }

  .rs-nav-stage {
    display: none;
  }

  .rs-brand {
    width: auto;
    flex: 1 1 auto;
    max-width: none;
  }

  .rs-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
  }

  .rs-brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 5px;
  }

  .rs-brand-copy strong {
    font-size: 17px;
    max-width: calc(100vw - 132px);
  }

  .rs-brand-copy span {
    display: none;
  }

  .rs-mobile-nav-trigger {
    display: inline-flex;
  }

  .rs-mobile-nav-panel {
    display: none;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid rgba(214, 226, 240, 0.92);
    border-radius: 24px;
    background: rgba(248, 250, 252, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }

  .rs-mobile-nav-panel.is-open {
    display: block;
  }

  .rs-mobile-nav-links {
    display: grid;
    gap: 6px;
  }

  .rs-nav-item.is-mobile {
    width: 100%;
  }

  .rs-nav-item.is-mobile .rs-nav-link {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.88);
    box-sizing: border-box;
    border-radius: 14px;
  }

  .rs-nav-item.is-mobile.is-active > .rs-nav-link {
    background: #e6f4ff;
    border-color: rgba(22, 119, 255, 0.28);
    box-shadow: inset 3px 0 0 #1677ff;
  }

  .rs-nav-item.is-mobile .rs-nav-dropdown {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 6px;
    display: grid;
    gap: 6px;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0 0 0 12px;
  }

  .rs-nav-item.is-mobile .rs-nav-dropdown-link {
    min-height: 40px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(226, 232, 240, 0.82);
  }

  .rs-mobile-nav-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed rgba(148, 163, 184, 0.28);
  }

  .rs-mobile-nav-actions .rs-nav-pill,
  .rs-mobile-nav-actions .rs-nav-plain {
    flex: 1 1 120px;
  }

  .rs-mobile-nav-actions .rs-header-user {
    flex: 1 1 100%;
  }

  .rs-header-subnav {
    margin: 0;
    padding: 0;
  }

  .rs-ad-slot .content-slot-link {
    grid-template-columns: 1fr;
  }

  .rs-ad-slot .content-slot-link > div {
    padding: 0 14px 14px;
  }

  .rs-ad-slot .content-slot-ad-id {
    margin-left: 14px;
  }

  .rs-detail-grid {
    grid-template-columns: 1fr;
  }

  .rs-footer-grid {
    grid-template-columns: 1fr;
  }
}
