/* Custom Spacing Adjustments */

/* Reduce main section spacing */
.section {
  margin-top: 60px !important;
}

/* Adjust best-deal section */
.best-deal {
  padding: 40px 0 !important;
  margin-top: 30px !important;
}

/* Adjust tab content spacing */
.best-deal .tabs-content {
  padding: 10px 0 !important;
}

/* Adjust info table spacing */
.best-deal .info-table {
  margin-bottom: 20px !important;
}

/* Adjust tab navigation */
.best-deal .tabs-content ul.nav-tabs {
  margin-bottom: 40px !important;
  margin-top: -80px !important;
}

/* Adjust section heading */
.section-heading {
  margin-bottom: 40px !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .section {
    margin-top: 40px !important;
  }
  
  .best-deal {
    padding: 30px 0 !important;
  }
  
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
}
