/* 1. Theme Overrides */
:root {
  --pico-font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* 2. Layout Fixes (The Sticky Footer) */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* 3. AdSense Container Styling */
.ad-wrapper {
  margin: 2rem auto;
  text-align: center;
  border: 1px dashed var(--pico-muted-border-color); /* Light border to see space */
  min-height: 90px;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  color: var(--pico-muted-color);
}