/* Core styles can be used any where you need a generic HTML block */

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	background: var(--white);
    color: var(--gray-dark);
    font-family: var(--pt-sans);
    font-style: normal; 
    font-weight: normal; 
}

.panel-page {
	background: linear-gradient(to bottom, #dfecf1 0px, #dfecf1 700px, #f4edd8, #eadecf);
}

body, h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
}

ul, ol, dl {
    margin-bottom: 0;
    text-rendering: optimizeLegibility;
}

hr {
	height: 2px;
	background-color: var(--turq);
}

button {
	display: inline-block;
	padding: 12px 32px;
	border: 2px solid var(--gray-dark);
	border-radius: 0;
	background-color: transparent;
	font-family: var(--solano);
	font-weight: var(--font-weight-bold);
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	color: var(--gray-dark);
	transition: border-color var(--transition), color var(--transition);
}

a,
:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
	color: var(--gray-dark);
    text-decoration: underline;
    text-decoration-color: var(--yellow);
    text-decoration-thickness: 2px;
    font-weight: var(--font-weight-bold);
    transition: color var(--transition), text-decoration-color var(--transition);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) > p:not([style="text-align: right;"]) > img,
:is(.core-styles, .contentRender_name_plugins_core_textbox) img[style*="float: left;"] {
	margin-left: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) > p:not([style="text-align: right;"]) > img[style*="float: right"],
:is(.core-styles, .contentRender_name_plugins_core_textbox) img[style*="float: right;"],
:is(.core-styles, .contentRender_name_plugins_core_textbox) > p[style="text-align: right;"] > img {
	margin-right: 0;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
    margin-bottom: 0.16em;
	color: var(--gray-dark);
    font-family: var(--magnesium);
    font-style: normal; 
    font-weight: normal; 
    font-size: 38px; 
    line-height: 1.05; 
    text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
    margin-bottom: 0.2em;
	color: var(--gray-dark);
    font-family: var(--solano);
    font-style: normal; 
    font-weight: var(--font-weight-demi); 
    font-size: 38px; 
    line-height: 1.09; 
    letter-spacing: 0.02em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
    margin-bottom: 0.2em;
	color: var(--gray-dark);
    font-family: var(--solano);
    font-style: normal; 
    font-weight: var(--font-weight-demi); 
    font-size: 35px; 
    line-height: 1.09; 
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
    margin-bottom: 0.125em;
	color: var(--gray-dark);
    font-family: var(--solano);
    font-style: normal; 
    font-weight: var(--font-weight-bold); 
    font-size: 27px; 
    line-height: 0.96; 
    text-transform: uppercase;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
    margin-bottom: 0.3em;
	color: var(--gray-dark);
    font-family: var(--apotek);
    font-style: normal; 
    font-weight: var(--font-weight-extrabold); 
    font-size: 21px; 
    line-height: 1.04; 
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
    margin-bottom: 0.3em;
	color: var(--gray-dark);
    font-family: var(--pt-sans);
    font-style: normal; 
    font-weight: var(--font-weight-bold); 
    font-size: 20px; 
    line-height: 1.15; 
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
    margin-bottom: 1em;
	color: var(--gray-dark);
    font-family: var(--pt-sans);
    font-style: normal; 
    font-weight: normal; 
    font-size: 17px; 
    line-height: 1.7647; 
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) .sv-wrapped-iframe {
	margin-bottom: var(--space-4)
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote {
	margin: var(--space-12) 0;
	padding: var(--space-6) var(--space-8);
	border-left: 4px solid var(--primary-color-500);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-size: var(--text-2xl);
	font-style: italic;
	line-height: var(--leading-snug);
	color: var(--gray-dark);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	margin-bottom: 1em;
	border-collapse: collapse;
	table-layout: auto;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
	display: table-cell;
	border: 1px solid #25899a;
    padding: 8px 17px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	color: var(--gray-dark);
    font-family: var(--pt-sans);
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: calc(30/17);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(odd){
	background-color: none;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background-color: rgba(237, 244, 245, 0.376);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol, dl) {
	margin-bottom: 1em;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	padding-inline-start: 40px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	color: var(--gray-dark);
    font-family: var(--pt-sans);
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: calc(30/17);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul) {
	list-style-type: disc;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ol) {
	list-style-type: decimal;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li ul) {
	list-style-type: circle;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul ul ul) {
	list-style-type: square;
}

:is(h, h1, h2, h3, h4, h5, h6) > a,
:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h, h1, h2, h3, h4, h5, h6) > a {
	font: inherit;
	color: inherit; 
	text-decoration: none;  
}

.contentRender_name_plugins_core_textbox img {
	display: inline-block;
	max-width: calc(100% - (var(--space-6) * 2));
}

::selection {
	background: var(--turq);
	color: var(--white);
}

::-moz-selection {
	background: var(--turq);
	color: var(--white);
}

@media (hover: hover) {
	button:hover {
		background-color: transparent;
		border-color: var(--turq);
		color: var(--turq);
	}

	a:hover,
	:is(.core-styles, .contentRender_name_plugins_core_textbox) a:hover {
		color: var(--turq);
		text-decoration-color: var(--orange);
	}

	:is(h, h1, h2, h3, h4, h5, h6) > a:hover,
	:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h, h1, h2, h3, h4, h5, h6) > a:hover {
		font: inherit;
		color: inherit; 
		text-decoration: none;  
	}
}

@media (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
		font-size: 62px;
        margin-bottom: 0.3em;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
		font-size: 52px;
        line-height: 1.02;
	}

	:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
		font-size: 41px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
		font-size: 35px;
        line-height: 0.97;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
		font-size: 25px;
	}
	
	:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
		line-height: 2.235;
	}
}