/*
Theme Name: Diosa Theme
Author: Gemini
Description: A custom theme for Diosa.
Version: 1.0
*/

/* Generic Page Template Styles */
.site-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.entry-content {
    width: 100%;
    line-height: 1.6;
}

/* Elementor compatibility */
.elementor-section-wrap {
    overflow: visible;
}

.elementor-widget-wrap {
    position: relative;
}

/* Page links for paginated content */
.page-links {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.page-links a,
.page-links span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.page-links a:hover {
    background-color: #f5f5f5;
}

/* Edit post link */
.entry-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.edit-link a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.edit-link a:hover {
    color: #000;
}

/* No results page */
.no-results {
    text-align: center;
    padding: 40px 20px;
}

.page-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.page-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* Search form */
.search-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
}

.search-field {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-right: none;
}

.search-submit {
    padding: 12px 20px;
    background: #333;
    color: white;
    border: 1px solid #333;
    cursor: pointer;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
    .site-main {
        padding: 10px;
    }
}
