
:root {  --white: 0,0%,100%;  --white-bg-text: 0,0%,0%;  --black: 0,0%,0%;  --default-font-family: "Open Sans", sans-serif;  --header-font-family: "Pacifico", cursive;  --logo-max-width: ${css.getChild("logoMaxWidth").textValue};  --primary: 186, 55%, 48%;  --primary-rgb: 186, 55%, 48%;  --primary-bg-hover-focus: 186, 55%, 43%;  --primary-bg-active: 186, 55%, 41%;  --primary-bg-text: 0, 0%, 100%;  --primary-bg-title: 0, 0%, 100%;  --primary-dark: 186, 55%, 34%;  --primary-light: 186, 55%, 68%;  --secondary: 36, 89%, 67%;  --secondary-rgb: 36, 89%, 67%;  --secondary-bg-hover-focus: 36, 89%, 62%;  --secondary-bg-active: 36, 89%, 57%;  --secondary-bg-text: 0, 0%, 0%;  --secondary-bg-title: 0, 0%, 0%;  --secondary-dark: 36, 89%, 47%;  --secondary-light: 36, 89%, 87%;  --accent: 36, 89%, 67%;  --accent-rgb: 36, 89%, 67%;  --accent-bg-hover-focus: 36, 89%, 62%;  --accent-bg-text: 0, 0%, 0%;  --accent-bg-title: 0, 0%, 0%;  --shade: 0, 0%, 98%;  --shade-rgb: 0, 0%, 98%;  --shade-bg-hover-focus: 0, 0%, 93%;  --shade-bg-text: 0, 0%, 0%;  --shade-bg-title: 0, 0%, 0%;  --dark: 0, 0%, 22%;  --dark-bg-text: 0, 0%, 100%;  --dark-bg-title: 0, 0%, 100%;  --dark-bg-hover-focus: 0, 0%, 17%;  --accentbar-height:0px;  --accentbar-color:hsl(var(--accent));  --default-font-color: hsl(var(--black));  --white-bg-title:0,0%,0%;  }  .post__header .meta .meta__item, .post__footer .notice > p, .media_listing .meta .meta__item { display: none !important; }  .responsive-gallery { display: grid; grid-template-columns: 1fr; gap: 16px; }  .responsive-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 8px; }  /* Tablet */ @media (min-width: 600px) { .responsive-gallery { grid-template-columns: repeat(2, 1fr); } }  /* Desktop */ @media (min-width: 900px) { .responsive-gallery { grid-template-columns: repeat(3, 1fr); } }  