body{
margin:0;
padding:36px;
font-family:"Open Sans",sans-serif;
background:#f9f9f9;
color:#333;
line-height:1.6;
}
a,a:visited{
color:#2563eb;
text-decoration:none;
cursor:pointer;
}
a:hover{
text-decoration:underline;
}
img{
max-width:100%;
box-sizing:border-box;
}
.main-logo{
max-width:200px;
height:auto;
cursor:pointer;
display:table;
margin:4px auto 0;
}
.return-link-container{
text-align:center;
margin-bottom:36px;
}
.return-link{
display:inline-block;
background:#2563eb;
color:#fff;
padding:10px 20px;
border-radius:6px;
font-weight:500;
border:1px solid #2563eb;
transition:all 200ms ease;
color:#fff !important;
}
.return-link:hover{
background:#1d4ed8;
border-color:#1d4ed8;
text-decoration:none;
}
.container{
max-width:560px;
margin:0 auto;
background:#fff;
padding:36px;
border-radius:16px;
border:1px solid #ddd;
box-shadow:0 0px 3px rgba(0,0,0,0.2);
}
.home-link-container{
text-align:center;
margin-bottom:00px;
padding-bottom:20px;
}
.home-link{
display:inline-block;
background:#2563eb;
color:#fff;
padding:6px 12px;
border-radius:4px;
font-weight:500;
border:1px solid #2563eb;
transition:all 200ms ease;
color:#fff !important;
font-size:16px;
}
.home-link:hover{
background:#1d4ed8;
border-color:#1d4ed8;
text-decoration:none;
}
.site-title{
margin:0;
font-size:28px;
font-weight:bold;
}
.site-title a,.site-title a:hover{
text-decoration:none;
display:block;
}
.logo-img{
max-width:200px;
height:auto;
display:block;
margin:0 auto;
cursor:pointer;
}
.site-slogan{
margin:10px 0 0 0;
font-size:16px;
color:#666;
font-style:italic;
}
.post{
margin-bottom:36px;
border-bottom:1px solid #ddd;
}
.post:not(:last-of-type){
padding-bottom:33px;
}
.post:last-child{
border-bottom:none;
margin-bottom:0;
}
.post-title{
margin:0 0 15px 0;
font-size:22px;
line-height:30px;
}
.post-title a{
color:#1e40af;
}
.post-date{
margin:0 0 15px 0;
font-size:14px;
color:#666;
font-style:italic;
}
.post-content,.post-excerpt{
margin-bottom:15px;
}
.post-content p,.post-excerpt p{
margin-bottom:15px;
}
.image-gallery{
margin:20px 0;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:10px;
}
.image-gallery a{
display:block;
border-radius:8px;
overflow:hidden;
line-height:0;
box-shadow:0 .6px 2px rgba(0,0,0,.4);
}
.image-gallery img{
width:100%;
height:200px;
object-fit:cover;
transition:100ms;
border-radius:8px;
}
.image-gallery img:hover{
filter:brightness(0.88);
}
.read-more a{
font-weight:bold;
}
.pagination{
text-align:center;
margin-top:40px;
display:flex;
justify-content:center;
gap:20px;
}
.nav-link{
display:inline-block;
padding:8px 16px;
background:#2563eb;
color:#fff !important;
border-radius:4px;
border:1px solid #2563eb;
font-weight:500;
transition:all 200ms ease;
}
.nav-link:hover{
background:#1d4ed8;
border-color:#1d4ed8;
text-decoration:none;
color:#fff !important;
}
.site-footer{
margin-top:40px;
padding-top:20px;
border-top:2px solid #ddd;
text-align:center;
}
.site-footer p{
margin:0;
color:#666;
font-size:14px;
}
.disclaimer{
text-align:center;
margin-top:36px;
}
.disclaimer p{
margin:0;
font-size:13px;
color:#64748b;
font-style:italic;
}.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}
