#adBannerTop, #adBannerBottom {
  background: #ffc107;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  position: relative;
  z-index: 1050;
}
#adBannerTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#adBannerBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
body {
  padding-top: 90px;
  padding-bottom: 70px;
  background: #f8f9fa;
}
.form-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 32px;
  margin-bottom: 32px;
}
.huge-space {
  height: 1200px;
  background: linear-gradient(180deg, #f8f9fa 0%, #e3e3e3 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#showBtn {
  margin-bottom: 80px;
}
#delayedModal .modal-content {
  background: #e0ffe0;
}
.navbar.fixed-top {
  z-index: 1100;
}
