/*
 * Category page styling.
 *
 * Both of the template's inline <style> blocks, verbatim and in the order they appeared.
 * Enqueued after the theme's main stylesheet, which is where they sat, so the cascade is
 * unchanged.
 *
 * Build: 2026.08.26.04
 */
.button-container { position:absolute; }
.button {
    display: block;
    position: relative;
    top: 65px;
    border: 1px solid #cecece;
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
}
@media screen and (max-width: 800px) {
.button {
    top: -5px;
    right: -300px;
}
}
@media (min-width: 1280px) {
.category-items {
    clear: both;
    margin-bottom: 100px;
}
.category-nav__list li {
    margin: 0 10px 10px;
}
}
