/* Styles for single posts and archives */

a {
    color: #c00000 !important;
}

a:hover {
    color:#570000 !important;
}

nav.post-navigation {
    display: flex;
    justify-content: space-between
}



/* Single post styles */

.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.entry-meta {
    color: #666;
    margin-bottom: 1rem;
}

.entry-meta span {
    margin-right: 1rem;
}

.entry-content > blockquote {
    background: #fff1f1;
    padding: 20px 20px 4px 20px;
    font-style: italic;
    border-left: 5px solid #c00000;
}

.entry-content h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #eee;
}

.entry-content img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
}

.post-thumbnail {
    margin-bottom: 2rem;
}

.entry-content {
    line-height: 1.8;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* Archive styles */
.page-header {
    margin-bottom: 3rem;
}

.page-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.archive-description {
    color: #666;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title a {
    color: inherit;
    text-decoration: none;
}

.card-title a:hover {
    color: #007bff;
}

.navigation {
    margin-top: 3rem;
    text-align: center;
}
