.intro {
    margin-bottom: 3rem;
}

.intro h1 {
    font-size: 2rem;
    color: #24292f;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.intro p {
    color: #57606a;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 600px;
}

.recent-posts h2 {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #57606a;
    margin-bottom: 1.5rem;
}

.post-entry {
    margin-bottom: 1.25rem;
}

.post-entry a {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color 0.15s;
}

.post-entry-thumb {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.post-entry-thumb img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #d8dee4;
}

.post-entry-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    background: #ddf4ff;
    border: 1px solid #d8dee4;
}

.post-entry-text {
    flex: 1;
    min-width: 0;
}

.post-entry a:hover {
    border-color: #d8dee4;
    text-decoration: none;
}

.post-entry h3 {
    font-size: 1.1rem;
    color: #24292f;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.post-entry time {
    font-size: 0.8rem;
    color: #8b949e;
}

.post-entry p {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #57606a;
    line-height: 1.5;
}

.all-posts {
    display: inline-block;
    margin-top: 1rem;
    margin-left: 1.25rem;
    font-size: 0.9rem;
}
