/*
* single.php specific styles
*/

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

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

.entry-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

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

.entry-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content a {
    color: #007bff;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}
