.home .entry-header {
display: none;
} .home .wp-block-columns {
margin-bottom: 3em;
}
.home .wp-block-column figure.wp-block-image img {
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.home .wp-block-column figure.wp-block-image a:hover img {
transform: translateY(-5px);
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.home .wp-block-column p.has-text-align-center {
font-weight: bold;
color: var(--ogayoshi-navy);
margin-top: 10px;
font-size: 1.1em;
} .home .wp-block-latest-posts {
padding: 0;
list-style: none;
margin-bottom: 3em;
}
.home .wp-block-latest-posts li {
padding: 10px 0;
border-bottom: 1px dashed #ccc;
font-size: 1.1em;
}
.home .wp-block-latest-posts li:last-child {
border-bottom: none;
}
.home .wp-block-latest-posts__post-date {
display: inline-block;
width: 120px;
color: #666;
font-size: 0.9em;
} .home .wp-block-heading {
text-align: left;
border-bottom: 2px solid var(--ogayoshi-red);
display: inline-block;
padding-bottom: 10px;
margin-bottom: 30px;
font-size: clamp(20px, 4vw, 26px); }