.ce-pc-wrap .controls {
  text-align: center;
  margin: 40px 0 20px;
}
.ce-pc-wrap .controls label {
  margin-right: 4px;
  min-width: 48px;
  font-weight: 600;
  color: #5f3c57;
  font-size: 13px;
  margin: 0;
}
.ce-pc-wrap .controls select,
.ce-pc-wrap .controls button {
  background:#eee5e9;
  border:2px solid #dacdcb;
  color:#291926;
  padding:6px 8px;
  font-size:13px;
  min-height: 40px;
}
#ce-pc-realm { margin-right: 30px; }
.ce-pc-wrap .controls select:hover,
.ce-pc-wrap .controls button:hover { border-color:#c5283d; }
.ce-pc-wrap .hint{ color:#666; font-size:12px; }
.ce-pc-wrap .ah-note{ margin:6px 0 0; color:#444; font-size:13px; }

.pet-price-list {
  display: table;
  width: 100%;
  font-size: 13px;
  margin: 0 auto 20px;
  border: 1px solid #dacdcb;
  border-collapse: separate;
}
.pet-price-list .header {
  display: table-row;
  color: #291926;
  border-bottom: 1px solid #dacdcb;
  font-weight: 600;
  text-align: center;
  background: #eee5e9;
  font-size: 14px;
}
.pet-price-list .header .cell {
  cursor: pointer;
  user-select: none;
}
.pet-price-list .header .cell .seta {
  font-size: 11px;
  margin-left: 6px;
}
.pet-price-list .header .cell[data-sort="asc"]  .seta { color: #c5283d; }
.pet-price-list .header .cell[data-sort="desc"] .seta { color: #c5283d; }
#pet-body { display: table-row-group; }
.pet-price-list .linha { display: table-row; }
.pet-price-list .cell {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  border-left: 1px solid #dacdcb;
  box-sizing: border-box;
  line-height: 20px;
}
.pet-price-list .cell:first-child { border-left: 0; }
.pet-price-list .linha:nth-child(odd)  { background: #ededed; }
.pet-price-list .linha:nth-child(even) { background: #f9f9f9; }
.pet-price-list .linha:hover { background: #e0d6e0; cursor: pointer; }
.pet-price-list .col-name { font-weight: 600; }
.pet-price-list .col-name,
.pet-price-list .col-item { width: 200px; }
.pet-price-list .col-id,
.pet-price-list .col-charms,
.pet-price-list .col-server,
.pet-price-list .col-region,
.pet-price-list .col-gpc,
.pet-price-list .col-diff { text-align: center; }

.badge-nd {
  display: inline-block;
  padding: 2px 6px;
  border: 1px dashed #4b6b48;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
  background: #e9f4e8;
  color: #2f4f2c;
  font-weight: 600;
}
.pet-price-list .linha .col-server.is-above-region {
  background: #e6f5ea !important;
  box-shadow: inset 0 0 0 1px #b5e0bf;
}
.pet-price-list .linha .col-server.is-below-region {
  background: #faecef !important;
  box-shadow: inset 0 0 0 1px #f1c8d0;
}
.pet-price-list .linha .cell.is-nd {
  background: #eef8ff !important;
  box-shadow: inset 0 0 0 1px #c9e6ff;
}

.pet-price-list .col-diff .diff       { font-weight: 700; }
.pet-price-list .col-diff .diff-pos   { color: #2f6b3a; }
.pet-price-list .col-diff .diff-neg   { color: #b32d2e; }
.pet-price-list .col-diff .diff-zero  { color: #666; }
.pet-price-list .col-diff .diff-nd    { color: #999; }

.ce-pc-legend { margin: 12px 0; color:#444; }
.ce-pc-legend > strong { display:block; margin-bottom: 6px; }
.ce-pc-legend .legend-grid{
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: center;
}
.ce-pc-legend .legend-cell{
  width: 100px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 600;
  border: 1px solid #dacdcb;
  background: #f9f9f9;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1.1;
  font-size: 13px;
}
.ce-pc-legend .legend-cell.is-above-region{
  background: #e6f5ea;
  box-shadow: inset 0 0 0 1px #b5e0bf;
}
.ce-pc-legend .legend-cell.is-below-region{
  background: #faecef;
  box-shadow: inset 0 0 0 1px #f1c8d0;
}
.ce-pc-legend .legend-cell.is-nd{
  background: #eef8ff;
  box-shadow: inset 0 0 0 1px #c9e6ff;
}
.ce-pc-legend .legend-text{ font-size: 12px; }

@media (max-width: 900px) {
  .pet-price-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 700px) {
  .pet-price-list {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
