/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 .centered {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem; /* optional padding for small screens */
 }

:root {
  --genesis-color: #FDBA12;
  --genesis-secondary: #015690;
  --genesis-stat-color: #93b2c4;
  --genesis-circle-bg: #E3F2F6;
}

.summary-panel {
  padding-left: 2rem;
}

.pico-tooltips-enabled .pico [data-tooltip]::before,
.pico-tooltips-enabled .pico [data-tooltip]::after {
  display: none !important;
}

.pico-tooltip-portal {
  position: fixed;
  z-index: 10000;
  max-width: min(24rem, calc(100vw - 1rem));
  padding: 0.35rem 0.65rem;
  border-radius: var(--pico-border-radius);
  background: var(--pico-tooltip-background-color);
  color: var(--pico-tooltip-color);
  font-family: var(--pico-font-family);
  font-size: 0.875rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  pointer-events: none;
  box-shadow: var(--pico-box-shadow);
}

.summary-circle {
  width: 250px;
  height: 250px;
  background-color: var(--genesis-circle-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  text-align: center;
}

.summary-stats {
  
}

.summary-stat-number {
  color: var(--genesis-stat-color);
  font-weight: bold;
  margin-right: 0.25rem;
}

.pico dialog.text-fragment-dialog > article {
  max-width: min(64rem, calc(100vw - 2rem));
}
