/*
Theme Name: Mijn Babylijst
Theme URI: https://mijnbabylijst.com
Author: Mijn Babylijst Team
Author URI: https://mijnbabylijst.com
Description: Warm, modern WordPress thema voor mijnbabylijst.com – de ultieme digitale geboortelijst voor aanstaande ouders. Volledig responsive, WooCommerce-ready en geoptimaliseerd voor Core Web Vitals.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mijnbabylijst
Tags: baby, geboortelijst, woocommerce, responsive, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   SCREEN READER & ACCESSIBILITY
   ============================================================ */

.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;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 4px;
    clip: auto !important;
    clip-path: none;
    color: #1F2937;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.skip-link {
    display: block;
}

/* ============================================================
   WORDPRESS REQUIRED STYLES
   ============================================================ */

.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 0.5rem;
}

.sticky {
    /* WordPress sticky post */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}
