/*
Theme Name: Reboot Child (Globerove)
Template: reboot
Description: Child theme for globerove.com. Overrides related-posts.php to remove random fallback and enforce a topical category whitelist. See Doc/etap5a_related_posts_fix.md.
Version: 1.1.0
*/

/* Etap 20a: Last updated date on single post */
.entry-date--updated .entry-label::before {
    content: "\e92c"; /* clock icon from wpshop-core font */
}

/* Etap 20c: Featured card (first in each grid section) gets cover fit */
.post-card--featured .post-card__thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Etap 21: Explore Countries sidebar widget */
.countries-widget__continent { margin-bottom: 1.5em; }
.countries-widget__continent-title {
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em;
}
.countries-widget__list { list-style: none; padding: 0; margin: 0; }
.countries-widget__list li { display: flex; justify-content: space-between; padding: 0.25em 0; }
.countries-widget__list a { text-decoration: none; }
.countries-widget__list .count { color: #aaa; font-size: 0.85em; }

/* Etap 21: Custom CSS migrated from Customizer (post 17605, theme: reboot) */
.attachment-reboot_standard.size-reboot_standard.wp-post-image {
    width: 100%;
}
.site-branding {
    width: 300px;
}
.site-logotype {
    padding-bottom: 10px;
}
.site-header {
    position: relative;
    box-shadow: inset 0 -1px 0 0 #f2f5f9;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #fff;
    margin-bottom: 30px;
}

/* Etap 25: Section badge colors (category label on post cards)
   Specificity 0,4,0 beats theme inline 0,3,0 */
.post-card:not(.post-card--small) .post-card__category {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.section-block.section--travel-guides .post-card:not(.post-card--small) .post-card__category { background-color: #1E88E5; }  /* blue */
.section-block.section--popular .post-card:not(.post-card--small) .post-card__category { background-color: #E53935; }       /* red */
.section-block.section--things-to-do .post-card:not(.post-card--small) .post-card__category { background-color: #43A047; }  /* green */
.section-block.section--culture .post-card:not(.post-card--small) .post-card__category { background-color: #8E24AA; }       /* purple */
.section-block.section--history .post-card:not(.post-card--small) .post-card__category { background-color: #546E7A; }       /* blue-grey */
.section-block.section--food .post-card:not(.post-card--small) .post-card__category { background-color: #FB8C00; }          /* orange */
.section-block.section--usa .post-card:not(.post-card--small) .post-card__category { background-color: #1565C0; }           /* navy */
.section-block.section--france .post-card:not(.post-card--small) .post-card__category { background-color: #5E35B1; }        /* deep purple */
.section-block.section--italy .post-card:not(.post-card--small) .post-card__category { background-color: #2E7D32; }         /* dark green */
.section-block.section--china .post-card:not(.post-card--small) .post-card__category { background-color: #C62828; }          /* dark red */
.section-block.section--turkey .post-card:not(.post-card--small) .post-card__category { background-color: #D84315; }         /* burnt orange */
.section-block.section--spain .post-card:not(.post-card--small) .post-card__category { background-color: #F9A825; }

/* Etap 26: Single post featured image - full size without crop */
.entry-image img {
    width: 100%;
    max-width: 870px;
    height: auto;
    object-fit: contain;
}
