/* Os filtros de contas e categorias dos gráficos usam o modal compartilhado. */

.charts-compact-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin: 0 0 0 auto;
  gap: 10px;
}

.charts-compact-control {
  position: relative;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 21px minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  height: 50px;
  min-height: 50px;
  padding: 9px 12px;
  border: 1px solid #dce5eb;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  box-shadow: 0 5px 14px rgb(28 57 70 / 5%);
  gap: 9px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

button.charts-compact-control {
  appearance: none;
  width: auto;
  cursor: pointer;
  font: inherit;
}

.charts-compact-control.is-period { width: 240px; min-width: 240px; }
.charts-compact-control.is-year { width: 135px; min-width: 135px; }
.charts-compact-control.is-compare { width: 190px; min-width: 190px; }
.charts-compact-control.is-categories { width: 170px; min-width: 170px; }

.charts-compact-control:hover,
.charts-compact-control:focus-within,
button.charts-compact-control:focus-visible {
  border-color: #8dcfc6;
  background: #fcfffe;
  box-shadow: 0 7px 18px rgb(12 118 109 / 10%);
  outline: none;
}

.charts-compact-control > svg:not(.charts-compact-control-caret) {
  width: 21px;
  height: 21px;
  stroke: #172033;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.charts-compact-control strong {
  overflow: visible;
  color: #172033;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-overflow: clip;
  white-space: nowrap;
}

.charts-compact-control-caret {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #5b697c;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.charts-compact-control.is-year::after {
  display: block;
  flex: 0 0 18px;
  pointer-events: none;
  width: 18px;
  height: 18px;
  content: "";
  background: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%235b6b82' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
}

.charts-compact-control.is-year select {
  width: 100%;
  height: 32px;
  min-height: 32px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #172033;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
}

#charts-filter-slot,
#charts-filter-slot #filters-section,
#charts-filter-slot .filters {
  align-self: center;
  height: 32px;
  min-width: 0;
  width: 100%;
}

#charts-filter-slot #filters-section {
  margin: 0;
}

#charts-filter-slot .compact-filterbar {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  height: 32px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: 4px;
}

#charts-filter-slot .compact-filter-select {
  align-items: center;
  display: flex;
  height: 32px;
  min-width: 0;
  font-size: 0;
}

#charts-filter-slot .compact-filter-select select {
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 0 22px 0 0;
  border: 0;
  outline: 0;
  appearance: none;
  background: linear-gradient(45deg, transparent 50%, #5b697c 50%) calc(100% - 6px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, #5b697c 50%, transparent 50%) 100% 50% / 6px 6px no-repeat;
  color: #172033;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

#charts-filter-slot .compact-calendar-button {
  width: 28px;
  height: 32px;
  min-height: 32px;
  padding: 4px;
  border: 0;
  border-radius: 7px;
  background: #eef6f5;
  color: #087f76;
}

#charts-filter-slot .compact-calendar-button:hover,
#charts-filter-slot .compact-calendar-button:focus-visible {
  background: #dff2ef;
  color: #066d66;
}

#charts-filter-slot .compact-filter-message {
  display: none;
}

.charts-report-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 14px;
  padding: 7px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  background: rgb(241 247 248 / 96%);
  box-shadow: 0 12px 30px rgb(26 71 78 / 9%);
  backdrop-filter: blur(16px);
}

.charts-report-tabs button {
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #59687e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.charts-report-tabs button:not(:disabled):hover,
.charts-report-tabs button:not(:disabled):focus-visible {
  border-color: #9bd7cf;
  background: #fff;
  color: #087a71;
  outline: none;
}

.charts-report-tabs button[aria-selected="true"] {
  border-color: #087f76;
  background: linear-gradient(135deg, #12948a, #0b6f6d);
  color: #fff;
  box-shadow: 0 8px 18px rgb(10 116 109 / 22%);
}

#charts-page [data-chart-report-panel][hidden] {
  display: none !important;
}

#charts-page [data-chart-report-panel] {
  min-height: min(620px, calc(100dvh - 330px));
}

#charts-page .chart-report-head-with-toolbar {
  flex-wrap: wrap;
}

#charts-page .chart-report-head-with-toolbar > h2,
#charts-page .chart-report-head-with-toolbar > div:first-child {
  flex: 0 1 auto;
}

.chart-profit-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.chart-pricing-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  gap: 12px 18px;
}

.chart-pricing-ranking-control {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 5px 4px 13px;
  border: 1px solid #d8e4e8;
  border-radius: 12px;
  background: #eef4f5;
  color: #5b687d;
  gap: 9px;
}

.chart-pricing-ranking-control > span {
  font-size: 12px;
  font-weight: 800;
}

.chart-pricing-ranking-control select {
  width: auto;
  min-width: 226px;
  min-height: 36px;
  padding: 7px 34px 7px 11px;
  border: 1px solid transparent;
  border-radius: 9px;
  background-color: #fff;
  color: #172033;
  font-size: 13px;
  font-weight: 750;
}

#chart-report-pricing .report-layout {
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}

#pricing-ranking-chart-totals {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  text-align: left;
}

.pricing-ranking-summary-card {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 106px;
  padding: 16px 18px;
  border: 1px solid #dce5eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(28 57 70 / 6%);
  gap: 10px;
}

.pricing-ranking-summary-card span {
  color: #6b7890;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-ranking-summary-card strong {
  margin: 0;
  color: #172033;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

#pricing-ranking-chart {
  min-width: 0;
  overflow-x: auto;
}

.pricing-ranking-chart-svg {
  min-width: 900px;
  height: auto;
}

.chart-profit-view-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #d8e4e8;
  border-radius: 12px;
  background: #eef4f5;
}

.chart-profit-view-switch button {
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #5b687d;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.chart-profit-view-switch button:hover,
.chart-profit-view-switch button:focus-visible {
  border-color: #a2d5ce;
  background: #fff;
  color: #087970;
  outline: none;
}

.chart-profit-view-switch button[aria-pressed="true"] {
  border-color: #168c82;
  background: #fff;
  color: #087970;
  box-shadow: 0 4px 12px rgb(12 118 109 / 12%);
}

#chart-report-financial {
  padding: clamp(18px, 2vw, 28px);
  border-color: #dce6ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgb(20 55 67 / 8%);
}

#chart-report-financial .report-head {
  align-items: center;
  margin-bottom: 24px;
}

.chart-financial-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.chart-financial-title-icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, #159b76, #54d39e);
  color: #fff;
  box-shadow: 0 10px 22px rgb(24 166 121 / 22%);
  place-items: center;
}

.chart-financial-title-icon svg {
  width: 29px;
  height: 29px;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.chart-financial-period-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.chart-financial-period-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #dce5eb;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  box-shadow: 0 5px 14px rgb(28 57 70 / 5%);
  gap: 9px;
  white-space: nowrap;
}

.chart-financial-period-chip svg {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  stroke: #172033;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-financial-period-chip strong {
  font-size: 14px;
  font-weight: 650;
}

#chart-report-financial .report-layout {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 40px);
}

#chart-report-financial #finance-chart-totals {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  gap: 14px;
  text-align: left;
}

.finance-summary-card {
  --finance-metric-accent: #18ad75;
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 168px;
  padding: 18px;
  border: 1px solid #dfe7ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(28 57 70 / 6%);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .finance-summary-card:hover,
  .finance-summary-card:focus-within {
    z-index: 1;
    border-color: #a8d9cf;
    box-shadow: 0 20px 40px rgb(23 78 84 / 20%);
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .finance-summary-card {
    transition: none;
  }

  .finance-summary-card:hover,
  .finance-summary-card:focus-within {
    transform: none;
  }
}

.finance-summary-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: #e8f7ef;
  color: #07814f;
  place-items: center;
}

.finance-summary-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentcolor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.finance-summary-card > span:not(.finance-summary-icon),
.finance-summary-margin span {
  color: #65748b;
  font-size: 13px;
  font-weight: 750;
}

.finance-summary-card > span:not(.finance-summary-icon)::after {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--finance-metric-accent);
  content: "";
}

.finance-summary-card > strong {
  margin-top: auto;
  padding-top: 13px;
  color: #172033;
  font-size: clamp(15px, 0.95vw, 17px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  line-height: 1.15;
  white-space: nowrap;
}

.finance-summary-card.is-fees {
  --finance-metric-accent: #2876e8;
}

.finance-summary-card.is-fees .finance-summary-icon {
  background: #edf3ff;
  color: #2876e8;
}

.finance-summary-card.is-expenses,
.finance-summary-card.is-result {
  --finance-metric-accent: #e34a4a;
}

.finance-summary-card.is-expenses .finance-summary-icon,
.finance-summary-card.is-result .finance-summary-icon {
  background: #fff0f0;
  color: #d73a3a;
}

.finance-summary-card.is-result > strong,
.finance-summary-card.is-result .finance-summary-margin strong {
  color: #c62828;
}

.finance-summary-card.is-result.result-positive > strong,
.finance-summary-card.is-result.result-positive .finance-summary-margin strong {
  color: #238654;
}

.finance-summary-card.is-result.result-warning > strong,
.finance-summary-card.is-result.result-warning .finance-summary-margin strong {
  color: #b7791f;
}

.finance-summary-margin {
  display: grid;
  gap: 6px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px dashed #d6dee5;
}

.finance-summary-margin strong {
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.finance-summary-card.is-comparison {
  min-height: 108px;
}

#chart-report-financial #finance-combo-chart {
  min-height: 360px;
  padding: 8px 8px 0;
  border: 1px solid #e1e8ed;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fcfdfd);
}

#chart-report-financial .legend {
  margin-top: 16px;
}

.chart-appointment-outcome-card .report-description {
  margin: 4px 0 0;
  color: #66758d;
  font-size: 13px;
}

.chart-appointment-outcome-layout {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: 18px clamp(10px, 3vw, 38px) 8px;
}

.chart-appointment-outcome-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
}

#chart-appointment-outcome-chart {
  width: min(100%, 310px);
}

.chart-appointment-outcome-donut {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.chart-appointment-outcome-track {
  stroke: #e7edf2;
}

.chart-appointment-outcome-segment {
  cursor: pointer;
  transition: stroke-width 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.chart-appointment-outcome-segment:hover,
.chart-appointment-outcome-segment:focus-visible {
  filter: drop-shadow(0 4px 6px rgb(15 45 56 / 20%));
  outline: none;
  stroke-width: 33;
}

.chart-appointment-outcome-total {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.chart-appointment-outcome-total strong {
  color: #152238;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.chart-appointment-outcome-total span {
  margin-top: 5px;
  color: #6a7890;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.chart-appointment-outcome-empty {
  display: grid;
  min-height: 280px;
  place-items: center;
  color: #6a7890;
  text-align: center;
}

.chart-appointment-outcome-legend {
  display: grid;
  gap: 12px;
}

.chart-appointment-outcome-legend-item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 74px;
  padding: 13px 16px;
  border: 1px solid #dbe5ea;
  border-radius: 16px;
  background: #fff;
  color: #1e293b;
  text-align: left;
  box-shadow: 0 8px 22px rgb(33 74 83 / 7%);
}

.chart-appointment-outcome-legend-item:not(:disabled):hover,
.chart-appointment-outcome-legend-item:not(:disabled):focus-visible {
  border-color: #7ac7c0;
  background: #f4fbfa;
  transform: translateY(-1px);
}

.chart-appointment-outcome-legend-item:disabled {
  cursor: default;
  opacity: 0.55;
}

.chart-appointment-outcome-legend-swatch {
  width: 14px;
  height: 44px;
  border-radius: 999px;
  background: var(--outcome-color);
}

.chart-appointment-outcome-legend-copy {
  display: grid;
  gap: 3px;
}

.chart-appointment-outcome-legend-copy strong {
  font-size: 16px;
}

.chart-appointment-outcome-legend-copy small {
  color: #718096;
  font-size: 12px;
}

.chart-appointment-outcome-legend-count {
  min-width: 42px;
  color: #172033;
  font-size: 24px;
  font-weight: 800;
  text-align: right;
}

.chart-appointment-outcome-panel {
  width: min(920px, calc(100vw - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  overflow: hidden;
}

.chart-appointment-outcome-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dce5ea;
}

.chart-appointment-outcome-modal-head h2,
.chart-appointment-outcome-modal-head p {
  margin: 0;
}

.chart-appointment-outcome-modal-head p {
  margin-top: 5px;
  color: #68778e;
}

.chart-appointment-outcome-eyebrow {
  color: #117b75;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chart-appointment-outcome-list {
  display: grid;
  gap: 10px;
  max-height: min(590px, calc(100dvh - 190px));
  padding: 18px 4px 4px;
  overflow-y: auto;
}

.chart-appointment-outcome-row {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 130px auto;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid #dce5ea;
  border-radius: 15px;
  background: #fff;
}

.chart-appointment-outcome-person,
.chart-appointment-outcome-when {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.chart-appointment-outcome-person small,
.chart-appointment-outcome-when span {
  color: #6b7890;
  font-size: 13px;
}

.chart-appointment-outcome-patient {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #15313d;
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: left;
}

.chart-appointment-outcome-patient:not(.is-static):hover,
.chart-appointment-outcome-patient:not(.is-static):focus-visible {
  color: #078b80;
  text-decoration: underline;
}

.chart-appointment-outcome-patient.is-static {
  cursor: default;
}

.chart-appointment-outcome-schedule {
  white-space: nowrap;
}

@media (max-width: 820px) {
  .charts-compact-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    gap: 8px;
  }

  .charts-compact-control.is-period,
  .charts-compact-control.is-year,
  .charts-compact-control.is-compare,
  .charts-compact-control.is-categories {
    min-width: 0;
    width: 100%;
  }

  .charts-report-tabs {
    position: static;
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .charts-report-tabs::-webkit-scrollbar {
    display: none;
  }

  .charts-report-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
    padding-inline: 13px;
  }

  #charts-page [data-chart-report-panel] {
    min-height: 0;
  }

  .chart-profit-heading {
    align-items: flex-start;
  }

  .chart-pricing-heading {
    display: grid;
    align-items: stretch;
    width: 100%;
  }

  .chart-pricing-ranking-control {
    width: 100%;
  }

  .chart-pricing-ranking-control select {
    flex: 1 1 auto;
    min-width: 0;
  }

  #chart-report-pricing .report-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  #pricing-ranking-chart-totals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .chart-profit-view-switch {
    width: 100%;
  }

  .chart-profit-view-switch button {
    flex: 1 1 0;
  }

  #chart-report-financial .report-head {
    align-items: flex-start;
  }

  .chart-financial-period-summary {
    width: 100%;
    justify-content: flex-start;
  }

  #chart-report-financial .report-layout,
  #chart-report-financial #finance-chart-totals {
    grid-template-columns: 1fr;
  }

  #chart-report-financial #finance-chart-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .finance-summary-card {
    min-height: 150px;
    padding: 15px;
  }

  #chart-report-financial #finance-combo-chart {
    min-height: 0;
  }

  .chart-appointment-outcome-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-inline: 0;
  }

  .chart-appointment-outcome-visual {
    min-height: 250px;
  }

  #chart-appointment-outcome-chart {
    width: min(100%, 250px);
  }

  .chart-appointment-outcome-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .chart-appointment-outcome-person {
    grid-column: 1 / -1;
  }

  .chart-appointment-outcome-schedule {
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  #pricing-ranking-chart-totals {
    grid-template-columns: 1fr;
  }

  .charts-compact-toolbar {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .charts-compact-control {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    height: 48px;
    min-height: 48px;
    padding: 8px 9px;
    gap: 7px;
  }

  .charts-compact-control > svg:not(.charts-compact-control-caret) {
    width: 18px;
    height: 18px;
  }

  .charts-compact-control strong,
  .charts-compact-control.is-year select,
  #charts-filter-slot .compact-filter-select select {
    font-size: 11px;
  }

  .charts-compact-control-caret {
    width: 15px;
  }

  .chart-financial-period-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chart-financial-period-chip {
    min-width: 0;
    padding-inline: 10px;
  }

  .chart-financial-period-chip strong {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .chart-financial-title-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .chart-financial-title h2 {
    font-size: 21px;
  }

  #chart-report-financial #finance-chart-totals {
    grid-template-columns: 1fr;
  }

  .finance-summary-card {
    min-height: 132px;
  }
}
