/*
Theme Name:  Cloudflare Stat
Theme URI:   https://cloudflare-stat.com
Description: Минимальная тема со сбором телеметрии Cloudflare Stat на каждой публичной странице и на экране логина.
Version:     1.1.5
Author:      Cloudflare Stat
License:     GPL-2.0-or-later
Text Domain: cf-stat
Requires at least: 5.0
Requires PHP: 7.4
*/

body {
    margin: 0;
    font: 16px/1.6 system-ui, sans-serif;
    color: #111;
    background: #fff;
}

.cf-wrap {
    max-width: 44rem;
    margin: 0 auto;
    padding: 1.5rem;
}

.cf-site-title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem;
}

.cf-site-title a {
    color: inherit;
    text-decoration: none;
}

.cf-post + .cf-post {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #ddd;
}

.cf-post h1,
.cf-post h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0.75rem;
}

.cf-post h2 a {
    color: inherit;
    text-decoration: none;
}

.cf-nav {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 2rem 0 0;
}
