/**
 * Caterglobe — Custom Styles
 *
 * Add custom styles, Elementor overrides, and section-specific
 * styling here. This file loads after style.css.
 *
 * @package Caterglobe
 */

/* ==========================================================================
   Single Post Styles
   ========================================================================== */

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #777777;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.entry-thumbnail {
    margin-bottom: 2rem;
    border-radius: 4px;
    overflow: hidden;
}

.entry-content {
    font-size: 1.0625rem;
    line-height: 1.8;
}

.entry-content p {
    margin-bottom: 1.25em;
}

.entry-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

.entry-tags a {
    display: inline-block;
    background: #f5f5f5;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 0.8125rem;
    color: #555;
    margin: 0.25rem 0.25rem 0.25rem 0;
}

.entry-tags a:hover {
    background: #e0e0e0;
}

/* ==========================================================================
   Post List / Archive Styles
   ========================================================================== */

.posts-list article {
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.posts-list article:last-child {
    border-bottom: none;
}

.posts-list .entry-title {
    font-size: 1.5rem;
}

.posts-list .entry-title a:hover {
    color: #0073aa;
}

.posts-list .entry-summary {
    margin-top: 0.75rem;
    color: #555;
}

/* ==========================================================================
   Elementor Overrides
   ========================================================================== */

/* Ensure Elementor sections go full width */
.elementor-section.elementor-section-stretched {
    max-width: 100% !important;
}

/* Remove default page padding when Elementor is active */
body.elementor-page .site-main {
    padding: 0;
}

body.elementor-page .container {
    padding: 0;
    max-width: 100%;
}
