article header > p,
article header > div,
section div.avatar:nth-child(1),
.card-body > p.date,
div.card-actions {
    display: none;
}

.content-gallery  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 20px;
  column-gap: 20px;
}
.content-gallery-item {
    /* flex: 1 1 300px; */
    /* margin: 10px; */
    flex-basis: auto;
  }
.content-gallery-item img {
  padding: 0;
  margin: 0;
}

p > img[alt="Book"] { width: 150px; }
p > img[alt="Illustration"] { width: 200px; }
p > img[alt="Photography"] { width: 200px; }
p > img[alt="Woodworking"] { width: 200px; }

img svg.andyhunt-logo {
    color: var(--color-primary);
}

@layer base {
  :root:has(input.theme-controller[value=andyhunt]:checked),[data-theme=andyhunt] {
    color-scheme: dark;
    --color-base-100: oklch(0.18 0.01 253.26);
    --color-base-200: oklch(0.18 0.01 253.26);
    --color-base-300: oklch(0.18 0.01 253.26);
    --color-base-content: oklch(83.768% 0.001 17.911);
    --color-primary: oklch(0.79 0.04 67.1);
    /* --color-primary: oklch(68.628% 0.185 148.958); */
    --color-primary-content: oklch(0% 0 0);
    --color-secondary: oklch(61.302% 0.202 261.294);
    /* --color-secondary: oklch(69.776% 0.135 168.327); */
    --color-secondary-content: oklch(13.955% 0.027 168.327);
    --color-accent: oklch(70.628% 0.119 185.713);
    --color-accent-content: oklch(14.125% 0.023 185.713);
    --color-neutral: oklch(30.698% 0.039 171.364);
    --color-neutral-content: oklch(86.139% 0.007 171.364);
    --color-info: oklch(72.06% 0.191 231.6);
    --color-info-content: oklch(0% 0 0);
    --color-success: oklch(64.8% 0.15 160);
    /* --color-success: oklch(64.8% 0.15 160); */
    --color-success-content: oklch(0% 0 0);
    --color-warning: oklch(84.71% 0.199 83.87);
    --color-warning-content: oklch(0% 0 0);
    --color-error: oklch(71.76% 0.221 22.18);
    --color-error-content: oklch(0% 0 0);
    --radius-selector: 1rem;
    --radius-field: 2rem;
    --radius-box: 1rem;
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
    --border: 1px;
    --depth: 0;
    --noise: 0;
  }
}