/*
  Asistente ToolBox - estilos modulares base.
  SunPower conserva cssET/cssSP.css en esta etapa; estas reglas se usan para
  integraciones genéricas como WindPower.
*/

:root {
  --toolbox-assistant-ink: #172033;
  --toolbox-assistant-muted: #667085;
  --toolbox-assistant-line: rgba(23, 32, 51, 0.12);
  --toolbox-assistant-card: rgba(255, 255, 255, 0.94);
  --toolbox-assistant-sun: #f5b800;
  --toolbox-assistant-green: #1f9d68;
  --toolbox-assistant-blue: #214f8f;
  --toolbox-assistant-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}

.tbx-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9000;
  width: 112px;
  height: 112px;
  min-height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 33, 63, 0.28);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: transform 180ms ease;
}

.tbx-fab:hover {
  transform: translateY(-2px) scale(1.02);
}

.tbx-fab.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tbx-fab img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 3px 5px rgba(17, 33, 63, 0.12));
}

.tbx-drawer {
  position: fixed;
  right: 18px;
  bottom: 70px;
  z-index: 9001;
  width: min(410px, calc(100vw - 24px));
  height: min(680px, calc(100vh - 92px));
  min-width: 330px;
  min-height: 430px;
  max-height: calc(100vh - 92px);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 184, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #fbfbf7 0%, #f5f8f2 100%);
  box-shadow: 0 18px 50px rgba(8, 17, 33, 0.24);
  color: var(--toolbox-assistant-ink);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.98);
  transition: transform 180ms ease;
}

.tbx-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.tbx-drawer.is-dragging {
  transition: none;
  user-select: none;
}

.tbx-drawer.is-minimized {
  width: min(360px, calc(100vw - 24px));
  height: 54px;
  min-height: 54px;
  cursor: move;
}

.tbx-drawer.is-minimized .tbx-drawer__topline,
.tbx-drawer.is-minimized .tbx-status-card,
.tbx-drawer.is-minimized .tbx-tabs,
.tbx-drawer.is-minimized .tbx-body,
.tbx-drawer.is-minimized .tbx-debug {
  display: none;
}

.tbx-drawer__topline {
  flex: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #f3b900, #1f9d68, #214f8f);
}

.tbx-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 10px 12px 8px;
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
  cursor: move;
}

.toolbox-location-feedback {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: #28384f;
  font-size: 0.82rem;
  line-height: 1.25;
}

.toolbox-location-feedback span {
  display: inline-flex;
  gap: 4px;
}

.toolbox-location-feedback__empty {
  color: var(--toolbox-assistant-muted);
}

.tbx-header h2 {
  margin: 0;
  color: var(--toolbox-assistant-ink);
  font-size: 1.05rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.tbx-header p {
  margin: 2px 0 0;
  color: var(--toolbox-assistant-muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.tbx-eyebrow {
  display: none;
}

.tbx-window-controls {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.tbx-close {
  width: 28px;
  height: 28px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--toolbox-assistant-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.tbx-status-card {
  flex: 0 0 auto;
  margin: 8px 10px 9px;
  padding: 9px 9px 8px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(17, 33, 63, 0.045);
}

.tbx-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tbx-status-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.tbx-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(33, 79, 143, 0.08);
  color: var(--toolbox-assistant-blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.tbx-status-pill[data-state="ready"] {
  background: rgba(31, 157, 104, 0.1);
  color: var(--toolbox-assistant-green);
}

.tbx-primary {
  border: 0;
  min-height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--toolbox-assistant-blue), #1b6ec2);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.tbx-secondary {
  min-height: 30px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--toolbox-assistant-ink);
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.tbx-primary.is-selected,
.tbx-secondary.is-selected {
  border-color: rgba(31, 157, 104, 0.45);
  background: linear-gradient(135deg, #e8f7ef, #eef5ff);
  color: #123a2b;
  box-shadow: inset 0 0 0 1px rgba(31, 157, 104, 0.22);
}

.tbx-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.tbx-secondary:disabled {
  opacity: 0.58;
  cursor: wait;
}

.tbx-reload-ai {
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.tbx-ai-message {
  margin: 8px 0 0;
  color: var(--toolbox-assistant-muted);
  font-size: 0.8rem;
  line-height: 1.25;
}

.tbx-progress {
  margin-top: 8px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--toolbox-assistant-line);
}

.tbx-progress span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.86rem;
  font-weight: 700;
}

.tbx-progress-track {
  width: 100%;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 32, 51, 0.12);
}

.tbx-progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--toolbox-assistant-sun), var(--toolbox-assistant-green));
  transition: width 220ms ease;
}

.tbx-tabs {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
  gap: 4px;
  padding: 0 10px 9px;
  border-bottom: 0;
}

.tbx-tab {
  min-height: 30px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--toolbox-assistant-muted);
  padding: 5px 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.tbx-tab.is-active {
  background: rgba(245, 184, 0, 0.18);
  color: var(--toolbox-assistant-ink);
}

.tbx-drawer [hidden] {
  display: none !important;
}

.tbx-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  overflow: hidden;
}

.tbx-section {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.tbx-section[data-section="chat"]:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.tbx-section-heading {
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
}

.tbx-section-heading h3 {
  margin: 0 0 3px;
  color: var(--toolbox-assistant-ink);
  font-size: 0.94rem;
}

.tbx-section-heading p {
  margin: 0;
  color: var(--toolbox-assistant-muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.tbx-card {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 13px;
  background: var(--toolbox-assistant-card);
  box-shadow: 0 6px 16px rgba(18, 32, 55, 0.06);
}

.tbx-card h3 {
  margin: 0 0 3px;
  color: var(--toolbox-assistant-ink);
  font-size: 0.94rem;
}

.tbx-card p,
.tbx-card li {
  color: var(--toolbox-assistant-ink);
  font-size: 0.78rem;
  line-height: 1.32;
}

.tbx-card ul {
  margin: 0;
  padding-left: 18px;
}

.tbx-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 8px;
}

.tbx-examples-grid {
  display: grid;
  gap: 8px;
}

.tbx-example-meta {
  margin: 7px 0 8px;
  padding: 7px 9px;
  border-radius: 11px;
  background: rgba(33, 79, 143, 0.07);
  color: var(--toolbox-assistant-blue);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
}

.tbx-results-card {
  overflow-wrap: anywhere;
}

.tbx-data-list {
  display: grid;
  grid-template-columns: minmax(92px, 0.48fr) minmax(0, 1fr);
  gap: 5px 8px;
  margin: 8px 0 0;
  font-size: 0.78rem;
  line-height: 1.28;
}

.tbx-data-label {
  margin: 0;
  color: var(--toolbox-assistant-muted);
  font-weight: 700;
}

.tbx-data-value {
  margin: 0;
  color: var(--toolbox-assistant-ink);
}

.tbx-observation-list {
  margin-top: 8px;
}

.tbx-results-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 6px 0 10px;
}

.tbx-results-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 8px;
}

.tbx-results-summary div {
  padding: 9px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.tbx-results-summary span {
  display: block;
  color: var(--toolbox-assistant-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tbx-results-summary strong {
  display: block;
  margin-top: 3px;
  color: var(--toolbox-assistant-ink);
  font-size: 0.92rem;
}

.tbx-preview-card h3 {
  margin-bottom: 5px;
}

.tbx-preview-card__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tbx-preview-card__header strong {
  color: var(--toolbox-assistant-ink);
  font-weight: 900;
}

.tbx-preview-card__header span,
.tbx-inline-message {
  color: var(--toolbox-assistant-green);
  font-weight: 900;
}

.tbx-case-form {
  display: grid;
  gap: 9px;
  margin-bottom: 10px;
}

.tbx-case-textarea {
  width: 100%;
  min-height: 112px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(18, 57, 86, 0.24);
  border-radius: 12px;
  padding: 10px;
  color: var(--toolbox-assistant-ink);
  background: #ffffff;
  font-size: 0.84rem;
  line-height: 1.35;
}

.tbx-case-textarea:focus {
  border-color: rgba(245, 184, 0, 0.95);
  box-shadow: 0 0 0 3px rgba(245, 184, 0, 0.16);
  outline: none;
}

.tbx-case-actions {
  margin-top: 12px;
}

.tbx-case-origin {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(18, 83, 113, 0.08);
  color: var(--toolbox-assistant-blue);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
}

.tbx-case-loading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px;
  border: 1px solid rgba(16, 39, 66, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--toolbox-assistant-ink);
}

.tbx-case-loading p {
  grid-column: 2;
  margin: 0;
  color: var(--toolbox-assistant-muted);
  font-size: 0.78rem;
}

.tbx-case-loading__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(18, 83, 113, 0.2);
  border-top-color: var(--toolbox-assistant-blue);
  border-radius: 999px;
  animation: tbxAssistantSpin 0.8s linear infinite;
}

@keyframes tbxAssistantSpin {
  to {
    transform: rotate(360deg);
  }
}

.tbx-case-detection-block {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 39, 66, 0.1);
}

.tbx-case-detection-block > strong {
  display: block;
  margin-bottom: 7px;
  color: var(--toolbox-assistant-blue);
  font-size: 0.84rem;
  font-weight: 900;
}

.tbx-case-detection-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbx-case-detection-list li {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 4px 8px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(16, 39, 66, 0.08);
  border-radius: 13px;
  background: rgba(244, 248, 250, 0.78);
}

.tbx-case-detection-list span {
  color: var(--toolbox-assistant-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.tbx-case-detection-list b {
  color: var(--toolbox-assistant-ink);
  font-size: 0.84rem;
}

.tbx-case-detection-list em {
  grid-column: 1 / -1;
  color: var(--toolbox-assistant-green);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.tbx-case-missing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbx-case-missing-list li {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 246, 219, 0.92);
  color: #7a5a05;
  font-size: 0.78rem;
  font-weight: 900;
}

.tbx-case-observations .tbx-case-missing-list li {
  border-radius: 28px;
  line-height: 1.55;
}

.tbx-apply-message,
.tbx-error-note {
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 11px;
  font-size: 0.78rem;
  line-height: 1.34;
}

.tbx-apply-message {
  border: 1px solid rgba(31, 157, 104, 0.22);
  background: rgba(31, 157, 104, 0.08);
  color: #0f5132;
}

.tbx-error-note {
  border: 1px solid rgba(180, 35, 24, 0.22);
  background: rgba(180, 35, 24, 0.08);
  color: #842029;
}

.tbx-rich-text {
  color: var(--toolbox-assistant-ink);
  font-size: 0.82rem;
  line-height: 1.38;
}

.tbx-rich-text p {
  margin: 0 0 0.42rem;
}

.tbx-result-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff7df;
  color: #835300;
  font-size: 0.78rem;
  font-weight: 800;
}

.tbx-three-dots {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}

.tbx-three-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e49b00;
  animation: tbxDots 900ms infinite ease-in-out;
}

.tbx-three-dots i:nth-child(2) {
  animation-delay: 120ms;
}

.tbx-three-dots i:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes tbxDots {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-3px); opacity: 1; }
}

.tbx-month-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.tbx-month-table div {
  padding: 7px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.tbx-month-table strong,
.tbx-month-table span,
.tbx-month-table em {
  display: block;
}

.tbx-month-table strong {
  color: var(--toolbox-assistant-ink);
  font-size: 0.8rem;
}

.tbx-month-table span {
  color: var(--toolbox-assistant-muted);
  font-size: 0.72rem;
}

.tbx-month-table em {
  color: var(--toolbox-assistant-green);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.tbx-ai-result {
  border-color: rgba(31, 157, 104, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 252, 248, 0.95));
}

.tbx-soft-note {
  margin: 0;
  color: var(--toolbox-assistant-muted);
  font-size: 0.76rem;
  line-height: 1.3;
}

.tbx-scenario-refresh {
  margin: 0 0 10px;
}

.tbx-scenarios-panel {
  display: grid;
  gap: 12px;
}

.tbx-scenario-card h4 {
  margin: 0 0 6px;
  color: var(--toolbox-assistant-ink);
  font-size: 0.96rem;
}

.tbx-scenario-card p {
  margin: 0;
  color: var(--toolbox-assistant-muted);
}

.tbx-scenario-card em {
  display: block;
  margin-top: 10px;
  color: var(--toolbox-assistant-blue);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.45;
}

.tbx-card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--toolbox-assistant-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbx-chat-messages {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  padding: 9px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
}

.tbx-message {
  margin-bottom: 8px;
  padding: 8px 9px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--toolbox-assistant-line);
  color: var(--toolbox-assistant-ink);
  font-size: 0.84rem;
  line-height: 1.38;
}

.tbx-message--user {
  margin-left: 22px;
  background: rgba(33, 79, 143, 0.08);
}

.tbx-message--assistant {
  margin-right: 14px;
}

.tbx-message p {
  margin: 0 0 8px;
}

.tbx-chat-input {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  align-items: end;
  margin-top: 8px;
  padding: 9px;
  border: 1px solid rgba(18, 57, 86, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94));
  box-shadow: inset 0 0 0 1px rgba(245, 184, 0, 0.08);
}

.tbx-chat-input textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(18, 57, 86, 0.28);
  border-radius: 12px;
  padding: 9px 10px;
  font-size: 0.84rem;
  color: var(--toolbox-assistant-ink);
  background: #ffffff;
}

.tbx-chat-input textarea:focus {
  border-color: rgba(245, 184, 0, 0.95);
  box-shadow: 0 0 0 3px rgba(245, 184, 0, 0.16);
  outline: none;
}

.tbx-chat-input textarea:disabled {
  background: rgba(245, 247, 250, 0.9);
  cursor: not-allowed;
}

#ResultadosGeneracionAero input[readonly],
#ResultadosGeneracion input[readonly] {
  background: #ffffff;
  color: #555555;
  opacity: 1;
  cursor: default;
  user-select: text;
  -moz-appearance: textfield;
}

#ResultadosGeneracionAero input[readonly]:focus,
#ResultadosGeneracion input[readonly]:focus {
  border-color: #cccccc;
  box-shadow: none;
  outline: none;
}

#ResultadosGeneracionAero input[readonly]::-webkit-outer-spin-button,
#ResultadosGeneracionAero input[readonly]::-webkit-inner-spin-button,
#ResultadosGeneracion input[readonly]::-webkit-outer-spin-button,
#ResultadosGeneracion input[readonly]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.tbx-card pre {
  max-height: 220px;
  overflow: auto;
  padding: 10px;
  border-radius: 12px;
  background: rgba(23, 32, 51, 0.06);
  font-size: 0.78rem;
  white-space: pre-wrap;
}

.tbx-debug {
  flex: 0 0 auto;
  margin: 0 10px 10px;
  padding: 8px;
  border: 1px solid var(--toolbox-assistant-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--toolbox-assistant-ink);
  max-height: 42vh;
  overflow: auto;
}

.tbx-debug summary {
  cursor: pointer;
  color: var(--toolbox-assistant-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.tbx-diagnostics-body .tbx-card {
  margin: 8px 0 0;
}

@media (max-width: 560px) {
  .tbx-fab {
    right: 14px;
    bottom: 14px;
    width: 92px;
    height: 92px;
    min-height: 92px;
  }

  .tbx-drawer {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    min-width: 0;
  }

  .tbx-status,
  .tbx-chat-input {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .tbx-data-list {
    grid-template-columns: 1fr;
  }

  .tbx-results-summary,
  .tbx-month-table {
    grid-template-columns: 1fr;
  }
}
