.wp-queue-badge {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.wp-queue-badge__title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  font-size: clamp(1rem, 1rem + 0.3vw, 1.15em);
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #24324a;
  line-height: 1.2;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
}

.wp-queue-badge__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  background: #9ca3af;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.92rem + 0.18vw, 1em);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .wp-queue-badge {
    padding: 14px 12px;
  }

  .wp-queue-badge__title {
    margin-bottom: 10px;
    font-size: var(--wp-queue-badge-title-font-size-mobile, 13px);
    letter-spacing: 0;
    line-height: 1.15;
  }

  .wp-queue-badge__badge {
    min-width: 0;
    width: 100%;
    padding: 8px 10px;
    font-size: 0.82rem;
    line-height: 1.15;
  }
}

.wp-queue-opening-times {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 24px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #ffffff;
  font-family: inherit;
  color: #24324a;
}

.wp-queue-opening-times__heading {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.wp-queue-opening-times__note {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .wp-queue-opening-times {
    padding: 16px 18px;
  }

  .wp-queue-opening-times__heading {
    font-size: 17px;
  }

  .wp-queue-opening-times__note {
    font-size: 15px;
  }
}
