/*
Theme Name: På spidsen
Description: Et enkelt, responsivt tema til dagens dilemma. Brug sammen med pluginet På spidsen — Dagens dilemma.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.0
Author: På spidsen
License: GPL-2.0-or-later
Text Domain: pa-spidsen-theme
*/
:root{--ps-bg:#f7f7f2;--ps-ink:#22221f;--ps-purple:#7044f5;--ps-line:#dcded4}
*{box-sizing:border-box}
body{margin:0;background:var(--ps-bg);color:var(--ps-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.65}
a{color:inherit;text-underline-offset:4px}
a:focus-visible,button:focus-visible{outline:3px solid var(--ps-purple);outline-offset:5px}
.ps-skip{position:fixed;top:8px;left:8px;z-index:100000;transform:translateY(-200%);padding:10px 18px;background:var(--ps-ink);color:white;border-radius:8px}
.ps-skip:focus{transform:translateY(0)}
.ps-theme-shell{width:min(920px,calc(100% - 44px));margin:auto}
.ps-theme-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--ps-line);flex-wrap:wrap}
.ps-theme-brand{font-weight:750;font-size:28px;letter-spacing:-1.3px;text-decoration:none}.ps-theme-brand span{color:var(--ps-purple)}
.ps-theme-nav ul{display:flex;gap:20px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.ps-theme-nav a{font-size:14px;text-decoration:none}
.ps-theme-content{padding:50px 0 70px;min-height:60vh;overflow-wrap:anywhere}
.ps-theme-content h1{font-size:clamp(32px,5vw,52px);line-height:1.15;letter-spacing:-1.5px}.ps-theme-content h2{line-height:1.25}
.ps-theme-content img{max-width:100%;height:auto}.ps-theme-content iframe{max-width:100%}
.ps-theme-content pre{overflow:auto;padding:20px;background:#eeeee8;border-radius:10px}.ps-theme-content table{display:block;overflow:auto;max-width:100%}
.ps-theme-footer{border-top:1px solid var(--ps-line);padding:22px 0;font-size:14px;color:#65685e}
.ps-theme-post+.ps-theme-post{border-top:1px solid var(--ps-line);padding-top:24px;margin-top:32px}
.ps-theme-notice{margin:12vh auto;max-width:620px;padding:28px}.ps-theme-notice h1{font-size:40px;line-height:1.15;letter-spacing:-1px}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
