/* ============================================================
   JLF Client Portal — Elder-Friendly Styles (v3)
   ============================================================
   Design principles:
   - Match firm website: navy + white, serif headings, restrained
   - Minimum 18px body text, 24px+ headings
   - WCAG AAA contrast (7:1 ratio)
   - Single-column layout, generous whitespace
   - Large touch targets (min 48px)
   - No emojis, no gradients, no heavy shadows
   - Conservative, trust-conveying aesthetic
   ============================================================ */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

/* Prevent flash of protected content before auth resolves */
body.auth-pending main {
  visibility: hidden;
}

html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  min-height: 100vh;
}

/* ============================================================
   FIRM CONTACT BAR (mirrors johnsonestateplanning.com)
   ============================================================ */

.firm-contact-bar {
  background-color: #034ea2;
  color: #ffffff;
  text-align: center;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}

.firm-contact-bar a {
  color: #ffffff;
  text-decoration: none;
}

.firm-contact-bar a:hover {
  text-decoration: underline;
}

.firm-contact-bar .separator {
  margin: 0 0.5rem;
  opacity: 0.6;
}

/* ============================================================
   LOGIN PAGE — Two-panel desktop layout
   ============================================================ */

.login-page {
  background: #ffffff;
}

.login-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.login-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
}

.login-container {
  max-width: 960px;
  width: 100%;
}

.login-layout {
  display: flex;
  gap: 3rem;
  align-items: stretch;
}

/* --- Left panel: firm branding --- */
.login-brand-panel {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}

.login-brand-panel h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.75rem;
  font-style: italic;
  color: #034ea2;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}

.brand-tagline {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.brand-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.brand-contact {
  padding-top: 1.5rem;
  border-top: 1px solid #d0d7e2;
  font-size: 0.95rem;
  color: #4a5568;
  line-height: 1.8;
}

.brand-contact a {
  color: #03407e;
  font-weight: 600;
}

/* --- Right panel: form --- */
.login-form-panel {
  flex: 1;
  min-width: 0;
}

.login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.login-header h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.75rem;
  font-style: italic;
  color: #034ea2;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}

.login-card {
  border-top: 3px solid #034ea2;
}

/* --- Firm Logo --- */
.firm-logo {
  width: 64px;
  height: 64px;
  background-color: #9a9a9a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.firm-logo-small {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  margin: 0;
  flex-shrink: 0;
}

.logo-mark {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.firm-logo-small .logo-mark {
  font-size: 0.95rem;
}

/* ============================================================
   DASHBOARD LAYOUT
   ============================================================ */

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

/* --- Header --- */
.header {
  padding: 1.25rem 0;
  border-bottom: 2px solid #034ea2;
  margin-bottom: 2rem;
}

.header h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  color: #034ea2;
  font-weight: 700;
}

.subtitle {
  font-size: 1.05rem;
  color: #4a5568;
  margin-top: 0.15rem;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.user-greeting {
  font-size: 0.95rem;
  color: #4a5568;
}

/* --- Welcome Banner --- */
.welcome-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f8fafc;
  border: 1px solid #d0d7e2;
  border-left: 4px solid #034ea2;
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
}

.welcome-banner-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-banner-icon svg {
  width: 24px;
  height: 24px;
  color: #034ea2;
}

.welcome-banner-text {
  flex: 1;
  font-size: 1rem;
  color: #03407e;
  line-height: 1.5;
}

.welcome-banner-text strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.btn-dismiss {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #6b7280;
  border-radius: 4px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-dismiss:hover {
  background: rgba(0,0,0,0.06);
  color: #1a1a1a;
}

/* --- Cards --- */
.card {
  background: #ffffff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #d0d7e2;
}

.card h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.4rem;
  color: #034ea2;
  margin-bottom: 0.5rem;
}

.card h3 {
  font-size: 1.2rem;
  color: #2d3748;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.card-title-row h2 {
  margin-bottom: 0;
}

/* --- Count Badge (new docs indicator) --- */
.count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 0.5rem;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 999px;
  flex-shrink: 0;
}

/* --- Collapsible Upload Section --- */
.card-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.card-toggle h2 {
  margin-bottom: 0;
}

.toggle-arrow {
  font-size: 0.9rem;
  color: #6b7280;
  transition: transform 0.25s ease;
}

.card-toggle[aria-expanded="false"] .toggle-arrow {
  transform: rotate(-90deg);
}

.collapsible-content.collapsed {
  display: none;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s, box-shadow 0.15s;
  min-height: 48px;
  width: 100%;
  text-decoration: none;
}

.btn:focus-visible {
  outline: 3px solid #034ea2;
  outline-offset: 2px;
}

.btn:active:not(:disabled) {
  transform: translateY(1px);
}

.btn-primary {
  background-color: #034ea2;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #023b7a;
}

.btn-primary:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-secondary {
  background-color: #e8ecf1;
  color: #034ea2;
  border: 1px solid #c5cdd8;
}

.btn-secondary:hover {
  background-color: #d5dce6;
}

.btn-google {
  background-color: #ffffff;
  color: #374151;
  border: 2px solid #d1d5db;
}

.btn-google:hover {
  background-color: #f9fafb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.btn-google svg {
  flex-shrink: 0;
}

.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  width: auto;
  min-height: 40px;
}

.btn-download {
  background-color: #034ea2;
  color: #ffffff;
  padding: 0.6rem 1.25rem;
  font-size: 1rem;
  width: auto;
  border-radius: 4px;
}

.btn-download:hover {
  background-color: #023b7a;
}

/* --- Forms --- */
.form-label {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.form-input {
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1.1rem;
  border: 2px solid #c5cdd8;
  border-radius: 4px;
  background-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.form-input:focus {
  outline: none;
  border-color: #034ea2;
  box-shadow: 0 0 0 3px rgba(3, 78, 162, 0.15);
}

.form-input::placeholder {
  color: #9ca3af;
}

.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}

.char-counter {
  text-align: right;
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.25rem;
  transition: color 0.15s;
}

.char-counter.char-counter-warn {
  color: #b45309;
  font-weight: 600;
}

.char-counter.char-counter-limit {
  color: #dc2626;
  font-weight: 600;
}

/* --- Help Text --- */
.help-text {
  font-size: 1.05rem;
  color: #4a5568;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.help-text-small {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.help-text-emphasis {
  font-size: 1.15rem;
}

.help-text-mt {
  margin-top: 2rem;
}

/* --- Sign-in Options --- */
.sign-in-option {
  margin-bottom: 1rem;
}

.sign-in-option h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

/* --- Divider --- */
.divider {
  display: flex;
  align-items: center;
  margin: 1.75rem 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #d1d5db;
}

.divider span {
  padding: 0 1rem;
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
}

/* --- Messages --- */
.message {
  padding: 1rem 1.25rem;
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 1rem;
}

.message-error {
  background-color: #fef2f2;
  border: 1px solid #ef4444;
  color: #991b1b;
}

.message-success {
  background-color: #f0fdf4;
  border: 1px solid #22c55e;
  color: #166534;
}

.upload-success-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #16a34a;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.35rem;
  animation: checkPop 0.35s ease-out;
}

@keyframes checkPop {
  0%   { transform: scale(0); opacity: 0; }
  60%  { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.message-info {
  background-color: #f8fafc;
  border: 1px solid #034ea2;
  color: #03407e;
}

/* --- Success Icon (envelope for magic link) --- */
.success-icon {
  text-align: center;
  margin-bottom: 1rem;
}

.success-icon svg {
  width: 48px;
  height: 48px;
  color: #034ea2;
}

/* ============================================================
   DOCUMENT LIST
   ============================================================ */

.document-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.document-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d0d7e2;
  flex-wrap: wrap;
  gap: 0.75rem;
  transition: border-color 0.15s;
  position: relative;
}

.document-card:hover {
  border-color: #034ea2;
}

.document-card.is-new {
  border-left: 4px solid #034ea2;
  background: #f8fafc;
}

.document-card.is-updated {
  border-left: 4px solid #92400e;
  background: #fffdf7;
}

/* --- Document "New" Badge --- */
.doc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.doc-badge-new {
  background: #e8eef6;
  color: #03407e;
}

.doc-badge-updated {
  background: #fef3c7;
  color: #92400e;
}

.document-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-icon svg {
  width: 20px;
  height: 20px;
  color: #034ea2;
}

.document-info {
  flex: 1;
  min-width: 180px;
}

.document-name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.document-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  word-break: break-word;
}

.document-meta {
  font-size: 0.88rem;
  color: #6b7280;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.document-meta-sep {
  color: #d1d5db;
}

.document-note {
  font-size: 0.88rem;
  color: #4a5568;
  margin-top: 0.3rem;
  font-style: italic;
  padding-left: 0.5rem;
  border-left: 2px solid #d0d7e2;
}

.document-version-label {
  font-size: 0.8rem;
  color: #92400e;
  font-weight: 600;
  margin-top: 0.2rem;
}

/* Legacy compat — .document-row still works */
.document-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #d0d7e2;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* --- Upload Area --- */
.upload-area {
  border: 2px dashed #c5cdd8;
  border-radius: 4px;
  padding: 2.5rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
  margin-bottom: 1rem;
  margin-top: 1rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upload-area:hover,
.upload-area.drag-over {
  border-color: #034ea2;
  background-color: #f8fafc;
}

.upload-icon {
  display: block;
  margin: 0 auto 0.5rem;
}

.upload-icon svg {
  width: 36px;
  height: 36px;
  color: #6b7280;
}

.upload-text {
  font-size: 1.05rem;
  color: #4a5568;
  margin-bottom: 1rem;
}

.upload-area .btn {
  width: auto;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.selected-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.15rem;
  background-color: #f8fafc;
  border: 2px solid #034ea2;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.selected-file-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.selected-file-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.selected-file-icon svg {
  width: 20px;
  height: 20px;
  color: #034ea2;
}

.selected-file-name {
  font-weight: 600;
  color: #03407e;
  word-break: break-word;
}

.btn-remove-file {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  color: #6b7280;
  border-radius: 4px;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-remove-file:hover {
  background-color: #fee2e2;
  color: #991b1b;
}

/* --- Progress Bar --- */
.progress-container {
  margin-top: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.progress-container.progress-visible {
  opacity: 1;
}

.progress-bar {
  height: 16px;
  background-color: #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: #034ea2;
  border-radius: 8px;
  width: 0%;
  transition: width 0.3s ease, background-color 0.4s ease;
}

.progress-fill.progress-done {
  background: #16a34a;
}

.progress-text {
  font-size: 0.95rem;
  color: #4a5568;
  margin-top: 0.5rem;
  text-align: center;
}

/* --- Section Divider --- */
.section-divider {
  border: none;
  border-top: 1px solid #d0d7e2;
  margin: 2rem 0;
}

/* --- Loading States --- */
.loading {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #d0d7e2;
  border-top: 2px solid #034ea2;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}

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

.empty-state {
  text-align: center;
  padding: 2.5rem 2rem;
  color: #6b7280;
  font-size: 1.05rem;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px dashed #d0d7e2;
}

.empty-state p {
  margin-bottom: 0.5rem;
}

.empty-state-icon {
  display: block;
  margin: 0 auto 0.75rem;
  color: #94a3b8;
}

.empty-state-hint {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 0.25rem;
}

.error-state {
  text-align: center;
  padding: 1.5rem;
  color: #991b1b;
  font-size: 1.05rem;
  background-color: #fef2f2;
  border: 1px solid #ef4444;
  border-radius: 4px;
}

.noscript-warning {
  text-align: center;
  padding: 2rem;
  margin: 2rem 1rem;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 4px;
  color: #92400e;
  font-size: 1.1rem;
  font-weight: 600;
}

/* ============================================================
   SESSION TIMEOUT MODAL
   ============================================================ */

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.modal {
  background: #ffffff;
  border-radius: 6px;
  padding: 2.5rem;
  max-width: 480px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-icon {
  margin-bottom: 1rem;
}

.modal-icon svg {
  width: 48px;
  height: 48px;
  color: #991b1b;
}

.modal h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.5rem;
  color: #991b1b;
  margin-bottom: 1rem;
}

.modal p {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 1rem;
}

.modal .btn {
  margin-top: 1rem;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #d0d7e2;
  margin-top: 1rem;
}

.footer p {
  font-size: 1rem;
  color: #4a5568;
}

.footer a {
  color: #03407e;
  font-weight: 600;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-small {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

/* ============================================================
   TOOLTIP SYSTEM (Elder-Friendly)
   ============================================================ */

.jlf-tooltip {
  position: absolute;
  z-index: 10000;
  max-width: 320px;
  padding: 0.75rem 1rem;
  background: #1e293b;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.jlf-tooltip-visible {
  opacity: 1;
}

.jlf-tooltip-above::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #1e293b;
  border-bottom: 0;
}

.jlf-tooltip-below::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1e293b;
  border-top: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  .login-layout {
    flex-direction: column;
    gap: 1.5rem;
  }

  .login-brand-panel {
    flex: none;
    text-align: center;
    padding: 0;
  }

  .login-brand-panel .firm-logo {
    margin: 0 auto 1rem;
  }

  .brand-description {
    display: none;
  }

  .brand-contact {
    display: none;
  }

  .login-main {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 600px) {
  .firm-contact-bar {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .container {
    padding: 1rem 0.75rem;
  }

  .card {
    padding: 1.25rem;
  }

  .header-row {
    flex-direction: column;
    text-align: center;
  }

  .header-brand {
    justify-content: center;
  }

  .header-actions {
    justify-content: center;
  }

  .document-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-download {
    width: 100%;
  }

  .welcome-banner {
    flex-direction: column;
    text-align: center;
  }

  .card-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- Focus styles for accessibility --- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #034ea2;
  outline-offset: 2px;
}

/* --- Links --- */
a {
  color: #03407e;
  text-decoration: underline;
}

a:hover {
  color: #023b7a;
}
