body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
a { text-underline-offset: 0.2em; } input, textarea, select, button {
background-color: inherit;
border-radius: 0;
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
margin: 0;
}
input, textarea, select {
background-color: var( --wp--preset--color--background );
border: .1rem solid var( --wp--preset--color--tertiary );
border-radius: .4rem;
box-sizing: border-box;
color: var( --wp--preset--color--foreground );
max-width: 100%;
padding: .5em;
}
label {
font-size: var( --wp--preset--font-size--small );
font-weight: 500;
} .editor-post-title__input { 
text-align: center;
} h1.has-background, 
h2.has-background, 
h3.has-background, 
h4.has-background, 
h5.has-background, 
h6.has-background,
p.has-background {
padding: min( 1em, var( --wp--custom--spacing--small ) );
}
:where(.wp-block-group.has-background) {
padding: min( 2em, var( --wp--custom--spacing--small ) );
} @media ( max-width: 780px ) {
.wp-site-blocks > .has-global-padding > .wp-block-columns > .wp-block-column > .wp-block-post-content.has-global-padding > .alignfull {
margin-left: calc(-1 * var(--wp--style--root--padding-left)) !important;
margin-right: calc(-1 * var(--wp--style--root--padding-left)) !important;
width: unset;
}
}  .has-huge-font-size,
.has-heading-1-font-size,
.has-heading-2-font-size,
.has-heading-3-font-size,
.has-heading-4-font-size,
.has-heading-5-font-size { 
letter-spacing: var( --wp--custom--typography--letter-spacing--heading );
line-height: var( --wp--custom--typography--line-height--headings--large ); 
}
.has-gigantic-font-size {
letter-spacing: var( --wp--custom--typography--letter-spacing--gigantic );
line-height: var( --wp--custom--typography--line-height--headings--gigantic );
}
.has-medium-font-size {
line-height: var( --wp--custom--typography--line-height--body );
}   @media ( min-width: 782px ) {
:root:not(.editor-styles-wrapper) .site-header { display: none !important; }
} .site-sidebar {
display: flex;
flex-direction: column;
min-height: calc( 100vh - ( var( --wp--custom--spacing--outer ) * 2 ) );
}
.admin-bar .site-sidebar {
min-height: calc( 100vh - ( var( --wp--custom--spacing--outer ) * 2 ) - var( --wp-admin--admin-bar--height ) );
}
.site-sidebar > .wp-block-group.is-vertical {
flex-grow: 1;
justify-content: space-between;
}
:root:not(.editor-styles-wrapper) .site-sidebar {
position: sticky;
top: var( --wp--custom--spacing--outer );
}
@media ( max-width: 781px ) {
:root:not(.editor-styles-wrapper) .site-sidebar-col { display: none !important; }
} @media ( max-width: 500px ) {
.theme-credit { display: none !important; }
}   .wp-block-avatar img {
display: block;
} #cancel-comment-reply-link {
font-weight: 500;
letter-spacing: var(--wp--custom--typography--letter-spacing--body);
} .wp-block-file {
align-items: center;
display: flex;
justify-content: space-between;
}
:root .wp-block-file__button:not(:only-child) { 
margin-left: var( --wp--custom--spacing--baseline ); 
} .wp-block-footnotes {
box-sizing: border-box;
}
.fn {
font-size: 13px;
line-height: 1;
}
.fn a {
display: inline-flex;
font-weight: 700;
padding: 0 .1em;
}
.fn a,
.wp-block-footnotes a[aria-label] {
opacity: .66;
text-decoration: none;
}
.fn a:hover,
.wp-block-footnotes a[aria-label]:hover {
opacity: 1;
} .wp-block-navigation__responsive-container-close svg { transform: scale( 1.25 ); }
.wp-block-navigation__responsive-container-open svg { transform: scale( 1.5, 1.25 ); } .wp-block-query-pagination-numbers {
display: flex;
gap: .88em;
}
:root .wp-block-query-pagination-numbers:first-child {
margin: 0 auto;
padding-left: 7.5em;
}
:root .wp-block-query-pagination-numbers:last-child {
margin: 0 auto;
padding-right: 7.5em;
}
[class^="wp-block-query-pagination-"][class*="-arrow"] {
color: #fff;
font-weight: 500;
text-align: center;
width: 1.75em;
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
position: relative;
}
.wp-block-query-pagination-previous:before,
.wp-block-query-pagination-next:before {
background-color: currentColor;
border-radius: 50%;
content: "";
display: block;
position: absolute;
top: calc( 50% - .875em );
height: 1.75em;
width: 1.75em;
}
.wp-block-query-pagination-previous:before { left: 0; }
.wp-block-query-pagination-next:before { right: 0; }
:root .wp-block-query-pagination-previous-arrow { margin-right: .88em; }
:root .wp-block-query-pagination-next-arrow { margin-left: .88em; }
@media ( max-width: 600px ) {
.wp-block-query-pagination-numbers:not(:only-child) {
display: none;
}
} .has-drop-cap:not(:focus):first-letter {
border: .2rem solid currentColor;
font-size: 2.75em;
font-weight: var( --wp--custom--typography--font-weight--bold );
margin: .09em 1rem .5rem 0;
min-width: .6875em;
padding: 0.3em;
text-align: center;
} ol.wp-block-comment-template {
margin: 0;
}
.wp-block-post-comments-form input:not([type=submit]), 
.wp-block-post-comments-form textarea {
border-color: var( --wp--preset--color--tertiary );
}
.required-field-message,
.comment-notes {
display: none;
}
.logged-in-as {
color: var( --wp--preset--color--secondary );
}
.comment-reply-title {
margin: 0;
} .wp-block-post-featured-image img {
border-radius: 8px;
} .post-navigation-link-previous a:before { content: "← "; }
.post-navigation-link-next a:after { content: " →"; } :root .wp-block-pullquote blockquote p {
hanging-punctuation: first;
font-size: inherit;
}
:root .wp-block-pullquote.has-text-align-left, 
:root .wp-block-pullquote.has-text-align-right {
max-width: 100%;
} .wp-block-query-pagination > .wp-block-query-pagination-next, 
.wp-block-query-pagination > .wp-block-query-pagination-numbers, 
.wp-block-query-pagination > .wp-block-query-pagination-previous {
margin-bottom: 0;
}
.wp-block-query-pagination-next:only-child {
margin-left: auto;
} :root hr[class*="is-style-bjork-angled-separator"] {
background-color: transparent !important;
background-image: linear-gradient( -45deg, currentColor 25%, transparent 25%, transparent 50%, currentColor 50%, currentColor 75%, transparent 75%, transparent );
background-size: 5px 5px;
border: none;
height: 10px !important;
max-width: 100%;
}
:root hr.is-style-bjork-angled-separator-wide { width: 100% !important; } .wp-block-search {
font-size: var( --wp--preset--font-size--small );
}
.wp-block-search .wp-block-search__label {
font-weight: inherit;
}
.wp-block-search__input {
margin: 0;
padding: .75em 1.25em;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search__button-inside .wp-block-search__input {
margin: 0;
padding: .375em .5em !important;
}
.wp-block-search__button { 
margin: 0 0 0 .75em;
}
::selection {
background-color: #ffc0cb;
} a {
color: inherit !important;
text-decoration: none !important;
transition: all 0.25s ease-in-out !important;
position: relative;
z-index: 1;
}
a:hover {
color: #ffffff !important; background-color: #7a1ba6 !important; } .wp-site-blocks {
position: relative;
z-index: 1;
}  .can-style-posts .can-cards-grid {
gap: 1.5em;
overflow-anchor: auto;
}
.can-style-posts .can-cards-grid > * {
overflow-anchor: none;
}
.can-infinite-sentinel {
width: 100%;
height: 1px;
overflow-anchor: auto;
}
.can-style-posts {
opacity: 0;
transform: translateY(16px);
transition: opacity 0.6s ease, transform 0.6s ease;
overflow-anchor: auto;
}
.can-style-posts.can-visible {
opacity: 1;
transform: translateY(0);
} .can-scroll-cue {
position: fixed;
right: 44px;
bottom: 44px;
width: 38px;
height: 38px;
z-index: 5;
pointer-events: none;
opacity: 0;
transform: translateY(-6px);
transition: opacity 0.4s ease, transform 0.4s ease;
}
.can-scroll-cue.is-visible {
opacity: 0.9;
transform: translateY(0);
animation: canScrollCuePulse 2.4s ease-in-out infinite;
}
.can-scroll-cue::before {
content: "";
position: absolute;
inset: 0;
margin: auto;
width: 18px;
height: 18px;
border-right: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
transform: rotate(45deg);
}
@keyframes canScrollCuePulse {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(6px); }
}
.can-style-posts .can-card {
background: transparent;
border: 3px solid #ffffff !important;
border-radius: 6px;
position: relative;
overflow: hidden; transition: transform 0.2s ease;
contain: layout style;
will-change: opacity;
}
.can-style-posts .can-card:hover {
transform: scale(1.01);
} .can-style-posts .can-card.is-new-can-card {
border-color: #c58cff !important;
}
.can-style-posts .can-card.is-new-can-card::after {
content: "NEW";
position: absolute;
top: 12px;
right: 14px;
color: #c58cff;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 0.9em;
}
.can-style-posts .can-card.is-new-can-card .wp-block-separator {
border-color: #c58cff !important;
background-color: #c58cff !important;
} .can-style-posts .can-card .wp-block-post-featured-image {
aspect-ratio: 4 / 3;
overflow: hidden;
margin: 0;
background-color: rgba(255, 255, 255, 0.05);
contain: strict;
}
.can-style-posts .can-card .wp-block-post-featured-image img {
border-radius: 0; content-visibility: auto;
} .can-style-posts .can-card-content {
border-top: none !important; color: #ffffff;
}
.can-style-posts .can-card-content .wp-block-post-title {
color: #ffffff;
}
.can-style-posts .can-card-content .wp-block-post-title a {
color: #ffffff !important;
}
.can-style-posts .wp-block-separator {
border-color: #ffffff !important;
background-color: #ffffff !important;
}
.can-style-posts .can-card-meta {
color: #cccccc;
}
.can-style-posts .can-card .wp-block-post-featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0; } .can-style-posts .wp-block-post-featured-image a:hover {
background-color: transparent !important;
} .can-style-posts .can-card .wp-block-post-title {
margin: 0;
font-family: inherit;
}
.can-style-posts .can-card .wp-block-post-title a {
text-decoration: none !important;
} .can-style-posts .can-card .wp-block-post-excerpt {
margin: 0;
color: #ffffff;
}
.can-style-posts .can-card .wp-block-post-excerpt__excerpt {
margin: 0;
}
.can-style-posts .can-card .wp-block-post-excerpt:empty {
display: none;
}
.can-style-posts .can-card .wp-block-post-excerpt:empty + .wp-block-separator {
display: none;
}
.can-style-posts .can-card .wp-block-post-excerpt__excerpt:empty {
display: none;
} .can-style-posts .can-card-meta {
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
color: #ffffff;
line-height: 1.6;
}
.can-style-posts .can-card-meta p {
margin: 0;
}
.can-style-posts .can-meta-row {
align-items: baseline;
}
.can-style-posts .can-meta-row p {
min-width: 0.8em;
}
.can-style-posts .can-card-meta a {
color: inherit !important;
text-decoration: none !important;
}
.can-style-posts .can-card-meta a:hover {
background: none !important;
text-decoration: underline !important;
color: var(--wp--preset--color--primary, #5857FF) !important;
} .can-style-posts .can-card-meta .wp-block-post-terms {
display: inline;
}
.can-style-posts .can-card-meta .wp-block-post-terms:empty {
display: none;
}
.can-style-posts .can-card-meta .wp-block-post-terms a {
margin-right: 0;
} .can-style-posts .can-card-meta .wp-block-post-author {
display: inline;
}
.can-style-posts .can-card-meta .wp-block-post-author__name {
display: inline;
} .can-style-posts .can-card-meta .wp-block-post-date {
display: inline;
} @media (max-width: 782px) {
.can-style-posts .wp-block-post-template.is-flex-container {
flex-direction: column;
}
.can-style-posts .wp-block-post-template.is-flex-container > li {
width: 100%;
}
.can-style-posts .wp-block-post-template.is-layout-grid {
grid-template-columns: 1fr;
}
}
@media (min-width: 783px) and (max-width: 1200px) {
.can-style-posts .wp-block-post-template.is-flex-container.columns-3 > li {
width: calc(50% - 0.75em);
}
.can-style-posts .wp-block-post-template.is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}     .can-style-posts.is-style-bjork-can-dark .can-card {
border-color: #333333;
background: #1a1a1a;
}
.can-style-posts.is-style-bjork-can-dark .can-card-content {
border-top-color: #333333 !important;
background: #1a1a1a;
color: #ffffff;
}
.can-style-posts.is-style-bjork-can-dark .can-card-content .wp-block-post-title {
color: #ffffff;
}
.can-style-posts.is-style-bjork-can-dark .can-card-content .wp-block-post-title a {
color: #ffffff !important;
}
.can-style-posts.is-style-bjork-can-dark .wp-block-separator {
border-color: #333333 !important;
background-color: #333333 !important;
}
.can-style-posts.is-style-bjork-can-dark .can-card-meta {
color: #cccccc;
}
.can-style-posts.is-style-bjork-can-dark .can-card-meta p {
color: #ffffff;
}
.can-style-posts.is-style-bjork-can-dark .can-card-meta a {
color: #cccccc !important;
}
.can-style-posts.is-style-bjork-can-dark .can-card-meta a:hover {
color: #5857FF !important;
text-decoration: underline !important;
}
.can-style-posts.is-style-bjork-can-dark .wp-block-post-excerpt {
color: #aaaaaa;
}.search .wp-block-search__input,
.search-results .wp-block-search__input {
background: #0d0f12 !important;
border: 1px solid #2a2f36 !important;
color: #e8eef2 !important;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search .wp-block-search__input::placeholder,
.search-results .wp-block-search__input::placeholder {
color: #666d75 !important;
}
.search .wp-block-search__input:focus,
.search-results .wp-block-search__input:focus {
border-color: #4a5568 !important;
box-shadow: 0 0 0 2px rgba(74, 85, 104, 0.3) !important;
outline: none !important;
} .search .wp-block-search__button,
.search-results .wp-block-search__button {
background: #1a1f26 !important;
border: 1px solid #2a2f36 !important;
color: #e8eef2 !important;
transition: background 0.2s ease;
}
.search .wp-block-search__button:hover,
.search-results .wp-block-search__button:hover {
background: #252b34 !important;
} .bjork-instant-search-results.is-visible ~ .bjork-default-search-results,
.bjork-default-search-results.is-hidden {
display: none;
} .bjork-instant-search-results {
margin-top: 2em;
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 0.3s ease, max-height 0.3s ease;
}
.bjork-instant-search-results.is-visible {
opacity: 1;
max-height: none;
overflow: visible;
} .bjork-search-status {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #2a2f36;
}
.bjork-search-status p {
margin: 0;
font-size: 0.9em;
color: #9ca3af !important;
}
.bjork-search-count strong,
.bjork-search-no-results strong {
color: #e8eef2 !important;
} .bjork-instant-search-results .can-cards-grid {
display: grid;
gap: 1.5em;
list-style: none;
margin: 0;
padding: 0;
align-items: start;
} .bjork-instant-search-results .can-cards-grid.columns-1 {
grid-template-columns: 1fr;
max-width: 500px;
} .bjork-instant-search-results .can-cards-grid.columns-2 {
grid-template-columns: repeat(2, 1fr);
} .bjork-instant-search-results .wp-block-post {
margin: 0;
} .bjork-instant-search-results .can-card {
background: #0d0f12 !important;
display: flex;
flex-direction: column;
border: 3px solid #2a2f36 !important;
padding: 0;
cursor: pointer;
transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
} .bjork-clickable-card .can-card:hover {
border-color: #4a5568 !important;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.bjork-clickable-card {
cursor: pointer;
}
.bjork-instant-search-results .can-card-content {
border-top: 1px solid #2a2f36 !important;
padding: 1em;
display: flex;
flex-direction: column;
gap: 0.75em;
flex: 1;
} .bjork-instant-search-results .wp-block-separator {
background-color: #3a3f46 !important;
border: none !important;
height: 1px !important;
margin: 0 !important;
opacity: 0.6 !important;
} .bjork-instant-search-results .wp-block-post-featured-image {
margin: 0;
line-height: 0;
}
.bjork-instant-search-results .wp-block-post-featured-image img {
width: 100%;
height: auto;
aspect-ratio: 4/3;
object-fit: cover;
display: block;
} .bjork-instant-search-results .can-card-content {
flex: 1;
display: flex;
flex-direction: column;
} .bjork-instant-search-results .wp-block-post-title {
margin: 0;
font-family: "Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
font-weight: 400 !important;
font-size: var(--wp--preset--font-size--medium, clamp(17px, 1.063rem + ((1vw - 3.2px) * 0.238), 21px)) !important;
line-height: 1.3 !important;
letter-spacing: -0.01em !important;
color: #e8eef2 !important;
}
.bjork-instant-search-results .wp-block-post-title:hover {
color: #a5b4fc !important;
} .bjork-instant-search-results .wp-block-post-excerpt__excerpt {
margin: 0 !important;
font-family: "Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
font-size: 0.85em !important;
line-height: 1.5 !important;
letter-spacing: -0.01em !important;
color: #d1d5db !important;
font-weight: 500 !important;
} .bjork-instant-search-results .can-card-meta {
margin-top: 0;
font-size: 0.75em !important;
display: flex;
flex-direction: column;
gap: 0.5em;
}
.bjork-instant-search-results .can-card-meta-published {
display: flex;
gap: 0.5em;
flex-wrap: wrap;
align-items: baseline;
}
.bjork-instant-search-results .can-card-meta p {
margin: 0;
color: #e8eef2 !important;
font-family: "Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
font-weight: 700 !important;
}
.bjork-instant-search-results .can-card-meta time {
color: #d1d5db !important;
font-family: "Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
font-weight: 500 !important;
}
.bjork-instant-search-results .can-card-meta a {
color: #d1d5db !important;
text-decoration: none;
font-family: "Albert Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
font-weight: 500 !important;
}
.bjork-instant-search-results .can-card-meta a:hover {
color: #a5b4fc !important;
text-decoration: underline;
} .bjork-instant-search-results .wp-block-post-terms {
margin: 0;
font-size: 0.95rem !important;
} .bjork-search-loading {
padding: 3em;
text-align: center;
color: #9ca3af !important;
}
.bjork-search-spinner {
width: 32px;
height: 32px;
border: 3px solid #2a2f36;
border-top-color: #e8eef2;
border-radius: 50%;
margin: 0 auto 1em;
animation: bjork-spin 0.8s linear infinite;
}
@keyframes bjork-spin {
to {
transform: rotate(360deg);
}
}
.bjork-search-loading p {
margin: 0;
font-size: 0.95em;
} .bjork-search-status .bjork-search-no-results {
font-size: 1em;
color: #9ca3af !important;
} @media (max-width: 900px) {
.bjork-instant-search-results .can-cards-grid.columns-2 {
grid-template-columns: repeat(2, 1fr);
gap: 1em;
}
} @media (max-width: 600px) {
.bjork-instant-search-results .can-cards-grid.columns-2 {
grid-template-columns: 1fr;
}
.bjork-instant-search-results .can-cards-grid.columns-1 {
max-width: 100%;
}
.bjork-search-loading {
padding: 2em;
}
}