/* Generated by less 3.11.1 */
.sme-competition-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.sme-competition-modal.is-open {
  display: block;
}
.sme-competition-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.sme-competition-modal__dialog {
  position: relative;
  z-index: 2;
  width: 900px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.sme-competition-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.sme-competition-modal__header {
  margin-bottom: 25px;
}
.sme-competition-modal__steps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sme-competition-modal__steps span {
  padding: 8px 12px;
  border-radius: 50px;
  background: #f3f3f3;
  font-size: 14px;
}
.sme-competition-modal__steps span.is-active {
  background: #111;
  color: #fff;
}
.sme-step {
  display: none;
}
.sme-step.is-active {
  display: block;
}
.sme-bundle-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
}
.sme-bundle-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.sme-bundle-option:hover,
.sme-bundle-option.is-selected {
  border-color: #111;
  transform: translateY(-2px);
}
.sme-bundle-option__qty {
  font-weight: 700;
  font-size: 18px;
}
.sme-bundle-option__price {
  margin-top: 8px;
  font-size: 15px;
}
.sme-bundle-option[data-bundle-qty="3"] {
  position: relative;
  overflow: hidden;
}
.sme-bundle-option[data-bundle-qty="3"]::before {
  content: "Best Value";
  position: absolute;
  top: 12px;
  right: -32px;
  width: 120px;
  padding: 6px 0;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: rotate(45deg);
}
.sme-question-answers {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.sme-answer-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
.sme-number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 10px;
  margin-top: 20px;
  max-height: 420px;
  overflow: auto;
  padding-right: 5px;
}
.sme-ticket-number {
  padding: 14px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}
.sme-ticket-number.is-selected {
  background: #111;
  color: #fff;
  border-color: #111;
}
.sme-ticket-number.is-taken {
  background: #f2f2f2;
  color: #999;
  border-color: #e3e3e3;
  cursor: not-allowed;
  text-decoration: line-through;
}
.sme-step-actions {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.sme-step-actions .button {
  border-radius: 0;
  padding: 10px 20px;
  font-size: 28px;
  text-transform: uppercase;
  margin: 20px 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  transition: all 0.5s ease;
}
.sme-step-actions .button.sme-prev-step {
  background-color: #e1e1e1 !important;
  color: #000 !important;
}
.sme-step-actions .button.sme-submit-entry,
.sme-step-actions .button.sme-next-step {
  background-color: #FD1B20 !important;
  color: #fff !important;
}
.sme-modal-message {
  margin-top: 20px;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
}
.sme-modal-message.is-error {
  background: #fff1f1;
  color: #b10000;
}
.sme-modal-message.is-success {
  background: #effaf0;
  color: #137333;
}
body.sme-modal-open {
  overflow: hidden;
}
.sme-competition-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 20px;
}
.sme-competition-price .sme-price-label,
.sme-competition-price .sme-price-suffix {
  font-size: 16px;
}
.sme-competition-price .sme-price-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.sme-competition-stats {
  margin: 0 0 25px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
}
.sme-competition-countdown {
  margin-bottom: 20px;
}
.sme-competition-countdown__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sme-competition-countdown__timer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sme-competition-countdown__timer span {
  min-width: 70px;
  padding: 12px 10px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.sme-competition-countdown__timer span strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}
.sme-competition-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.sme-competition-progress__bar {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: #e6e6e6;
  overflow: hidden;
}
.sme-competition-progress__fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #111;
}
.sme-competition-progress__urgency {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}
