.mx-book-ahead-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 6px 0;
  padding: 4px 8px;
  border: 1px solid #e6d9ad;
  border-radius: 999px;
  background: #f7f0cf;
  color: #735b00;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mx-list-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6d9ad;
  background: linear-gradient(145deg, #f7f4ed, #eef3ee);
  color: #1f4d3a;
}

.mx-list-image-placeholder span {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .08em;
}
