.gop-ensembles-container,
.gop-ensembles-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gop-ensembles-dropdown-container {
  display: flex;
  justify-content: space-between;
}

.gop-ensembles-prompt-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gop-ensembles-btn-text {
  width: 20% !important;
  margin-top: 0.5rem !important;
}

@media screen and (max-width: 1024px) {
  .categorie-taux-dialog,
  .gop-ensembles-prompt-container {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
  }

  .gop-ensembles-btn-text {
    width: 100% !important;
  }
}
