/*
Theme Name: Premium Light Design
Description: Luksusowy motyw WordPress dla firmy oświetleniowej Premium Light Design. Elegancki design z ciemnymi tłami, złotymi akcentami i spektakularnymi animacjami.
Author: Premium Light Design Team
Version: 1.0.0
Text Domain: premium-light-design
*/

/* WordPress specific styles */
.wp-block-image {
    margin: 0 0 1em 0;
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
}

.wp-block-gallery {
    margin: 0 0 1em 0;
}

.wp-block-embed {
    margin: 0 0 1em 0;
}

/* Gutenberg editor styles */
.wp-block-quote {
    border-left: 4px solid #d4af37;
    margin: 0 0 1em 0;
    padding-left: 1em;
}

.wp-block-pullquote {
    border-top: 4px solid #d4af37;
    border-bottom: 4px solid #d4af37;
    margin: 2em 0;
    padding: 1em 0;
    text-align: center;
}

/* WordPress navigation */
.wp-block-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wp-block-navigation-item {
    margin: 0 1rem 0 0;
}

.wp-block-navigation-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.wp-block-navigation-item a:hover {
    color: #d4af37;
}

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

.widget-title {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin-bottom: 0.5rem;
}

.widget ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget ul li a:hover {
    color: #d4af37;
}

/* WordPress comments */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #333;
}

.comment-list {
    list-style: none;
    padding: 0;
}

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

.comment-author {
    font-weight: 600;
    color: #d4af37;
}

.comment-meta {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 1rem;
}

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

/* WordPress forms */
.comment-form {
    margin-top: 2rem;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    outline: none;
    border-color: #d4af37;
}

/* WordPress pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0;
    gap: 1rem;
}

.page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #d4af37;
    color: #000;
}

/* WordPress search */
.search-form {
    display: flex;
    margin-bottom: 2rem;
}

.search-field {
    flex: 1;
    padding: 0.75rem;
    border: 1px solid #333;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.search-submit {
    padding: 0.75rem 1.5rem;
    background: #d4af37;
    color: #000;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-submit:hover {
    background: #f4d03f;
}

/* WordPress archive pages */
.archive-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 1px solid #333;
}

.archive-title {
    color: #d4af37;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.archive-description {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* WordPress post meta */
.entry-meta {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.entry-meta a {
    color: #d4af37;
    text-decoration: none;
}

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

/* WordPress post navigation */
.post-navigation {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

.nav-links a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #f4d03f;
}

/* WordPress accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress responsive embeds */
.wp-embed-responsive .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed__wrapper {
    position: relative;
}

.wp-embed-responsive .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

