/* Bulma Utilities */
agn-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
agn-options .agn-options {
  display: flex;
  gap: 1rem;
}
agn-options .agn-options-title {
  color: #002b47;
  font-family: Manrope-Semibold;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  agn-options .agn-options-title {
    font-size: 16px;
    line-height: 1.25;
  }
}
agn-options .agn-options-description {
  color: #094771;
  font-family: Manrope-Medium;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  agn-options .agn-options-description {
    font-size: 0.875rem;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  }
}