.page-header-card,
.page-content-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
}

.page-header-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  margin-bottom: 18px;
}

.mall-head {
  background:
    linear-gradient(90deg, rgba(232,242,251,.98), rgba(255,255,255,.96)),
    url("/assets/images/mall-head.jpg") center/cover;
}

.page-header-copy {
  display: grid;
  gap: 8px;
}

.page-header-copy h2 {
  font-size: 32px;
}

.mall-panel {
  padding: 22px;
  border-radius: 18px;
}

.mall-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.mall-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.resource-card {
  overflow: hidden;
  display: grid;
  gap: 0;
  min-height: 100%;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(7,59,102,.08);
}

.mall-cover {
  min-height: 190px;
  background: #dbe8f5 center/cover;
}

.mall-body {
  display: grid;
  gap: 14px;
  padding: 18px 20px 20px;
}

.mall-body h3 {
  min-height: 58px;
  font-size: 24px;
  line-height: 1.2;
}

.resource-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 14px;
}

.resource-points strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.mall-body .btn {
  width: 72%;
  min-height: 40px;
  justify-self: center;
  margin: 0;
  border-radius: 10px;
}
