p[data-v-54966f05] {
  font-size: 1rem;
}
.more-config-row .fields[data-v-54966f05] {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-out, max-height 800ms ease-out;
  transition: opacity 400ms ease-out, max-height 800ms ease-out;
}
.more-config-row .fields.show[data-v-54966f05] {
  opacity: 1;
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-in, max-height 800ms ease-in;
  transition: opacity 400ms ease-in, max-height 800ms ease-in;
}
.agro-category-select[data-v-54966f05]  .v-select__selections {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: auto;
  text-align: center;
}
.agro-category-select[data-v-54966f05]  .agro-category-selection {
  display: block;
  max-width: 100%;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.agro-category-select-menu .agro-category-item-content {
  text-align: center;
}
.agro-category-select-menu .v-list-item__title {
  text-align: center;
}
.agro-category-select-menu .agro-category-description {
  display: block;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
  text-align: center;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word;
  overflow-wrap: break-word;
  height: auto !important;
}
