:root {
    --pc-ink: #18202f;
    --pc-muted: #4f6178;
    --pc-line: #dce4ec;
    --pc-paper: #ffffff;
    --pc-soft: #f4f7fa;
    --pc-accent: #ffbd19;
    --pc-blue: #17345d;
}

.pc-preview-bar {
    padding: 9px 20px;
    color: #663f00;
    background: #fff2c8;
    border-bottom: 1px solid #efd47b;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.pc-home-hero {
    min-height: 620px;
}

.pc-home-hero .sk-hero-grid {
    min-height: 620px;
}

.pc-independent-badge {
    width: fit-content;
    margin: 0 0 14px !important;
    padding: 6px 10px;
    color: #0d2b45 !important;
    background: #d7f5fa;
    border: 1px solid #9ddde8;
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 800;
}

.pc-route-disclosure {
    color: #233f58;
    background: #eef8fa;
    border-block: 1px solid #c9e5e9;
}

.pc-route-disclosure > .sk-container {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding-block: 12px;
    font-size: 14px;
    line-height: 1.65;
}

.pc-route-disclosure strong {
    flex: 0 0 auto;
    color: #123b53;
}

.sk-hero-copy > .pc-hero-subheading {
    margin: 18px 0 0;
    color: #bed0e4;
    font-size: clamp(23px, 2.2vw, 33px);
    font-weight: 650;
    line-height: 1.34;
    text-wrap: balance;
}

.pc-boundary-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.pc-boundary-list li {
    padding: 6px 10px;
    color: #edf6ff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.pc-task-band,
.pc-check-band,
.pc-signal-band,
.pc-device-band,
.pc-cases-band,
.pc-evidence-band {
    padding-block: 76px;
}

.pc-task-band,
.pc-device-band,
.pc-evidence-band {
    background: #fff;
}

.pc-check-band,
.pc-cases-band {
    background: #eef4f8;
}

.pc-signal-band {
    background: #f8fafc;
}

.pc-task-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.pc-task-grid article {
    min-height: 278px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-top: 4px solid #21678c;
    border-radius: 8px;
}

.pc-task-grid article > span {
    display: inline-grid;
    min-width: 38px;
    min-height: 30px;
    place-items: center;
    color: #164b69;
    background: #e1f2f6;
    border-radius: 4px;
    font-weight: 850;
}

.pc-task-grid h3 {
    margin: 18px 0 9px;
    color: var(--pc-ink);
    font-size: 21px;
    line-height: 1.4;
}

.pc-task-grid p {
    margin: 0;
    color: var(--pc-muted);
    line-height: 1.75;
}

.pc-task-grid small {
    margin-top: 16px;
    color: #425871;
    font-weight: 700;
}

.pc-task-grid a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #15547f;
    font-weight: 800;
    text-decoration: none;
}

.pc-check-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 32px;
    align-items: start;
}

.pc-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
}

.pc-checklist label {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    color: #21364d;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 6px;
    cursor: pointer;
}

.pc-checklist input {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    accent-color: #176684;
}

.pc-checklist-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.pc-checklist-actions button,
.pc-url-checker button {
    min-height: 44px;
    padding: 9px 16px;
    color: #fff;
    background: #173f62;
    border: 0;
    border-radius: 5px;
    font-weight: 800;
    cursor: pointer;
}

.pc-checklist-actions strong {
    color: #244e69;
}

.pc-url-checker {
    padding: 28px;
    color: #eaf3fb;
    background: #142d47;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(22, 52, 83, 0.14);
}

.pc-url-checker .sk-eyebrow {
    color: #8ee0ec;
}

.pc-url-checker h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.28;
}

.pc-url-checker > p:not(.sk-eyebrow) {
    color: #cadbea;
}

.pc-url-form {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.pc-url-form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.pc-url-checker label {
    font-size: 14px;
    font-weight: 750;
}

.pc-url-checker input {
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #99b6ca;
    border-radius: 5px 0 0 5px;
}

.pc-url-checker button {
    min-height: 48px;
    color: #102c42;
    background: #8ee0ec;
    border-radius: 0 5px 5px 0;
}

.pc-url-checker dl {
    display: grid;
    gap: 1px;
    margin: 22px 0 0;
    background: #385169;
    border: 1px solid #385169;
}

.pc-url-checker dl > div {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    background: #17364f;
}

.pc-url-checker dt,
.pc-url-checker dd {
    margin: 0;
    padding: 9px 11px;
    overflow-wrap: anywhere;
}

.pc-url-checker dt {
    color: #b6d2e4;
    font-weight: 700;
}

.pc-url-checker dd {
    color: #fff;
}

.pc-url-status {
    margin: 14px 0 0;
    color: #bcd0df !important;
    font-size: 13px;
}

.pc-table-wrap {
    margin-top: 28px;
    overflow-x: auto;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-signal-table,
.pc-device-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.pc-signal-table th,
.pc-signal-table td,
.pc-device-table th,
.pc-device-table td {
    padding: 17px 18px;
    border-bottom: 1px solid var(--pc-line);
    text-align: left;
    vertical-align: top;
    line-height: 1.65;
}

.pc-signal-table thead th,
.pc-device-table thead th {
    color: #fff;
    background: #173f62;
    font-size: 14px;
}

.pc-signal-table tbody th,
.pc-device-table tbody th {
    width: 28%;
    color: #17344f;
    background: #f5f8fa;
}

.pc-signal-table tr.is-stop td:last-child {
    color: #8a1f18;
    font-weight: 750;
}

.pc-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 20px;
}

.pc-inline-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #15547f;
    font-weight: 800;
    text-decoration: none;
}

.pc-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.pc-case-grid article {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-case-grid h3 {
    margin: 0 0 18px;
    color: #153a59;
    font-size: 22px;
}

.pc-case-grid dl {
    display: grid;
    gap: 13px;
    margin: 0;
}

.pc-case-grid dl > div {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
}

.pc-case-grid dt {
    color: #1f5b7c;
    font-weight: 800;
}

.pc-case-grid dd {
    margin: 0;
    color: var(--pc-muted);
}

.pc-evidence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 28px 0 0;
    background: var(--pc-line);
    border: 1px solid var(--pc-line);
}

.pc-evidence-grid > div {
    min-height: 144px;
    padding: 22px;
    background: #fff;
}

.pc-evidence-grid dt {
    margin-bottom: 10px;
    color: #285878;
    font-size: 14px;
    font-weight: 800;
}

.pc-evidence-grid dd {
    margin: 0;
    color: var(--pc-ink);
    font-weight: 650;
    line-height: 1.7;
}

.pc-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.pc-category-grid > a {
    min-height: 156px;
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 22px;
    color: var(--pc-ink);
    background: var(--pc-paper);
    border: 1px solid var(--pc-line);
    border-radius: 8px;
    text-decoration: none;
}

.pc-category-grid > a:hover,
.pc-category-grid > a:focus-visible {
    border-color: #98abc0;
    box-shadow: 0 12px 28px rgba(27, 50, 82, 0.08);
}

.pc-category-grid strong {
    font-size: 21px;
}

.pc-category-grid span,
.pc-category-grid small {
    color: var(--pc-muted);
    line-height: 1.75;
}

.pc-sports-directory {
    margin-bottom: 58px;
    padding-bottom: 54px;
    border-bottom: 1px solid var(--pc-line);
}

.pc-sports-directory .sk-section-heading {
    max-width: 760px;
    margin: 0;
    text-align: left;
}

.pc-sports-directory .sk-section-heading > p:last-child {
    color: var(--pc-muted);
    line-height: 1.8;
}

.pc-category-grid small {
    margin-top: auto;
    font-weight: 700;
}

.pc-category-guide {
    margin: 0 0 56px;
    padding: 30px;
    border: 1px solid #c8d8e6;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #eff7fb 100%);
    box-shadow: 0 14px 34px rgba(27, 50, 82, 0.06);
}

.pc-category-guide .sk-section-heading {
    max-width: 900px;
    margin: 0;
    text-align: left;
}

.pc-category-guide .sk-section-heading > p:last-child {
    color: var(--pc-muted);
    line-height: 1.82;
}

.pc-category-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.pc-category-guide-grid > section {
    min-width: 0;
    padding: 22px;
    border: 1px solid #d7e3ed;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.88);
}

.pc-category-guide-grid h3 {
    margin: 0 0 12px;
    color: #173a61;
    font-size: 19px;
    line-height: 1.46;
}

.pc-category-guide-grid p,
.pc-category-guide-grid li {
    color: #40566c;
    font-size: 15px;
    line-height: 1.8;
}

.pc-category-guide-grid p {
    margin: 0;
}

.pc-category-guide-grid ul {
    display: grid;
    gap: 9px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.pc-category-guide-grid li {
    position: relative;
    padding-left: 17px;
}

.pc-category-guide-grid li::before {
    position: absolute;
    left: 0;
    color: #1973a7;
    content: '•';
}

.sk-section-heading-inline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.sk-section-heading-inline > a {
    margin-bottom: 5px;
    font-weight: 700;
    text-decoration: none;
}

.sk-article-card h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
}

.sk-article-card h2 a {
    color: var(--pc-ink);
    text-decoration: none;
}

.sk-article-card > div > a:last-child {
    display: inline-flex;
    margin-top: auto;
    font-weight: 700;
    text-decoration: none;
}

.sk-story-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sk-story-meta time {
    color: var(--pc-muted);
    font-size: 12px;
}

.pc-method-band {
    background: #f0f5f9;
}

.pc-faq-band {
    background: #fff;
    border-top: 1px solid var(--pc-line);
}

.pc-faq-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 54px;
    align-items: start;
}

.pc-faq-list {
    display: grid;
    gap: 12px;
}

.pc-faq-list details {
    padding: 18px 20px;
    background: var(--pc-soft);
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-faq-list summary {
    color: var(--pc-ink);
    font-weight: 750;
    cursor: pointer;
}

.pc-faq-list p {
    margin: 13px 0 0;
    color: var(--pc-muted);
    line-height: 1.8;
}

.pc-page-header,
.pc-article-header {
    padding: 84px 0 56px;
    color: #fff;
    background: linear-gradient(115deg, #112945, #275990);
}

.pc-page-header h1,
.pc-article-header h1 {
    max-width: 900px;
    margin: 10px 0 16px;
    color: #fff;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.14;
    letter-spacing: 0;
    text-wrap: balance;
}

.pc-page-header > .sk-container > p,
.pc-deck {
    max-width: 840px;
    margin: 0;
    color: #d5e4f5;
    font-size: 19px;
    line-height: 1.8;
}

.pc-reading-width {
    width: min(920px, calc(100% - 40px));
}

.pc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
    color: #b7cde5;
    font-size: 14px;
}

.pc-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.pc-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 24px;
    color: #c7d9ed;
    font-size: 14px;
}

.pc-byline a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.pc-article-hero {
    margin: 46px auto 40px;
    aspect-ratio: 16 / 9;
    background: #e9eff5;
}

.pc-article-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-prose {
    color: #263141;
    font-size: 18px;
    line-height: 1.95;
}

.pc-prose h2,
.pc-prose h3 {
    color: #14243a;
    letter-spacing: 0;
}

.pc-prose h2 {
    margin: 54px 0 18px;
    padding-top: 14px;
    border-top: 1px solid var(--pc-line);
    font-size: 30px;
    line-height: 1.35;
}

.pc-prose h3 {
    margin: 32px 0 12px;
    font-size: 23px;
}

.pc-prose p {
    margin: 0 0 20px;
}

.pc-prose ul {
    display: grid;
    gap: 9px;
    margin: 0 0 24px;
    padding-left: 24px;
}

.pc-prose a {
    color: #175f9b;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pc-toc {
    margin: 0 0 34px;
    padding: 22px 24px;
    background: #f2f6fa;
    border: 1px solid var(--pc-line);
    border-left: 5px solid #2c6aaa;
}

.pc-toc strong {
    display: block;
    margin-bottom: 12px;
    color: var(--pc-ink);
    font-size: 18px;
}

.pc-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    margin: 0;
    padding-left: 22px;
}

.pc-toc a {
    color: #285c8d;
    text-decoration: none;
}

.pc-updated {
    display: inline-block;
    margin-top: 18px;
    color: #c7d9ed;
}

.pc-page-header > .sk-container > .pc-utility-disclosure {
    width: fit-content;
    margin: 0 0 16px;
    padding: 7px 10px;
    color: #163149;
    background: #d9f3f7;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
}

.pc-utility-band {
    background: #f3f6f9;
}

.pc-utility-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 48px;
    align-items: start;
}

.pc-utility-sections {
    display: grid;
    gap: 14px;
}

.pc-utility-sections > section {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-utility-sections > section > span {
    display: grid;
    width: 42px;
    height: 32px;
    place-items: center;
    color: #17345d;
    background: #e5eef7;
    border-radius: 4px;
    font-weight: 800;
}

.pc-utility-sections h2,
.pc-utility-sections p {
    margin: 0;
}

.pc-utility-sections h2 {
    margin-bottom: 8px;
    font-size: 23px;
}

.pc-utility-sections p {
    color: var(--pc-muted);
    line-height: 1.85;
}

.pc-utility-checks {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.pc-utility-checks li {
    position: relative;
    padding-left: 24px;
    color: var(--pc-text);
    line-height: 1.65;
}

.pc-utility-checks li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--pc-accent);
    content: "✓";
    font-weight: 800;
}

.pc-utility-links {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-utility-links h2 {
    margin: 0 0 12px;
    font-size: 21px;
}

.pc-utility-links ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-utility-links a {
    color: #285c8d;
    font-weight: 800;
    text-decoration: none;
}

.pc-utility-links a:hover,
.pc-utility-links a:focus-visible {
    text-decoration: underline;
}

.pc-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding: 18px 20px;
    background: var(--pc-soft);
    border: 1px solid var(--pc-line);
}

.pc-pagination > span {
    color: var(--pc-muted);
    font-weight: 700;
}

.pc-pagination > div {
    display: flex;
    gap: 10px;
}

.pc-pagination a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 8px 14px;
    color: #fff;
    background: #17345d;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
}

.pc-source-note,
.pc-author-box {
    margin: 44px 0 0;
    padding: 24px 26px;
    background: var(--pc-soft);
    border: 1px solid var(--pc-line);
    border-radius: 8px;
}

.pc-source-note h2,
.pc-source-note p,
.pc-author-box p {
    margin: 0;
}

.pc-source-note h2 {
    margin-bottom: 8px;
    font-size: 20px;
}

.pc-author-box {
    margin-bottom: 58px;
    border-left: 5px solid #2c6aaa;
}

.pc-author-box strong {
    display: block;
    margin-bottom: 7px;
    font-size: 20px;
}

.pc-author-box a {
    display: inline-flex;
    margin-top: 12px;
    font-weight: 700;
    text-decoration: none;
}

.pc-search-form {
    max-width: 680px;
    display: grid;
    gap: 8px;
    margin-top: 28px;
}

.pc-search-form label {
    font-size: 14px;
    font-weight: 700;
}

.pc-search-form > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.pc-search-form input,
.pc-search-form button {
    min-height: 50px;
    padding: 10px 15px;
    border: 0;
    font: inherit;
}

.pc-search-form input {
    border-radius: 5px 0 0 5px;
}

.pc-search-form button {
    color: #17202d;
    background: var(--pc-accent);
    border-radius: 0 5px 5px 0;
    font-weight: 750;
    cursor: pointer;
}

.pc-empty {
    min-height: 160px;
    display: grid;
    place-items: center;
    margin: 0;
    color: var(--pc-muted);
    background: var(--pc-soft);
    border: 1px dashed #aebdcc;
}

.pc-footer {
    padding: 44px 0 28px;
    color: #cbd8e7;
    background: #101e31;
}

.pc-footer .sk-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
}

.pc-footer strong {
    color: #fff;
    font-size: 20px;
}

.pc-footer p {
    margin: 7px 0 0;
}

.pc-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.pc-footer a {
    color: #fff;
    text-decoration: none;
}

.pc-task-grid a:focus-visible,
.pc-category-grid > a:focus-visible,
.pc-inline-actions a:focus-visible,
.pc-footer a:focus-visible,
.pc-checklist input:focus-visible,
.pc-checklist-actions button:focus-visible,
.pc-url-checker input:focus-visible,
.pc-url-checker button:focus-visible,
.pc-table-wrap:focus-visible {
    outline: 3px solid #0b63ce;
    outline-offset: 3px;
}

.pc-task-band .sk-eyebrow,
.pc-check-band .sk-eyebrow,
.pc-signal-band .sk-eyebrow,
.pc-device-band .sk-eyebrow,
.pc-channel-band .sk-eyebrow,
.pc-cases-band .sk-eyebrow,
.pc-method-band .sk-eyebrow,
.pc-evidence-band .sk-eyebrow,
.pc-faq-band .sk-eyebrow {
    color: #155d7b;
}

.pc-task-band,
.pc-check-band,
.pc-signal-band,
.pc-device-band,
.pc-channel-band,
.pc-cases-band,
.pc-method-band,
.pc-evidence-band,
.pc-faq-band,
#quick-check,
#url-checker {
    scroll-margin-top: 82px;
}

.pc-footer small {
    grid-column: 1 / -1;
    padding-top: 18px;
    border-top: 1px solid #2a3c52;
}

@media (max-width: 1023px) {
    .pc-task-grid,
    .pc-evidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-check-layout {
        grid-template-columns: 1fr;
    }

    .pc-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-category-guide-grid {
        grid-template-columns: 1fr;
    }

    .pc-footer .sk-container {
        grid-template-columns: 1fr;
    }

    .pc-footer nav {
        justify-content: flex-start;
    }

    .pc-home-hero,
    .pc-home-hero .sk-hero-grid {
        min-height: auto;
    }

    .pc-faq-layout,
    .pc-utility-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pc-task-band,
    .pc-check-band,
    .pc-signal-band,
    .pc-device-band,
    .pc-cases-band,
    .pc-evidence-band {
        padding-block: 52px;
    }

    .pc-task-grid,
    .pc-checklist,
    .pc-case-grid,
    .pc-evidence-grid {
        grid-template-columns: 1fr;
    }

    .pc-task-grid article {
        min-height: 0;
    }

    .pc-task-grid a {
        margin-top: 16px;
    }

    .pc-checklist-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pc-url-checker {
        padding: 22px 18px;
    }

    .pc-url-form > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pc-url-checker input,
    .pc-url-checker button {
        border-radius: 5px;
    }

    .pc-case-grid dl > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .pc-category-grid {
        grid-template-columns: 1fr;
    }

    .pc-category-guide {
        margin-bottom: 38px;
        padding: 21px 17px;
    }

    .sk-section-heading-inline {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .pc-page-header,
    .pc-article-header {
        padding: 58px 0 40px;
    }

    .pc-page-header h1,
    .pc-article-header h1 {
        font-size: 36px;
    }

    .pc-page-header > .sk-container > p,
    .pc-deck,
    .pc-prose {
        font-size: 16px;
    }

    .pc-prose h2 {
        font-size: 26px;
    }

    .pc-toc ol {
        grid-template-columns: 1fr;
    }

    .pc-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .pc-reading-width {
        width: min(100% - 28px, 920px);
    }

    .pc-footer nav {
        justify-content: flex-start;
    }
}
