@import url("https://fonts.googleapis.com/css2?family=Inter&family=Nunito:wght@400;600&display=swap");
body {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
}
.entry-content { padding: 0 3rem; }
h1, h2, h3, h4, h5, h6, .main-title a {
font-family: 'Nunito', sans-serif;
}
.main-title a {
font-size: 32px;
font-weight: 500;
text-decoration: none;
} img { max-width: 100%; height: auto; display: block; } .thing-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
margin-top: 30px;
}
.thing-item {
border: 1px solid #ccc;
padding: 15px;
text-align: center;
}
.thing-item img { max-width: 100%; height: auto; } .thing-categories {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin: 2rem 0;
padding: 1rem;
}
.thing-category {
background: #f5f5f5;
padding: 1.5rem;
border-radius: 12px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.thing-category:hover { transform: translateY(-5px); }
.thing-category h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.thing-category h2 a {
color: #0aac8e;
text-decoration: none;
transition: color 0.3s ease;
}
.thing-category h2 a:hover { text-decoration: underline; color: #088c74; }
.thing-category p { font-size: 1rem; line-height: 1.5; } .thing-category-wrapper { max-width: 1200px; margin: 0 auto; padding: 24px 16px; }
.thing-category-title { font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin: 0 0 8px; }
.thing-category-description { margin: 0 0 24px; color: #555; font-style: italic; }
.thing-category-grid,
.thing-grid { display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 22px;
align-items: stretch;
}
.thing-card,
.thing-category-item {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,.08);
overflow: hidden;
display: flex;
flex-direction: column;
text-align: center;
transition: transform .18s ease, box-shadow .18s ease;
}
.thing-card:hover,
.thing-category-item:hover {
transform: translateY(-4px);
box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.thing-thumb,
.thing-category-item a:first-child { display: block; }
.thing-thumb img,
.thing-category-item img { width: 100%; height: auto; margin: 0 auto; }
.thing-placeholder {
display: flex; align-items: center; justify-content: center;
min-height: 160px; background: #f3f3f3; color: #888; font-size: .95rem;
}
.thing-card-title,
.thing-category-item h2 { font-size: 1.06rem; line-height: 1.25; margin: 12px 12px 6px; }
.thing-card-title a,
.thing-category-item h2 a { color: #1f1f1f; text-decoration: none; }
.thing-card-title a:hover,
.thing-category-item h2 a:hover { text-decoration: underline; }
.thing-card p,
.thing-category-item p { margin: 0 14px 14px; color: #5a5a5a; font-size: .95rem; line-height: 1.45; }
.thing-card > *:last-child,
.thing-category-item > *:last-child { margin-bottom: 16px; } .thing-pagination { margin: 28px 0 8px; text-align: center; }
.thing-pagination a,
.thing-pagination span {
display: inline-block; margin: 0 5px 6px; padding: 8px 12px;
background: #eee; border-radius: 6px; text-decoration: none; color: #222; font-size: .95rem;
}
.thing-pagination .current { background: #333; color: #fff; }
.thing-pagination a:hover { background: #ddd; } @media (max-width: 480px) {
.thing-grid,
.thing-category-grid { grid-template-columns: 1fr; }
} .blog .post-image img,
.archive .post-image img { max-width: 300px; height: auto; }
body.home h1.entry-title { display: none; }
.entry-title a { font-weight: 600; font-size: 1.0em; color: #0aac8e; }
.entry-title { padding-left: 30px; }
.post-image a img { text-align: center; margin: 0 auto; } .entry-content h2 {
font-size: 1.4em;
line-height: 1.2;
font-weight: 600;
margin: 1.4em 0 0; background: #eee;
padding-left: 30px;
} .entry-content h2 + p,
.entry-content h2 + ul,
.entry-content h2 + ol,
.entry-content h2 + blockquote { margin-top: 0; } .entry-content p {
margin-top: 0; margin-bottom: 0.5em;
padding-top: 1em; padding-bottom: 0;
} .entry-content h3 {
font-size: 1.2em; line-height: 1.25; font-weight: 600;
margin: 1.1em 0 0;
}
.entry-content h3 + p,
.entry-content h3 + ul,
.entry-content h3 + ol { margin-top: 0; } .entry-content h2 .as-of-date { font-size: 0.65em; font-weight: normal; color: #666; } .video-credit { font-size: 0.9em; color: #666; margin-top: 0.5em; } .featured-pick { text-align: center; margin: 1em auto; }
.featured-pick img {
display: inline-block;
max-width: 100%; height: auto;
border: 1px solid #fff; border-radius: 4px;
} .featured-pick .caption {
display: grid;
row-gap: 0.4rem; margin-top: 0.4rem; margin-bottom: 0; padding: 0; font-size: 0.9em;
color: #333;
line-height: 1.4;
}
.featured-pick .caption .hint {
display: block; font-size: .82rem;
color: #999;
} .single .post-image,
.single .page-header-image,
.single .page-header-image-single { display: none !important; }  ul.quick-facts,
ul.thing-fun-facts {
margin: 1.5em 0;
padding-left: 2.5rem; list-style: disc outside;
} ul.quick-facts li,
ul.thing-fun-facts li {
margin: 0.35rem 0;
font-size: 0.95em;
} .thing-content {
padding: 1.2em;
font-size: 1.05em;
line-height: 1.6;
} iframe {
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
border: none;
} @media screen and (max-width: 600px) {
.thing-content { padding: 1em; font-size: 1em; }
ul.quick-facts li,
ul.thing-fun-facts li { margin-bottom: 0.5em; }
.thing-fun-facts h3,
.quick-facts h3 { font-size: 1.1em; }
} @media (prefers-color-scheme: dark) {
.thing-card,
.thing-category-item { background: #171717; box-shadow: 0 2px 12px rgba(0,0,0,.4); }
.thing-card-title a,
.thing-category-item h2 a { color: #f0f0f0; }
.thing-card p,
.thing-category-item p { color: #c7c7c7; }
.thing-category-title { color: #f5f5f5; }
.thing-category-description { color: #b7b7b7; }
.thing-pagination a,
.thing-pagination span { background: #2a2a2a; color: #eaeaea; }
.thing-pagination .current { background: #f0f0f0; color: #111; }
}  .sr-only {
position: absolute;
width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
} a[data-tooltip] {
position: relative;
display: inline-block;
}
a[data-tooltip]::after {
content: attr(data-tooltip);
position: absolute;
left: 50%;
bottom: calc(100% + 6px);
transform: translate(-50%, 0);
background: rgba(0,0,0,.85);
color: #fff;
font-size: 12px; line-height: 1;
padding: 6px 8px; border-radius: 6px;
white-space: nowrap;
opacity: 0; pointer-events: none;
transition: opacity .15s ease;
z-index: 20;
}
a[data-tooltip]::before {
content: "";
position: absolute;
left: 50%; bottom: 100%;
transform: translate(-50%, 4px);
border: 6px solid transparent;
border-top-color: rgba(0,0,0,.85);
opacity: 0; transition: opacity .15s ease; z-index: 19;
} a[data-tooltip]:hover::after,
a[data-tooltip]:focus::after,
a[data-tooltip]:hover::before,
a[data-tooltip]:focus::before { opacity: 1; } a[data-tooltip]:focus img { outline: 2px solid #0073aa; outline-offset: 2px; } @media (hover: none) {
a[data-tooltip]::before,
a[data-tooltip]::after { display: none; }
} .aff-disclosure{
width:100%;
box-sizing:border-box;
background:#f5f5f7;
color:#555;
border-top:1px solid #e6e6ea;
padding:12px 16px;
text-align:center;
font-size:.9rem;
line-height:1.4;
}
.aff-disclosure p{ margin:0; } @media (prefers-color-scheme: dark){
.aff-disclosure{
background:#1e1f22;
color:#c9c9cf;
border-top-color:#2a2b2f;
}
} @supports(selector(.featured-pick:has(a))) {
.featured-pick:has(a[rel~="sponsored"]) .hint::after{
content:" (affiliate link)";
font-size:.8em;
color:#888;
margin-left:2px;
}
}
.category-intro {
margin: 1rem 0 1.25rem;
padding: 1rem 1.25rem;
background: #fafafa;
border: 1px solid #eee;
border-radius: 10px;
}
.cat-hero {
margin: 1rem 0;
padding: 1rem;
border-radius: 10px;
}
.cat-hero--new {
background: #f0f8ff;
border: 1px solid #cce0ff;
}   .archive-grid--fixed3{
max-width: 1200px; margin: 0 auto;
} .archive-grid--fixed3{
display:grid; gap:20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px){
.archive-grid--fixed3{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
.archive-grid--fixed3{ grid-template-columns: 1fr; }
} .post-card{ 
background:#fff; border:1px solid #666 !important; border-radius:14px; overflow:hidden;
display:flex; flex-direction:column;
} .post-card__thumb{ display:block; }
.post-card__img, .thumb-placeholder{
width:100%;
height: 240px; object-fit: cover; background:#fff !important;
} .post-card__title{ font-size:1.05rem; line-height:1.3; margin:.75rem .75rem 0; }
.post-card__title a{ text-decoration:none; }
.post-card__meta{ color:#777; font-size:.85rem; margin:.25rem .75rem; }
.post-card__excerpt{ margin:.5rem .75rem 1rem; color:#333; } .post-card__title, .post-card__excerpt{
display:-webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-card__title{ -webkit-line-clamp: 2; }
.post-card__excerpt{ -webkit-line-clamp: 3; } .archive-grid--contain .post-card__thumb img{ object-fit: contain; }  html, body { max-width: 100%; overflow-x: hidden; } .entry-content img,
.thing-content img,
.featured-pick img,
.wp-block-image img {
max-width: 100%;
height: auto;
} .entry-content iframe,
.thing-content iframe,
.wp-block-embed__wrapper iframe,
.wp-block-video iframe {
width: 100% !important;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto;
display: block;
} .alignwide, .alignfull {
width: 100% !important;
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
} .entry-content table, .thing-content table {
display: block;
max-width: 100%;
overflow-x: auto;
}
pre, code, .wp-block-code {
white-space: pre-wrap;
word-break: break-word;
} [class*="full-width"], [style*="100vw"] {
width: 100% !important;
max-width: 100% !important;
} @media (max-width: 480px){
.site-content, .content-area, .inside-article, .entry-content {
padding-left: 14px;
padding-right: 14px;
}
} .archive-grid--fixed3 { max-width: 1200px; margin: 0 auto; }
.post-card__thumb { aspect-ratio: 1 / 1; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; } @media (max-width: 480px){ .site-content,
.content-area,
.inside-article,
.entry-content{
padding-left: 0 !important;
padding-right: 0 !important;
max-width: 100% !important;
} .entry-content > *{
padding-left: 10px;
padding-right: 10px;
}
}  .guess-reveal details{
border:1px solid #e6e6e6; border-radius:10px; padding:.75rem 1rem; background:#fafafa;
}
.guess-reveal summary{
font-weight:600; cursor:pointer; outline:none; list-style:none;
}
.guess-reveal summary::-webkit-details-marker{ display:none; } .guess-reveal details[open]{ background:#fff; }
.guess-reveal .guess-answer{ margin-top:.6rem; }
.guess-reveal .button{
display:inline-block; margin-top:.5rem; padding:.5rem .8rem; border:1px solid #ddd;
border-radius:8px; text-decoration:none;
}
.blog .guess-reveal,
.archive .guess-reveal { display: none; } .post-card--ar-4x3 .post-card__thumb { aspect-ratio: 4 / 3; }
.post-card--ar-16x9 .post-card__thumb { aspect-ratio: 16 / 9; }
.post-card--contain .post-card__thumb img { object-fit: contain; }  .archive-grid--fixed3 .post-card__thumb{
position: relative;
display: block;
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
background: #fff; border-bottom: 1px solid #ddd;
}
.archive-grid--fixed3 .post-card__thumb img{
position: absolute;
inset: 0;
width: 90% !important;
height: 90% !important;
max-width: none !important;
object-fit: contain !important; object-position: center center; display: block;
margin: 0 auto;
}@import url("https://fonts.googleapis.com/css2?family=Inter&family=Nunito:wght@400;600&display=swap");
body {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
}
.entry-content { padding: 0 3rem; }
h1, h2, h3, h4, h5, h6, .main-title a {
font-family: 'Nunito', sans-serif;
}
.main-title a {
font-size: 32px;
font-weight: 500;
text-decoration: none;
} img { max-width: 100%; height: auto; display: block; } .thing-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
margin-top: 30px;
}
.thing-item {
border: 1px solid #ccc;
padding: 15px;
text-align: center;
}
.thing-item img { max-width: 100%; height: auto; } .thing-categories {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin: 2rem 0;
padding: 1rem;
}
.thing-category {
background: #f5f5f5;
padding: 1.5rem;
border-radius: 12px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.thing-category:hover { transform: translateY(-5px); }
.thing-category h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.thing-category h2 a {
color: #0aac8e;
text-decoration: none;
transition: color 0.3s ease;
}
.thing-category h2 a:hover { text-decoration: underline; color: #088c74; }
.thing-category p { font-size: 1rem; line-height: 1.5; } .thing-category-wrapper { max-width: 1200px; margin: 0 auto; padding: 24px 16px; }
.thing-category-title { font-size: clamp(28px, 4vw, 40px); line-height: 1.15; margin: 0 0 8px; }
.thing-category-description { margin: 0 0 24px; color: #555; font-style: italic; }
.thing-category-grid,
.thing-grid { display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 22px;
align-items: stretch;
}
.thing-card,
.thing-category-item {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,.08);
overflow: hidden;
display: flex;
flex-direction: column;
text-align: center;
transition: transform .18s ease, box-shadow .18s ease;
}
.thing-card:hover,
.thing-category-item:hover {
transform: translateY(-4px);
box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.thing-thumb,
.thing-category-item a:first-child { display: block; }
.thing-thumb img,
.thing-category-item img { width: 100%; height: auto; margin: 0 auto; }
.thing-placeholder {
display: flex; align-items: center; justify-content: center;
min-height: 160px; background: #f3f3f3; color: #888; font-size: .95rem;
}
.thing-card-title,
.thing-category-item h2 { font-size: 1.06rem; line-height: 1.25; margin: 12px 12px 6px; }
.thing-card-title a,
.thing-category-item h2 a { color: #1f1f1f; text-decoration: none; }
.thing-card-title a:hover,
.thing-category-item h2 a:hover { text-decoration: underline; }
.thing-card p,
.thing-category-item p { margin: 0 14px 14px; color: #5a5a5a; font-size: .95rem; line-height: 1.45; }
.thing-card > *:last-child,
.thing-category-item > *:last-child { margin-bottom: 16px; } .thing-pagination { margin: 28px 0 8px; text-align: center; }
.thing-pagination a,
.thing-pagination span {
display: inline-block; margin: 0 5px 6px; padding: 8px 12px;
background: #eee; border-radius: 6px; text-decoration: none; color: #222; font-size: .95rem;
}
.thing-pagination .current { background: #333; color: #fff; }
.thing-pagination a:hover { background: #ddd; } @media (max-width: 480px) {
.thing-grid,
.thing-category-grid { grid-template-columns: 1fr; }
} .blog .post-image img,
.archive .post-image img { max-width: 300px; height: auto; }
body.home h1.entry-title { display: none; }
.entry-title a { font-weight: 600; font-size: 1.0em; color: #0aac8e; }
.entry-title { padding-left: 30px; }
.post-image a img { text-align: center; margin: 0 auto; } .entry-content h2 {
font-size: 1.4em;
line-height: 1.2;
font-weight: 600;
margin: 1.4em 0 0; background: #eee;
padding-left: 30px;
} .entry-content h2 + p,
.entry-content h2 + ul,
.entry-content h2 + ol,
.entry-content h2 + blockquote { margin-top: 0; } .entry-content p {
margin-top: 0; margin-bottom: 0.5em;
padding-top: 1em; padding-bottom: 0;
} .entry-content h3 {
font-size: 1.2em; line-height: 1.25; font-weight: 600;
margin: 1.1em 0 0;
}
.entry-content h3 + p,
.entry-content h3 + ul,
.entry-content h3 + ol { margin-top: 0; } .entry-content h2 .as-of-date { font-size: 0.65em; font-weight: normal; color: #666; } .video-credit { font-size: 0.9em; color: #666; margin-top: 0.5em; } .featured-pick { text-align: center; margin: 1em auto; }
.featured-pick img {
display: inline-block;
max-width: 100%; height: auto;
border: 1px solid #fff; border-radius: 4px;
} .featured-pick .caption {
display: grid;
row-gap: 0.4rem; margin-top: 0.4rem; margin-bottom: 0; padding: 0; font-size: 0.9em;
color: #333;
line-height: 1.4;
}
.featured-pick .caption .hint {
display: block; font-size: .82rem;
color: #999;
} .single .post-image,
.single .page-header-image,
.single .page-header-image-single { display: none !important; }  ul.quick-facts,
ul.thing-fun-facts {
margin: 1.5em 0;
padding-left: 2.5rem; list-style: disc outside;
} ul.quick-facts li,
ul.thing-fun-facts li {
margin: 0.35rem 0;
font-size: 0.95em;
} .thing-content {
padding: 1.2em;
font-size: 1.05em;
line-height: 1.6;
} iframe {
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
border: none;
} @media screen and (max-width: 600px) {
.thing-content { padding: 1em; font-size: 1em; }
ul.quick-facts li,
ul.thing-fun-facts li { margin-bottom: 0.5em; }
.thing-fun-facts h3,
.quick-facts h3 { font-size: 1.1em; }
} @media (prefers-color-scheme: dark) {
.thing-card,
.thing-category-item { background: #171717; box-shadow: 0 2px 12px rgba(0,0,0,.4); }
.thing-card-title a,
.thing-category-item h2 a { color: #f0f0f0; }
.thing-card p,
.thing-category-item p { color: #c7c7c7; }
.thing-category-title { color: #f5f5f5; }
.thing-category-description { color: #b7b7b7; }
.thing-pagination a,
.thing-pagination span { background: #2a2a2a; color: #eaeaea; }
.thing-pagination .current { background: #f0f0f0; color: #111; }
}  .sr-only {
position: absolute;
width: 1px; height: 1px; padding: 0; margin: -1px;
overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
} a[data-tooltip] {
position: relative;
display: inline-block;
}
a[data-tooltip]::after {
content: attr(data-tooltip);
position: absolute;
left: 50%;
bottom: calc(100% + 6px);
transform: translate(-50%, 0);
background: rgba(0,0,0,.85);
color: #fff;
font-size: 12px; line-height: 1;
padding: 6px 8px; border-radius: 6px;
white-space: nowrap;
opacity: 0; pointer-events: none;
transition: opacity .15s ease;
z-index: 20;
}
a[data-tooltip]::before {
content: "";
position: absolute;
left: 50%; bottom: 100%;
transform: translate(-50%, 4px);
border: 6px solid transparent;
border-top-color: rgba(0,0,0,.85);
opacity: 0; transition: opacity .15s ease; z-index: 19;
} a[data-tooltip]:hover::after,
a[data-tooltip]:focus::after,
a[data-tooltip]:hover::before,
a[data-tooltip]:focus::before { opacity: 1; } a[data-tooltip]:focus img { outline: 2px solid #0073aa; outline-offset: 2px; } @media (hover: none) {
a[data-tooltip]::before,
a[data-tooltip]::after { display: none; }
} .aff-disclosure{
width:100%;
box-sizing:border-box;
background:#f5f5f7;
color:#555;
border-top:1px solid #e6e6ea;
padding:12px 16px;
text-align:center;
font-size:.9rem;
line-height:1.4;
}
.aff-disclosure p{ margin:0; } @media (prefers-color-scheme: dark){
.aff-disclosure{
background:#1e1f22;
color:#c9c9cf;
border-top-color:#2a2b2f;
}
} @supports(selector(.featured-pick:has(a))) {
.featured-pick:has(a[rel~="sponsored"]) .hint::after{
content:" (affiliate link)";
font-size:.8em;
color:#888;
margin-left:2px;
}
}
.category-intro {
margin: 1rem 0 1.25rem;
padding: 1rem 1.25rem;
background: #fafafa;
border: 1px solid #eee;
border-radius: 10px;
}
.cat-hero {
margin: 1rem 0;
padding: 1rem;
border-radius: 10px;
}
.cat-hero--new {
background: #f0f8ff;
border: 1px solid #cce0ff;
}   .archive-grid--fixed3{
max-width: 1200px; margin: 0 auto;
} .archive-grid--fixed3{
display:grid; gap:20px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px){
.archive-grid--fixed3{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
.archive-grid--fixed3{ grid-template-columns: 1fr; }
} .post-card{ 
background:#fff; border:1px solid #666 !important; border-radius:14px; overflow:hidden;
display:flex; flex-direction:column;
} .post-card__thumb{ display:block; }
.post-card__img, .thumb-placeholder{
width:100%;
height: 240px; object-fit: cover; background:#fff !important;
} .post-card__title{ font-size:1.05rem; line-height:1.3; margin:.75rem .75rem 0; }
.post-card__title a{ text-decoration:none; }
.post-card__meta{ color:#777; font-size:.85rem; margin:.25rem .75rem; }
.post-card__excerpt{ margin:.5rem .75rem 1rem; color:#333; } .post-card__title, .post-card__excerpt{
display:-webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-card__title{ -webkit-line-clamp: 2; }
.post-card__excerpt{ -webkit-line-clamp: 3; } .archive-grid--contain .post-card__thumb img{ object-fit: contain; }  html, body { max-width: 100%; overflow-x: hidden; } .entry-content img,
.thing-content img,
.featured-pick img,
.wp-block-image img {
max-width: 100%;
height: auto;
} .entry-content iframe,
.thing-content iframe,
.wp-block-embed__wrapper iframe,
.wp-block-video iframe {
width: 100% !important;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto;
display: block;
} .alignwide, .alignfull {
width: 100% !important;
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
} .entry-content table, .thing-content table {
display: block;
max-width: 100%;
overflow-x: auto;
}
pre, code, .wp-block-code {
white-space: pre-wrap;
word-break: break-word;
} [class*="full-width"], [style*="100vw"] {
width: 100% !important;
max-width: 100% !important;
} @media (max-width: 480px){
.site-content, .content-area, .inside-article, .entry-content {
padding-left: 14px;
padding-right: 14px;
}
} .archive-grid--fixed3 { max-width: 1200px; margin: 0 auto; }
.post-card__thumb { aspect-ratio: 1 / 1; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; } @media (max-width: 480px){ .site-content,
.content-area,
.inside-article,
.entry-content{
padding-left: 0 !important;
padding-right: 0 !important;
max-width: 100% !important;
} .entry-content > *{
padding-left: 10px;
padding-right: 10px;
}
}  .guess-reveal details{
border:1px solid #e6e6e6; border-radius:10px; padding:.75rem 1rem; background:#fafafa;
}
.guess-reveal summary{
font-weight:600; cursor:pointer; outline:none; list-style:none;
}
.guess-reveal summary::-webkit-details-marker{ display:none; } .guess-reveal details[open]{ background:#fff; }
.guess-reveal .guess-answer{ margin-top:.6rem; }
.guess-reveal .button{
display:inline-block; margin-top:.5rem; padding:.5rem .8rem; border:1px solid #ddd;
border-radius:8px; text-decoration:none;
}
.blog .guess-reveal,
.archive .guess-reveal { display: none; } .post-card--ar-4x3 .post-card__thumb { aspect-ratio: 4 / 3; }
.post-card--ar-16x9 .post-card__thumb { aspect-ratio: 16 / 9; }
.post-card--contain .post-card__thumb img { object-fit: contain; }  .archive-grid--fixed3 .post-card__thumb{
position: relative;
display: block;
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
background: #fff; border-bottom: 1px solid #ddd;
}
.archive-grid--fixed3 .post-card__thumb img{
position: absolute;
inset: 0;
width: 90% !important;
height: 90% !important;
max-width: none !important;
object-fit: contain !important; object-position: center center; display: block;
margin: 0 auto;
}