/* Shell + login (checkout fake Tycket) */
body.tycket-checkout-fake {
  margin: 0;
  padding-top: 79px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.tycket-checkout-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 16px 48px;
  box-sizing: border-box;
}

.tycket-login-page-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #333;
  margin: 0 0 28px;
  text-align: center;
}

.tycket-login-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .tycket-login-columns {
    grid-template-columns: 1fr;
  }
}

.tycket-login-box {
  background: #fff;
  border: 1px solid #d8d8d8;
}

.tycket-login-box-head {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #e8e8e8;
}

.tycket-login-box-body {
  padding: 20px;
}

.tycket-login-intro {
  margin: 0 0 18px;
  line-height: 1.5;
  color: #444;
}

.tycket-fake-label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.tycket-fake-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 16px;
}

.tycket-login-forgot {
  display: inline-block;
  margin-bottom: 20px;
  color: #00aeef;
  text-decoration: underline;
  font-size: 13px;
}

.tycket-btn-blue-full {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  background: #00aeef;
  color: #fff !important;
  border: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
}

.tycket-btn-blue-full:hover {
  filter: brightness(0.95);
}

.tycket-disclaimer {
  border: 1px solid #00aeef;
  padding: 14px 16px;
  margin-bottom: 22px;
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  color: #00aeef;
  font-style: italic;
}

.tycket-hidden {
  display: none !important;
}
