/* Main Theme Styles - Petruth */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.site-header,
.site-footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
}

.site-title a,
.site-description {
    color: #222;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-navigation a {
    color: #8873c3;
    font-weight: 500;
    text-transform: uppercase;
}

.main-navigation a:hover {
    text-decoration: underline;
}

.entry-title {
    color: #222;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.widget-area {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 30px;
}

.archive-title {
    font-size: 2em;
    margin-bottom: 30px;
}

/* Layout styles */
.layout-fullwidth .container {
    max-width: 100%;
}

.layout-boxed {
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 20px;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor,
.sticky,
.screen-reader-text {
    /* Add sensible default styles */
}

.wp-caption {
    max-width: 100%;
    margin: 1.5em 0;
    text-align: center;
    font-style: italic;
    color: #666;
}

.wp-caption-text {
    margin-top: 0.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-tags {
    margin-top: 1.5rem;
}

.post-tags .tag-link {
    display: inline-block;
    background: #8873c3;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

.post-tags .tag-link:hover {
    background: #6f5bb4;
}
