/* ================================= */
/* PAGE BACKGROUND */
/* ================================= */

body {
    background: #070b16;
    color: #eef2f7;
}


/* ================================= */
/* PAGE / ARTICLE LAYOUT */
/* ================================= */

.wp-site-blocks {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

/* main article width */

.wp-block-post-title,
.wp-block-post-date,
.wp-block-post-terms,
.wp-block-post-featured-image,
.wp-block-post-content {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}


/* ================================= */
/* FEATURED IMAGE */
/* ================================= */

.wp-block-post-featured-image {
    margin-bottom: 28px;
}

.wp-block-post-featured-image img {
    width: 100%;
    max-width: 860px;
    max-height: 480px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 0;
}


/* ================================= */
/* BODY TEXT */
/* ================================= */

.wp-block-post-content p {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 16px;
    color: #d9e0ea;
}

.wp-block-post-content p + p {
    margin-top: 0;
}

.wp-block-post-content li {
    font-size: 18px;
    line-height: 1.75;
    color: #d9e0ea;
    margin-bottom: 8px;
}


/* ================================= */
/* LINKS */
/* ================================= */

.wp-block-post-content a {
    color: #8ec5ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wp-block-post-content a:hover {
    color: #c9e4ff;
}


/* ================================= */
/* POST TITLE */
/* ================================= */

.wp-block-post-title {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 58px;
    line-height: 0.98;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.04em;
    color: #f5f7fb;
}


/* ================================= */
/* ARTICLE HEADINGS */
/* ================================= */

.wp-block-post-content h1,
.wp-block-post-content h2 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.02;
    font-weight: 800;
    margin-top: 44px;
    margin-bottom: 16px;
    letter-spacing: -0.035em;
    color: #f5f7fb;
    position: relative;
    padding-top: 18px;
}


/* divider above headings */

.wp-block-post-content h1::before,
.wp-block-post-content h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0.18), rgba(255,255,255,0.03));
    margin-bottom: 20px;
}

.wp-block-post-content h3 {
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    color: #eef2f7;
}

.wp-block-post-content h2 + p,
.wp-block-post-content h3 + p {
    margin-top: 0;
}


/* ================================= */
/* SEPARATORS */
/* ================================= */

.wp-block-separator,
hr {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.14);
    margin-top: 22px;
    margin-bottom: 28px;
}


/* ================================= */
/* META */
/* ================================= */

.wp-block-post-date,
.wp-block-post-terms {
    font-size: 14px;
    color: #9aa6b6;
}


/* ================================= */
/* EASY TABLE OF CONTENTS */
/* ================================= */

.ez-toc-container,
#ez-toc-container {
    background: #0d1322;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    font-size: 14px;
    line-height: 1.55;
    margin: 28px auto 32px;
    max-width: 860px;
}

.ez-toc-container ul,
.ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ez-toc-container .ez-toc-list > li,
#ez-toc-container .ez-toc-list > li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
}

.ez-toc-container .ez-toc-list > li::before,
#ez-toc-container .ez-toc-list > li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0.05em;
    color: #7fb8ff;
    font-size: 16px;
}

.ez-toc-container .ez-toc-list > li > a,
#ez-toc-container .ez-toc-list > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #eef2f7;
    text-decoration: none;
}

.ez-toc-container .ez-toc-list > li > a:hover,
#ez-toc-container .ez-toc-list > li > a:hover {
    color: #8ec5ff;
}


/* ================================= */
/* PROFESSIONAL COMPARISON TABLE */
/* ================================= */

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 13px;
    background: #0b1020;
}


/* table header */

.wp-block-table thead th {
    background: #121a2d;
    color: #f5f7fb;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}


/* table cells */

.wp-block-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #dbe3ee;
}


/* zebra rows */

.wp-block-table tbody tr:nth-child(even) {
    background: #0f1628;
}

.wp-block-table tbody tr:nth-child(odd) {
    background: #0b1020;
}


/* hover effect */

.wp-block-table tbody tr:hover {
    background: #16203a;
    cursor: pointer;
}


/* product / first column emphasis */

.wp-block-table td:first-child {
    font-weight: 700;
    font-size: 13px;
    color: #f5f7fb;
}


/* last column emphasis */

.wp-block-table td:last-child {
    font-weight: 700;
    color: #8ec5ff;
}


/* ================================= */
/* NUMBER POSTS IN QUERY LOOP */
/* ================================= */

.wp-block-post-template {
    counter-reset: post-number;
}

.wp-block-post {
    counter-increment: post-number;
    position: relative;
}

.wp-block-post::before {
    content: counter(post-number, decimal-leading-zero);
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 13px;
    font-weight: 800;
    background: rgba(8,12,24,0.88);
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    z-index: 2;
}