body.dalmia-p1-expansion-153bc {
  background: linear-gradient(135deg, #fdfeff 0%, #f2fbff 44%, #fff8ea 100%);
}

.bc-hero {
  min-height: 76vh;
}

.bc-hero .ax-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.bc-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(253,254,255,.98) 0%, rgba(253,254,255,.9) 45%, rgba(253,254,255,.58) 100%),
    linear-gradient(0deg, rgba(16,23,53,.14), rgba(16,23,53,0));
}

.bc-hero .aw-hero-inner {
  z-index: 2;
}

.bc-card {
  border-top: 3px solid rgba(0, 207, 232, .62);
}

.bc-form-panel {
  border-color: rgba(217, 164, 65, .32);
  box-shadow: 0 22px 58px rgba(16, 23, 53, .14);
}

.dalmia-p1-expansion-153bc .aw-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dalmia-p1-expansion-153bc .aw-check input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
}

.bc-registry-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 45px rgba(16,23,53,.10);
}

.bc-registry-table th,
.bc-registry-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(23,32,58,.12);
  text-align: left;
  vertical-align: top;
}

.bc-registry-table th {
  background: #101735;
  color: #fff;
}

@media (max-width: 760px) {
  .bc-hero {
    min-height: 82vh;
  }

  .bc-hero .ax-hero-image {
    opacity: .28;
    object-position: center center;
  }

  .bc-hero::before {
    background:
      linear-gradient(90deg, rgba(253,254,255,.99) 0%, rgba(253,254,255,.96) 64%, rgba(253,254,255,.82) 100%),
      linear-gradient(0deg, rgba(16,23,53,.10), rgba(16,23,53,0));
  }
}
