/*
Theme Name: Twenty Twenty-Four (NGINX)
Description: Custom theme used for blog.nginx.org
Author: NGINX
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-nginx
*/

/*Neusa Next*/
@import url('https://use.typekit.net/jul2oey.css');


/* TEMP: Used to block server side render of taxonomy*/
.taxonomy-category {
    display: none;
}

:where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}

em {
    display: flow;
}

table.nginx-blog, table.nginx-blog th, table.nginx-blog td {
    width: 100%;
    border: 2px solid black;
    border-collapse: collapse;
}

code.terminal {
    background-color: #222;
    color: #1fbf51;
    text-shadow: 0 1px 1px #222;
    display: block;
    border-radius: 5px;
    padding: 25px;
    overflow: auto;
}

code.terminal strong {
    color: #97ce01;
    font-weight: 700;
}

pre code {
    font-size: inherit;
    word-break: normal;
}

pre {
    background-color: #e6e6e6;
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    line-height: 1.6em;
    tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    white-space: pre-wrap;
}

.ngx-search-input {
    border: none;
    background: none;
    flex-grow: 1;
    max-width: 125px;
}

.ngx-search-btn {
    background: none;
    border: none;
}

.ngx-search-wrapper {
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    background: #fff;
    padding: 8px 4px;
    align-items: center;
}

@media (max-width: 600px) {
    .ngx-search-wrapper {
        display: none;
    }
}
