.ldk-seats-wrap {
  font-size: 1.25em;
  font-weight: bold;
  background: #fff7b2;
  padding: 8px 14px;
  border-radius: 14px;
  display: inline-block;
}
.ldk-pulse {
  animation: ldk-pulseAnim 0.6s;
}
@keyframes ldk-pulseAnim {
  0% { background: #ffe34d; }
  100% { background: #fff7b2; }
}
