.main-section {
  padding-top: 40px;
  position: relative;
  min-height: 40vh;
  overflow: hidden;
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.main-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
          #000000 0%,
          rgba(10, 10, 10, 0) 40%,
          rgba(10, 10, 10, 0) 20%,
          #000000 99%);
}

.save-btn {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s;
}

.save-btn.saved {
  background-color: #f97316;
  color: #000;
}
