/* ====== TABS CANDIDATS STYLING ====== */
/* Reduce gap between banner header and tabs section */
.paragraph--type--tabs-candidats {
  margin-top: 4rem !important;
  position: relative;
}
/* Remove borders from tab panes */
.paragraph--type--tabs-candidats .tab-pane {
  border: none;
}

/* Style for the tabs navigation */
.paragraph--type--tabs-candidats .nav-pills {
  justify-content: center;
  margin-bottom: 2rem;
}
/* Tab content styling */
.paragraph--type--tabs-candidats .tab-content {
  padding: 1rem;
  border: none;
}

/* Remove any borders from elements inside tab content */
.paragraph--type--tabs-candidats .tab-content * {
  border-color: transparent;
}

@media (max-width: 768px) {
  .paragraph--type--tabs-candidats {
    margin-top: -3rem !important;
  }
}
