.is-style-fellesforbundet-2026-box-shadow {
  box-shadow: var(--wp--preset--shadow--natural)
}

.is-style-fellesforbundet-2026-list-underline li {
  border-bottom: 1px solid
}

.is-style-fellesforbundet-2026-list-underline ul {
  border-top: 1px solid
}

.is-style-fellesforbundet-2026-list-underline ul li {
  border: none
}

details.is-style-fellesforbundet-2026-plus>summary {
  list-style-type: "+ "
}

details[open].is-style-fellesforbundet-2026-plus>summary {
  list-style-type: "- "
}

details.is-style-fellesforbundet-2026-plus>summary::marker {
  font-family: var(--wp--preset--font-family--monospace);
  font-size: 1em;
  font-weight: 700
}

/* core file block - vedlegg style variation */
.wp-block-file.is-style-fellesforbundet-2026-vedlegg  {margin-top: var(--wp--preset--spacing--20)}

h3 + .wp-block-file.is-style-fellesforbundet-2026-vedlegg {margin-top: 1em}

.wp-block-file.is-style-fellesforbundet-2026-vedlegg a {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	background: white;
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
	transition: all .06s ease-out
}

.wp-block-file.is-style-fellesforbundet-2026-vedlegg a:hover {
	background-color: var(--wp--preset--color--secondary-2);
}

/* core file block */
.wp-block-file:not(.wp-element-button) a {
	display: inline-flex !important;
	padding-left: 1em
}

.wp-block-file:not(.wp-element-button) a::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	margin-top: .1em;
	margin-right: .5em;
	vertical-align: middle;
	width: 1em !important;
	height: 1em !important;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%231a1836" xmlns="http://www.w3.org/2000/svg" viewBox="0  0 16 20"><path d="M2,20c-.6,0-1-.2-1.4-.6s-.6-.9-.6-1.4V2C0,1.5.2,1,.6.6s.9-.6,1.4-.6h8l6,6v12c0,.6-.2,1-.6,1.4s-.9.6-1.4.6H2ZM9,7V2H2v16h12V7h-5ZM2,2v5V2v16V2Z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
}


/* SLIM DOWN EDITOR PREVIEW ON DESKTOP*/

body.post-type-post .editor-visual-editor__post-title-wrapper,
body.post-type-post .wp-block-post-content.is-desktop-preview {
	max-width: 512px !important;
	margin-right: auto;
	margin-left: auto
}

