/* Core seat element */
.pm_seatmap {
  padding: 0px !important;
  margin: 0px !important;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

/* This was previously computed inline in PHP */
.placemap {
  /* JS will set font-size dynamically from imagesize */
}

/* Legend */
#seatslegend {
  position: relative;
  top: 0px;
  left: auto;
  right: 0px;
  text-align: left;
  padding: 2px;
}

/* Venue background image is set via JS using data-venue-bg */
#venuepicture {
  background-repeat: no-repeat;
  background-size: cover;
}

button.is-disabled,
#add_to_cart.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}