/* otimização visual da aba Nova Degustação */
#tasting .grid.grid-tasting{
  gap: 16px !important;
}

#tasting .card{
  margin-bottom: 0 !important;
}

#tasting .card-header{
  padding-bottom: 8px !important;
}

#tasting .card-content{
  padding-top: 16px !important;
}

#tasting .form-grid{
  gap: 12px !important;
}

#tasting .field{
  margin-bottom: 0 !important;
}

#tasting .section-head{
  align-items: center !important;
}

#tasting .section-title{
  line-height: 1.1 !important;
}

#tasting .section-subtitle{
  margin-top: 4px !important;
  line-height: 1.4 !important;
}

#tasting .toolbar,
#tasting .action-row{
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

#tasting textarea.textarea{
  min-height: 92px !important;
}

#tasting .card-content > .footer-note{
  margin-top: 10px !important;
}

#tasting .section-badge{
  margin-left: auto !important;
}

#tasting .rating-wrap,
#tasting .rating-grid,
#tasting .aroma-grid{
  gap: 12px !important;
}

#tasting .aroma-card,
#tasting .rating-card{
  padding: 12px !important;
}

#tasting button.btn,
#tasting .btn{
  min-height: 42px;
}

@media (max-width: 980px){
  #tasting .grid.grid-tasting{
    gap: 14px !important;
  }

  #tasting .form-grid{
    gap: 10px !important;
  }

  #tasting textarea.textarea{
    min-height: 84px !important;
  }
}
