.tlbb-home h2 {
  margin: 0 0 16px;
}

.tlbb-home p {
  line-height: 1.6;
}

.tlbb-message {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #7f7f7f;
  background: rgba(255, 255, 255, 0.08);
}

.tlbb-message__title {
  display: block;
  margin-bottom: 6px;
}

.tlbb-message--success {
  border-color: #4d8b57;
  background: rgba(71, 143, 84, 0.18);
}

.tlbb-message--error {
  border-color: #9f4a4a;
  background: rgba(159, 74, 74, 0.18);
}

.tlbb-message--info {
  border-color: #7f7f7f;
  background: rgba(255, 255, 255, 0.08);
}

.form-group {
  margin-bottom: 14px;
}

.textbox {
  width: 100%;
  max-width: 360px;
  padding: 8px 10px;
  box-sizing: border-box;
}

button[type="submit"] {
  cursor: pointer;
  padding: 8px 14px;
}

.entry-content {
  line-height: 1.6;
}

.tlbb-note {
  margin-top: 12px;
  font-style: italic;
}

.tlbb-register h2 {
  margin: 0 0 16px;
}

.tlbb-register-form {
  max-width: 520px;
}

.tlbb-register-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.tlbb-register-form .textbox,
.tlbb-register-form select {
  width: 100%;
  max-width: 420px;
}

.tlbb-birthdate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.tlbb-birthdate-row .textbox {
  max-width: 220px;
}

.tlbb-date-picker {
  max-width: 190px;
}

.tlbb-captcha-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 12px;
  border: 1px dashed #8f8f8f;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.tlbb-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tlbb-checkbox input {
  margin: 0;
}

@media (max-width: 640px) {
  .tlbb-birthdate-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .tlbb-birthdate-row .textbox,
  .tlbb-date-picker {
    max-width: 100%;
  }
}
