.set-card {
  padding: 24px;
}

.set-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #564c32;
}

.set-title b {
  font-size: 10px;
}

.set-card h3 {
  margin: 14px 0;
}

.set-bonus,
.set-use {
  padding: 13px 0;
  border-top: 1px solid #3b4337;
}

.set-bonus small,
.set-use small {
  color: #d9dfd3;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
}

.set-bonus p,
.set-use p {
  margin: 7px 0;
  color: #c4cbc0;
  font-size: 13px;
}

.set-card mark {
  padding: 0;
  background: none;
  font-weight: 900;
}

.set-card mark.arts { color: #64b7ff; }
.set-card mark.heat { color: #ff7449; }
.set-card mark.nature { color: #72d78d; }
.set-card mark.value { color: #f2cd66; }

.set-bonus .restriction {
  color: #899284;
  font-size: 11px;
  font-style: italic;
}

.set-note {
  display: block;
  margin-top: 12px;
  color: #d6bd72 !important;
  font-size: 11px;
}

.gear-stats {
  display: grid;
  gap: 5px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #343c31;
  text-align: left;
}

.gear-stats span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #9ea89a;
  font-size: 10px;
  font-weight: 850;
}

.gear-stats b {
  color: #f0ca61;
  font-size: 11px;
  white-space: nowrap;
}
