/*
Theme Name: Lazarus Fest 2025
Description: A modern festival theme for Lazarus Fest with retro aesthetics
Version: 1.3
Author: Nebojsa Grujic (Bandgrid.com)
Author URI: https://bandgrid.com/
License: GPL v2 or later
Text Domain: lazarus-fest
*/

/* Import existing styles */
@import url('css/style.css');

/* WordPress-specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

/* WordPress navigation */
.wp-block-navigation {
    background: transparent;
}

.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    text-decoration: none;
}

/* WordPress content area */
.entry-content {
    max-width: 100%;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

/* WordPress widgets */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* WordPress comments */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.comment-meta {
    font-size: 0.875rem;
    opacity: 0.7;
    margin-bottom: 0.5rem;
}

.comment-content {
    line-height: 1.6;
}

/* WordPress pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

.pagination a,
.pagination span {
    padding: 0.5rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
    text-decoration: none;
}

.pagination .current {
    background: currentColor;
    color: white;
}
