:root{--colors-primary: #ffea00;--colors-primary-dark-10: #cb0;--colors-primary-transparent-25: rgba(255,234,0,0.25);--colors-lightgrey: #f0f0f2;--colors-lightgrey-transparent-25: rgba(240,240,242,0.25);--colors-grey: #dadbdf;--colors-midgrey: #999;--colors-midgrey-transparent-25: rgba(153,153,153,0.25);--colors-midgrey-transparent-50: rgba(153,153,153,0.5);--colors-darkgrey: #555;--colors-black: rgba(0,0,0,0.87);--colors-black-transparent-75: rgba(0,0,0,0.75);--colors-white: #fffffa;--gutter-outer: 4rem;--gutter-inner-y: 2rem;--gutter-inner-x: 8rem;--font-scale-content: 1;--font-scale-headers: 1}@media (max-width: 1188px){:root{--gutter-outer: 1rem;--gutter-inner-y: 2rem;--gutter-inner-x: 4rem}}@media (max-width: 900px){:root{--gutter-inner-y: 1rem;--gutter-inner-x: 1rem}}.hidden{display:none}*,*::after,*::before{box-sizing:border-box}::selection{background-color:var(--colors-primary);color:var(--colors-black)}@font-face{font-family:'Fjalla One';font-style:normal;font-weight:400;src:local(""),url("fjalla-one-v13-latin-regular.woff2") format("woff2"),url("fjalla-one-v13-latin-regular.woff") format("woff");font-display:swap}@font-face{font-family:'Teko';font-style:normal;font-weight:500;src:local(""),url("teko-v15-latin-500.woff2") format("woff2"),url("teko-v15-latin-500.woff") format("woff")}html{font-family:'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif;color:var(--colors-black);line-height:1.34;font-size:20px;background-color:var(--colors-primary);background-image:radial-gradient(rgba(0,0,0,0.1) 10%, transparent 10%),radial-gradient(rgba(0,0,0,0.1) 10%, transparent 10%);background-position:0 0, 2vh 2vh;background-size:2vh 2vh;background-attachment:fixed}@media (max-width: 1024px){html{font-size:14px}}body{--body-width: calc(100vw - calc(var(--gutter-outer) * 2));--body-max-width: calc(100vw - calc(var(--gutter-outer) * 2));--body-margin: var(--gutter-outer);width:var(--body-width);max-width:var(--body-max-width);margin:var(--body-margin);padding:var(--gutter-inner-y);background-color:var(--colors-white);box-shadow:0 1rem 2rem var(--colors-primary-dark-10);border-radius:.2rem}@media (min-width: 1188px){body{--body-max-width: 1188px;--body-margin: var(--gutter-outer) auto;border-radius:.4rem}}@media (max-width: 900px){body{--body-width: 100vw;--body-max-width: calc(100vw - calc(var(--gutter-outer) * 2))}}.main-header{margin:calc(-.75 * var(--gutter-inner-y)) calc(-1 * var(--gutter-inner-y)) 0;padding:0}@media (min-width: 1024px){.main-header{position:sticky;top:0;background-color:rgba(255,255,255,0.7);backdrop-filter:saturate(180%) blur(0.5rem);z-index:1;display:flex;flex-direction:column}}.main-header .inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:Fjalla One, sans-serif;user-select:none;margin:calc(.5 * var(--gutter-inner-y)) calc(.5 * var(--gutter-inner-y)) 0}@media (max-width: 900px){.main-header .inner{flex-direction:column;padding-bottom:1rem}}.main-header hr{margin-top:calc(.5 * var(--gutter-inner-y));margin-bottom:0}.main-header a{text-transform:uppercase;text-decoration:none;color:inherit}.main-header h1{font-weight:400;font-size:2rem;line-height:1;margin:0;padding:0}.main-header h1 img{--faceSize: 1.25em;width:var(--faceSize);height:var(--faceSize);position:relative;margin-bottom:-.2em}@media (min-width: 1024px){.main-header h1 a{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);position:relative;z-index:0}.main-header h1 a::before{content:'';margin:auto;position:absolute;height:1.2em;top:0;left:-0.25em;transition:.4s ease-in-out;z-index:-1;box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);background-color:var(--background);border-radius:0 .1rem .1rem 0}.main-header h1 a{--shadow: transparent;--background: transparent}.main-header h1 a::before{right:100%}.main-header h1 a:hover{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);background-color:transparent !important}.main-header h1 a:hover::before{right:-0.25em}}@media (max-width: 900px){.main-header h1{text-align:center;margin-bottom:1rem}.main-header h1 a{display:block}.main-header h1 img{--faceSize: 8rem;display:block;margin:1rem auto}}.main-header nav{font-size:1.1rem;display:flex}.main-header nav a{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);position:relative;z-index:0}.main-header nav a::before{content:'';margin:auto;position:absolute;height:1.3em;top:0;left:-0.25em;transition:.4s ease-in-out;z-index:-1;box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);background-color:var(--background);border-radius:0 .1rem .1rem 0}.main-header nav a{--shadow: transparent;--background: transparent}.main-header nav a::before{right:100%}.main-header nav a:hover{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);background-color:transparent !important}.main-header nav a:hover::before{right:-0.25em}.main-header nav a+a{margin-left:1rem}.main-header nav a.active{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);position:relative;z-index:0}.main-header nav a.active::before{content:'';margin:auto;position:absolute;height:1.3em;top:0;left:-0.25em;transition:.4s ease-in-out;z-index:-1;box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);background-color:var(--background);border-radius:0 .1rem .1rem 0}.main-header nav a.active{--shadow: transparent;--background: transparent}.main-header nav a.active::before{right:100%}.main-header nav a.active{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);background-color:transparent !important}.main-header nav a.active::before{right:-0.25em}.main-header nav a svg{width:1.2em;height:1.2em;margin-bottom:-0.15em}.main-content a,.main-footer a{color:inherit;padding:0 0.125em}.main-content a:hover,.main-footer a:hover{text-decoration:none;background-color:var(--colors-primary)}.main-content a::after,.main-footer a::after{content:'↗';display:inline-block;margin-left:.125em;vertical-align:top;opacity:.6;font-size:.7rem;font-weight:bold}.main-content a:hover::after,.main-footer a:hover::after{opacity:1}.main-content a[href^="#"]::after,.main-content a[href^="/"]::after,.main-footer a[href^="#"]::after,.main-footer a[href^="/"]::after{display:none}.main-content .webring,.main-footer .webring{text-align:center}.main-content .webring a,.main-footer .webring a{text-decoration:none}.main-content .webring a::after,.main-footer .webring a::after{display:none}@media (max-width: 900px){.main-content .webring,.main-footer .webring{font-size:3rem}}.main-content{padding:var(--gutter-inner-y) var(--gutter-inner-x)}.main-content>h2{margin-top:var(--gutter-inner-y);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>h3{margin-top:var(--gutter-inner-y);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>h4{margin-top:var(--gutter-inner-y);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>h5{margin-top:var(--gutter-inner-y);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>p{margin-top:calc(var(--gutter-inner-y)/2);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>ol{margin-top:calc(var(--gutter-inner-y)/2);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>ul{margin-top:calc(var(--gutter-inner-y)/2);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>figure{margin-top:calc(var(--gutter-inner-y)/2);margin-bottom:calc(var(--gutter-inner-y)/2)}.main-content>*:first-child{margin-top:0}.main-content>*:last-child{margin-bottom:0}.main-content p,.main-content ul,.main-content ol{font-size:calc(1em * var(--font-scale-content))}.main-content ul ul,.main-content ul ol,.main-content ul li,.main-content ul p,.main-content ol ul,.main-content ol ol,.main-content ol li,.main-content ol p{font-size:1em}.main-content h2{font-size:calc(2rem * var(--font-scale-headers))}.main-content h3{font-size:calc(1.5rem * var(--font-scale-headers))}.main-content h4{font-size:calc(1rem * var(--font-scale-headers))}.main-content h5{font-size:calc(1rem * var(--font-scale-headers));text-transform:uppercase}@media (max-width: 1024px){.main-content{--font-scale-content: 1.2}}.main-content blockquote{width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x));border:0.1rem solid var(--colors-grey);background-color:var(--colors-lightgrey);padding:1rem;color:var(--colors-darkgrey);border-radius:.4rem;font-size:1em}.main-content blockquote :first-child{margin-top:0}.main-content blockquote :last-child{margin-bottom:0}.main-content blockquote.updated{font-size:.8em;background-color:var(--colors-white);border:0.1rem solid var(--colors-lightgrey);text-align:center}.main-content .pull-comment{position:relative;width:100%}.main-content .pull-comment blockquote{font-size:.8em;background-color:var(--colors-white);border:0.1rem solid var(--colors-lightgrey);padding:.5rem;font-style:italic}@media (min-width: 1024px){.main-content .pull-comment blockquote{padding:1rem}}.main-content .iframe .figure-content,.main-content img{border-radius:inherit;max-width:100%;margin-left:auto;margin-right:auto}.main-content .iframe .figure-content{background-color:transparent;border:none;width:100%}.main-content .iframe .figure-content.placeholder{background:var(--colors-darkgrey);cursor:pointer}.main-content .iframe .figure-content.placeholder img{width:100%;height:100%;left:0;right:0;top:0;bottom:0;position:inherit;object-fit:cover;z-index:0;opacity:.5}.main-content .iframe .figure-content.placeholder::before,.main-content .iframe .figure-content.placeholder::after{color:var(--colors-white);position:absolute;left:0;right:0;text-align:center;z-index:1;filter:drop-shadow(0 0 0.5rem var(--colors-black))}.main-content .iframe .figure-content.placeholder::before{content:'Click to play';font-weight:bold;bottom:2.5rem}.main-content .iframe .figure-content.placeholder::after{content:attr(data-src);font-style:italic;bottom:1rem}.main-content img{height:auto}.main-content table{border:1px solid var(--colors-lightgrey);border-radius:.4rem;background-color:var(--colors-white);font-size:.9em;width:100%}.main-content table+table{margin-top:1rem}.main-content table td,.main-content table th{padding:.25rem .5rem}.main-content table thead{background:var(--colors-primary);color:var(--colors-black)}.main-content table tbody tr:nth-child(2n){background-color:var(--colors-lightgrey-transparent-25)}.main-content table.massive{width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x))}.main-content figure{width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x));border-radius:.4rem}.main-content figure img{border-radius:inherit;filter:drop-shadow(0 0.5rem 0.5rem var(--colors-midgrey-transparent-25))}.main-content figure.circle{border-radius:100%}.main-content figure.center{display:flex;justify-content:center;align-items:center}.main-content figure.massive img{width:100%}.main-content figure.iframe{position:relative;padding-top:71.25%;height:0}.main-content figure.iframe .figure-content{border:0;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:inherit}.main-content figure.image-with-blurb{display:flex;flex-direction:row;margin-bottom:2rem}.main-content figure.image-with-blurb img{width:30%;margin:0 1rem auto 0;filter:none}.main-content figure.image-with-blurb.small img{width:20%;margin-left:5%;margin-right:calc(1rem + 5%)}.main-content figure.image-with-blurb .blurb :first-child{margin-top:0}.main-content .posters-wrap{width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x));margin-bottom:2rem}@media (min-width: 900px){.main-content .posters-wrap{display:grid;grid-auto-flow:row;grid-gap:.5rem;grid-template-columns:repeat(4, 25%);position:relative;z-index:0}.main-content .posters-wrap figure{margin:0;width:auto;aspect-ratio:2/3;transition:.2s;position:relative}.main-content .posters-wrap figure img{width:100%;height:100%;aspect-ratio:2/3;object-fit:cover;transition:.2s;z-index:1}.main-content .posters-wrap figure .blurb{position:absolute;visibility:hidden;pointer-events:none;left:-100%;width:calc(200% + 1rem);min-height:100%;background-color:var(--colors-black-transparent-75);color:var(--colors-white);padding:.5rem .5rem .5rem 1.5rem;margin:0 .25rem;backdrop-filter:saturate(180%) blur(0.5rem);border-radius:inherit;filter:drop-shadow(0 0.5rem 1rem var(--colors-midgrey-transparent-50));transition:.1s;z-index:0;transform:scaleX(0);overflow:hidden;font-size:.8em}.main-content .posters-wrap figure .blurb h4{line-height:1;margin-bottom:0}.main-content .posters-wrap figure:hover{z-index:2;transform:translateX(0)}.main-content .posters-wrap figure:hover img{transform:scale(1.2);position:relative;filter:drop-shadow(0 0.5rem 1rem var(--colors-midgrey-transparent-50))}.main-content .posters-wrap figure:hover .blurb{visibility:visible;pointer-events:all;left:100%;transition:.1s;transform:scaleX(1)}.main-content .posters-wrap figure:hover:nth-child(3),.main-content .posters-wrap figure:hover:nth-child(4n+3){transform:translateX(calc(-100% - .5rem))}.main-content .posters-wrap figure:hover:nth-child(4n){transform:translateX(calc(-200% - 1rem))}}@media (max-width: 900px){.main-content .posters-wrap figure img{width:33%}.main-content .posters-wrap figure .blurb{width:66%;right:0;margin:0;padding:0}}@media (max-width: 1188px){.main-content{max-width:80%;margin:auto}}@media (max-width: 900px){.main-content{max-width:90%}}@media (max-width: 480px){.main-content{max-width:95%;padding-left:0;padding-right:0}}.main-footer{text-align:center}.main-footer abbr[title]{text-decoration:none}.main-footer .post-bio{text-align:left;display:flex;flex-direction:row}.main-footer .post-bio .u-photo{width:8rem;height:8rem;margin-right:1rem;margin-top:1rem}@media (max-width: 900px){.main-footer .post-bio{text-align:center;flex-direction:column}.main-footer .post-bio .u-photo{margin:auto}}.h-entry header{text-align:center;width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x))}.h-entry header h2{font-size:calc(4rem * var(--font-scale-headers));font-family:Fjalla One, sans-serif;margin:0 auto;padding:0}.h-entry header h2 a{text-decoration:none;color:inherit}@media (max-width: 1188px){.h-entry header h2{--font-scale-headers: .66}}.h-entry header .post-meta{display:flex;align-items:center;flex-direction:column;font-size:1rem;margin:var(--gutter-inner-y) auto;color:var(--colors-darkgrey);user-select:none;width:calc(100% - (var(--gutter-inner-x)))}.h-entry header .post-meta-primary,.h-entry header .post-meta-secondary{display:flex;flex-direction:row;justify-content:space-between}.h-entry header .post-meta-primary{margin-bottom:.5rem}.h-entry header .post-meta-primary .bullet{margin:0 1rem}.h-entry header .post-meta-secondary .webmention-stats{margin-right:1rem}.h-entry header .webmention-stats{text-decoration:none;display:flex;flex-direction:row}.h-entry header .webmention-stats>span{vertical-align:middle;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.h-entry header .webmention-stats>span+span{margin-left:.5em}.h-entry header .webmention-stats svg{width:.8em;height:auto;margin-right:.2em}.h-entry header .webmention-stats .value{font-size:.8em}hr{height:0.05rem;background-color:var(--colors-grey);border:0;margin-top:var(--gutter-inner-y);margin-bottom:var(--gutter-inner-y);margin-left:50%;transform:translateX(-50%);width:var(--body-width);max-width:var(--body-max-width)}hr+hr{display:none}hr.blank{background:transparent}.main-content .tags{display:flex;flex-direction:row-reverse;justify-content:center;pointer-events:none}.main-content .tags .tag{padding:.25rem .25rem .2rem;border-radius:0 .1rem .1rem 0;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:400;text-transform:uppercase;font-size:.75em;font-family:Fjalla One, sans-serif;--background: var(--colors-lightgrey);--shadow: var(--colors-lightgrey-transparent-25);--foreground: var(--colors-black);background-color:var(--background);box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);color:var(--foreground)}.main-content .tags .tag+.tag{margin-right:1rem}.main-content .tags .tag.tag-blog{display:none}.main-content .post-list{margin:0;padding:0;list-style:none}.main-content .post-list time{display:block;margin-bottom:.25rem;padding-left:.1785714286em;font-size:.7rem;color:var(--colors-darkgrey)}.main-content .post-list+.post-list li:first-child,.main-content .post-list li:nth-child(1n+2){margin-top:calc(var(--gutter-inner-y)/4)}@media (max-width: 1024px){.main-content .post-list+.post-list li:first-child,.main-content .post-list li:nth-child(1n+2){margin-top:var(--gutter-inner-y)}}.main-content .post-list+.post-list li:first-child time,.main-content .post-list li:nth-child(1n+2) time{margin-top:var(--gutter-inner-y)}.main-content .post-list .post-list-item{line-height:1.46}.main-content .post-list .post-list-item:not(:last-child){margin-bottom:var(--gutter-inner-y);padding-bottom:var(--gutter-inner-y);border-bottom:1px dashed rgba(107,138,185,0.4)}.main-content .post-list .post-item-meta{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:calc(var(--gutter-inner-y)/2)}.main-content .post-list .post-item-meta time{margin:0 !important}.main-content .post-list a{display:inline;--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);position:relative;z-index:0;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:#969696}.main-content .post-list a::before{content:'';margin:auto;position:absolute;height:100%;top:0;left:-0.25em;transition:.4s ease-in-out;z-index:-1;box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);background-color:var(--background);border-radius:0 .1rem .1rem 0}.main-content .post-list a{--shadow: transparent;--background: transparent}.main-content .post-list a::before{right:100%}.main-content .post-list a:hover{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);background-color:transparent !important}.main-content .post-list a:hover::before{right:-0.25em}@media (max-width: 900px){.main-content .post-list a{display:block}}.main-content .post-list .post-title{font-size:1.2em}.main-content .post-list .tags{justify-content:flex-start;flex-direction:row}@media (max-width: 900px){.main-content .post-list .tags{display:none}}.main-content .post-list .tags .tag{margin-right:.5rem}.main-content .btn{margin:var(--gutter-inner-y) auto auto;padding:.125rem .25rem;text-decoration:none;font-size:1.2rem;--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);position:relative;z-index:0}.main-content .btn::before{content:'';margin:auto;position:absolute;height:100%;top:0;left:-0.25em;transition:.4s ease-in-out;z-index:-1;box-shadow:-0.25em 0 0 0 var(--shadow),-0.5em 0 0 0 var(--shadow);background-color:var(--background);border-radius:0 .1rem .1rem 0}.main-content .btn:hover{--shadow: transparent;--background: transparent}.main-content .btn:hover::before{right:100%}.main-content .btn{--shadow: var(--colors-primary-transparent-25);--background: var(--colors-primary);background-color:transparent !important}.main-content .btn::before{right:-0.25em}.main-content .btn+.btn{margin-left:1.5rem}.main-content .btn::after{display:none}.main-content .wide-h3{display:flex;text-transform:uppercase;align-items:center;justify-content:center;text-align:center;cursor:default;user-select:none;font-family:Teko, sans-serif;font-weight:400;margin-bottom:1rem;margin-top:2rem;font-size:2rem;white-space:pre;line-height:1}.main-content .wide-h3:first-child{margin-top:0}.main-content .wide-h3::before,.main-content .wide-h3::after{content:'';height:.2rem;background-color:var(--colors-primary);flex:1}.main-content .wide-h3::before{margin-right:.5em;flex-grow:0;flex-basis:1em}.main-content .wide-h3::after{margin-left:.5em}.main-content .wide-h3 .slice{color:var(--colors-primary);margin-left:.25em;margin-right:-.5em}.main-content .wide-h3 .slice:first-child{margin-left:-.5em;margin-right:.25em}@media (max-width: 900px){.main-content .wide-h3{white-space:pre-wrap;line-height:1;text-align:center}.main-content .wide-h3::before,.main-content .wide-h3::after{flex-basis:1em;flex-shrink:0;flex-grow:1}}.viewmore{display:none}.hidden ~ .viewmore{display:inline-block}.evenmore{font-size:1.3rem !important;text-align:center;width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x));margin-top:var(--gutter-inner-y)}iframe{border:0;background-color:transparent;width:100%}iframe[id^="ghcard-"]{min-height:154px}figure iframe[id^="ghcard-"]{position:absolute;left:0;top:0;right:0}.img-grid{display:flex;flex-direction:row;justify-content:center;align-items:center}.img-grid figure{width:auto;max-width:50%;margin:auto}.img-grid figure img{width:100%;margin:auto}.img-grid figure:only-child{max-width:calc(100% - 1rem)}.img-grid.count-2 figure+figure{margin-left:1rem}.thumbnail-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0;width:calc(100% + (var(--gutter-inner-x)));margin-left:calc(-.5 * var(--gutter-inner-x))}.thumbnail-list .img-grid{margin-left:0}.thumbnail-list li{flex:1;flex-basis:50%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:var(--gutter-inner-y)}@media (max-width: 900px){.thumbnail-list li{flex-basis:max-content}}.thumbnail-list li figure{width:calc(100% - 1rem);max-width:100%;margin:0;justify-content:center;align-items:center}.thumbnail-list li figure.iframe{padding-top:calc(calc(100% / 480) * 260)}.thumbnail-list li figure.iframe .figure-content{margin:auto}.thumbnail-list li img{margin:0 0 auto}.thumbnail-list h4{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-family:Fjalla One, sans-serif;font-weight:400;line-height:1.1}.thumbnail-list p{margin-top:0}.thumbnail-list .btns{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 1188px){.thumbnail-list .btns{flex-direction:column;justify-content:space-between;justify-self:flex-end}.thumbnail-list .btns .btn+.btn{margin:1rem auto auto}}.cardboctober-nav a::after{display:none}.cardboctober-nav .prevnext{display:flex;flex-direction:row;border:0.1rem solid var(--colors-lightgrey);height:3rem;line-height:1}.cardboctober-nav .prevnext a{text-decoration:none}.cardboctober-nav .prevnext hr{height:3rem;max-height:100%;width:.1rem;margin:0;background-color:var(--colors-lightgrey);transform:none;display:inline-block}.cardboctober-nav .prevnext .prev,.cardboctober-nav .prevnext .next{padding:1rem;flex:1}.cardboctober-nav .prevnext .prev{text-align:left}.cardboctober-nav .prevnext .next{text-align:right}.cardboctober-nav .prevnext .disabled{opacity:.8;color:var(--colors-darkgrey)}.formatted-text{text-align:center;margin:var(--gutter-inner-y) 0;font-size:.8em;color:var(--colors-midgrey)}
