.booking-hero {
  display: block;
  margin-bottom: 10px;
}

.booking-hero-main {
  border-radius: 14px;
  border: 1px solid #d5ddd0;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf3 100%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.booking-hero-main {
  padding: 12px 14px;
}

.booking-hero-greeting {
  font-size: 0.92rem;
  color: #476048;
  margin-bottom: 4px;
}

.booking-hero-title {
  margin: 0;
  line-height: 1.12;
  font-size: 1.7rem;
  color: #1c2b1c;
}

.booking-hero-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.booking-hero-subtitle {
  margin-top: 5px;
  color: #475547;
  font-size: 0.98rem;
}

.booking-hero-collapse-toggle {
  border: 0;
  background: transparent;
  color: #35523d;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 2px;
  min-width: 2.2rem;
  text-align: center;
}

.booking-hero-collapsible.collapsed {
  display: none;
}

.booking-hero-details {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.booking-hero-extra {
  font-size: 0.92rem;
  color: #2f3d2f;
  min-width: 0;
}

.booking-hero-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(71, 96, 72, 0.14);
  color: #314131;
}

.booking-hero-info h3,
.booking-hero-info p {
  margin-top: 0;
}

.booking-hero-actions {
  margin-top: 10px;
}

.booking-sponsor-inline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  align-items: flex-end;
  width: 7.5rem;
}

.booking-sponsor-label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #687568;
  font-weight: 700;
}

.booking-sponsor-visual {
  min-height: 3.6rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(71, 96, 72, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  min-width: 6.2rem;
}

.booking-sponsor-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 4.2rem;
  object-fit: contain;
}

.booking-sponsor-fallback {
  font-weight: 700;
  color: #596759;
}

.booking-sponsor-name {
  font-size: 0.76rem;
  font-weight: 700;
  color: #283628;
  line-height: 1.15;
  text-align: right;
}

@media (max-width: 700px) {
  .booking-hero-header-row {
    align-items: center;
  }

  .booking-hero-details {
    grid-template-columns: 1fr;
  }

  .booking-sponsor-inline {
    align-items: flex-start;
    width: auto;
  }

  .booking-sponsor-visual {
    min-height: 3rem;
    width: 6.8rem;
  }

  .booking-sponsor-name {
    text-align: left;
  }
}
