body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}
nav {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
h1 {
    font-size: 28px;
    color: #222;
}
img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}
ins.adsbygoogle {
    margin: 20px 0;
}
@media (max-width: 600px) {
    h1 { font-size: 24px; }
    body { padding: 10px; }
}



.home-main h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.post-list {
    list-style-type: none;
    padding: 0;
}

.post-list-item {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ccc;
}

.post-list-item:last-child {
    border-bottom: none;
}

.post-list-item h3 {
    margin-top: 0;
    margin-bottom: 0.25em;
}

.post-list-item h3 a {
    text-decoration: none;
    color: #337ab7; /* Un azul típico de enlace */
}
.post-list-item h3 a:hover {
    text-decoration: underline;
    color: #23527c;
}

.post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 0.5em;
}

.post-excerpt {
    font-size: 0.95em;
    color: #555;
}

.read-more {
    font-size: 0.9em;
    text-decoration: none;
    color: #337ab7;
    font-weight: bold;
}
.read-more:hover {
    text-decoration: underline;
}
