/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.container-select {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .container-select select {
    font-size: 18px;
    width: 100%;
  }
}

.container-select select {
  min-width: 400px;
  background: #319626;
  color: white;
  border-radius: 18px;
  outline: none;
  padding: 8px;
  border: none;
}

.back-button {
  background: none;
  border: none;
  color: #319626;
  font-size: 14px;
  z-index: 9999;
  margin-top: 16px;
}

.back-button span {
  text-decoration: underline;
}
