/*
Theme Name: Run Forest Run!
Theme URI: https://runstride.com
Author: Runstride Team
Author URI: https://runstride.com
Description: Custom WordPress Theme modern dan high-performance untuk portal runner, review produk lari (sepatu, smartwatch, gear), dan agenda/event kompetisi lari.
Version: 1.0.0
Text Domain: run-forest-run
Tags: sports, running, blog, custom-post-type, review, event, dark-mode, modern
*/

/* Reset & WP Alignment Basics */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: 0.85rem;
    text-align: center;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
