/* CKEditor styles */
.site-logo img {width: 115px;}
.center {style="text-align:center"}

#edit-half-booth--description, #edit-layout-location--description, #edit-digital-controls--description { margin-left: 294px;}
#edit-number-of-booths--description {margin-top: -20px; margin-left: 394px;}

/* Set the size of the logo and diable the click functionality */
#block-claro-sitebranding img {height: 100px; pointer-events: none; cursor: default; /* Optional: changes the cursor from a hand to a default arrow */}

#block-claro-page-title, #block-claro-sitebranding {display: inline-block;}
.site-name {display: none;}

/* Main Registration Form Page */
.pre-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 24px 28px;
  width: 100%;
  max-width: 660px;
  text-align: center;
}

.card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 24px 28px;
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.card-content {
  flex: 1;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 4px;
}

.card-subtitle {
  font-size: 13px;
  color: #555555;
  margin-bottom: 14px;
}

.card-description {
  font-size: 16px;
  color: #444444;
  line-height: 1.6;
}

.card-action {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}

.btn-register {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 7px 14px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-register:hover {
  background-color: #f0f0f0;
  border-color: #888888;
}

@media (max-width: 480px) {
  .pre-card, .card {width: 86%; max-width: 86%;}
  #edit-half-booth--description, #edit-layout-location--description, #edit-digital-controls--description{ margin-left: 40px;}
}