/*
Theme Name: Pico Base
Theme URI: https://github.com/picocss/pico
Author: Your Name
Author URI: https://example.com
Description: A basic starter WordPress theme using Pico.css
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: pico-base
*/

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
}

nav li {
    display: inline;
}

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

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

.wp-caption-text {
    font-size: 0.875rem;
    color: var(--muted-color);
    text-align: center;
}