.nfe-detail-field strong {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.nfe-detail-field span {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.nfe-detail-summary strong {
  font-size: 19px !important;
  line-height: 1.2 !important;
}

.nfe-detail-summary span {
  font-size: 12px !important;
}

.nfe-detail-actions {
  gap: 10px !important;
}

.nfe-detail-actions button {
  min-height: 40px !important;
  padding: 0 16px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease !important;
}

.nfe-detail-actions .nfe-action-primary {
  border: 1px solid #1f8f45 !important;
  background: #1f8f45 !important;
  color: #fff !important;
}

.nfe-detail-actions .nfe-action-primary:hover:not(:disabled) {
  border-color: #18753a !important;
  background: #18753a !important;
}

.nfe-detail-actions .nfe-action-secondary {
  border: 1px solid #9bc9aa !important;
  background: #fff !important;
  color: #176d39 !important;
}

.nfe-detail-actions .nfe-action-secondary:hover:not(:disabled) {
  border-color: #58a66f !important;
  background: #f3faf5 !important;
}

.nfe-detail-actions button:disabled {
  cursor: not-allowed !important;
  opacity: .58 !important;
  border-color: #cfdad2 !important;
  background: #f4f7f5 !important;
  color: #748078 !important;
}

@media (max-width: 640px) {
  .nfe-detail-actions button {
    width: 100% !important;
  }

  .nfe-detail-field strong {
    font-size: 15px !important;
  }
}
