.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.elementor-widget-trp_language_switcher {
width: fit-content;
max-width: 100%;
}
.elementor-widget-trp_language_switcher .elementor-widget-container,
.trp-elementor-language-switcher,
.trp-elementor-language-switcher .trp-shortcode-switcher__wrapper {
width: fit-content;
max-width: 100%;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector){
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector) .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:not(.trp-ald-language-selector):hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}.freespins-eeat.freespins-eeat.freespins-eeat {
--freespins-accent: #1e874e;
--freespins-accent-dark: #145e37;
--freespins-heading: #0c3b26;
--freespins-tint: #eaf6ef;
--freespins-tint-2: #cde9d8;
--freespins-text: var(--contrast, #1a1a1a);
--freespins-muted: #5a5f66;
--freespins-line: #e2e4e8;
--freespins-bg-soft: #f6f7f9;
--freespins-warn-bg: #fff8e5;
--freespins-warn-line: #e8c95a;
--freespins-radius: 10px;
color: var(--freespins-text);
line-height: 1.6;
}
.freespins-eeat.freespins-eeat.freespins-eeat * {
box-sizing: border-box;
} .freespins-eeat.freespins-eeat.freespins-eeat.freespins-eeat__byline-wrap {
margin: 0 0 22px;
padding: 0 0 12px;
border-bottom: 1px solid var(--freespins-line);
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__byline {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px 0;
font-size: 0.88em;
color: var(--freespins-muted);
line-height: 1.4;
} .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__byline > * + *::before {
content: "\00B7";
margin: 0 8px;
color: var(--freespins-line);
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__byline > .freespins-eeat__pill::before {
content: none;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__person {
display: inline-flex;
align-items: center;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__avatar {
width: 34px;
height: 34px;
border-radius: 50%;
object-fit: cover;
margin-right: 8px;
flex: 0 0 34px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__namn,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fakt,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__datum {
white-space: nowrap;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__namn a,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fakt a {
color: var(--freespins-accent-dark);
font-weight: 600;
text-decoration: none;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__namn a:hover,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fakt a:hover {
text-decoration: underline;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__datum time {
color: inherit;
} .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__pill {
display: inline-block;
margin-left: 10px;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 3px 10px;
border-radius: 999px;
background: var(--freespins-warn-bg);
color: #7a5b00;
border: 1px solid var(--freespins-warn-line);
white-space: nowrap;
} .freespins-eeat.freespins-eeat.freespins-eeat.freespins-eeat__sektion {
margin: 32px 0 0;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__rubrik {
margin: 0 0 12px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__forfattare {
display: flex;
gap: 16px;
align-items: flex-start;
background: var(--freespins-bg-soft);
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
padding: 16px 18px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__media {
flex: 0 0 auto;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__foto {
width: 72px;
height: 72px;
border-radius: 50%;
object-fit: cover;
flex: 0 0 72px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__text {
flex: 1 1 auto;
min-width: 0;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fnamn {
margin: 0 0 6px;
font-weight: 700;
font-size: 1.05em;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__titel {
display: block;
font-weight: 400;
color: var(--freespins-muted);
font-size: 0.88em;
margin-top: 1px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__expertis {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0 0 9px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__tagg {
font-size: 0.78em;
background: #fff;
border: 1px solid var(--freespins-line);
border-radius: 999px;
padding: 2px 10px;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__text p {
margin: 0 0 0.6em;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__granskad {
font-size: 0.9em;
color: var(--freespins-muted);
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fnamn a,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__lank a,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__granskad a {
color: var(--freespins-accent-dark);
}
@media (max-width: 600px) {
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__forfattare {
flex-direction: column;
}
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__namn,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fakt,
.freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__datum {
white-space: normal;
}
}  body.fsp-eeat-design .entry-content > p {
font-size: 1.05rem;
line-height: 1.78;
color: #2b333d;
margin: 0 0 1.15em;
} body.fsp-eeat-design .entry-content > p:first-of-type {
font-size: 1.1rem;
color: #1f2733;
}  body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design h1.entry-title,
body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-header h1 {
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: var(--freespins-heading);
font-weight: 700 !important;
letter-spacing: -0.015em;
} body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h2 {
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: var(--freespins-heading);
font-weight: 600;
line-height: 1.25;
letter-spacing: -0.015em;
} body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h3,
body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h4 {
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: var(--freespins-heading);
font-weight: 600;
line-height: 1.25;
letter-spacing: -0.01em;
margin: 1.7em 0 0.9em;
}
body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h3 {
display: inline-block;
font-size: 1.32rem;
}
body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h4 { font-size: 1.12rem; } body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h3::after {
content: "";
display: block;
width: calc(100% + 18px);
height: 3px;
background: linear-gradient(90deg, var(--freespins-accent), var(--freespins-accent-dark));
margin: 5px 0 0 0;
} body.fsp-eeat-design .entry-content > p a {
color: var(--freespins-accent-dark);
text-decoration: underline;
text-decoration-color: rgba(45, 108, 179, 0.35);
text-underline-offset: 2px;
}
body.fsp-eeat-design .entry-content > p a:hover {
text-decoration-color: var(--freespins-accent-dark);
} body.fsp-eeat-design .entry-content > p strong {
color: var(--freespins-heading);
font-weight: 700;
} body.fsp-eeat-design .entry-content > ul,
body.fsp-eeat-design .entry-content > ol {
font-size: 1.05rem;
line-height: 1.78;
color: #2b333d;
margin: 0 0 1.15em;
padding-left: 1.35em;
}
body.fsp-eeat-design .entry-content > ul > li,
body.fsp-eeat-design .entry-content > ol > li {
margin: 0 0 0.45em;
}
body.fsp-eeat-design .entry-content > ul > li::marker {
color: var(--freespins-accent);
}
body.fsp-eeat-design .entry-content > ol > li::marker {
color: var(--freespins-accent-dark);
font-weight: 700;
}
@media (max-width: 600px) {
body.fsp-eeat-design .entry-content > p,
body.fsp-eeat-design .entry-content > ul,
body.fsp-eeat-design .entry-content > ol {
font-size: 1.02rem;
line-height: 1.72;
}
body.fsp-eeat-design.fsp-eeat-design.fsp-eeat-design .entry-content > h3 { font-size: 1.2rem; }
body.fsp-eeat-design .entry-content > p:first-of-type { font-size: 1.06rem; }
} body.fsp-eeat-design .entry-content .cexpo-faq__item,
body.fsp-eeat-design .entry-content .faq details,
body.fsp-eeat-design .entry-content > details {
border-bottom: 1px solid #e2e4e8;
padding: 4px 0;
}
body.fsp-eeat-design .entry-content .cexpo-faq__item > summary,
body.fsp-eeat-design .entry-content .faq details > summary,
body.fsp-eeat-design .entry-content > details > summary {
cursor: pointer;
font-weight: 600;
padding: 8px 0;
} body.fsp-eeat-design .entry-content .cexpo-faq__item summary h3,
body.fsp-eeat-design .entry-content .faq details summary h3,
body.fsp-eeat-design .entry-content > details summary h3 {
display: inline;
margin: 0;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 1.15rem;
font-weight: 600;
color: var(--freespins-heading);
letter-spacing: -0.01em;
} body.fsp-eeat-design .freespins-toc {
margin: 1.6em 0 2em;
padding: 14px 22px;
background: var(--freespins-tint);
border: 1px solid #d8e6f7;
border-radius: 12px;
} body.fsp-eeat-design .freespins-toc__rubrik {
margin: 0;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-weight: 700;
font-size: 1.05rem;
color: var(--freespins-heading);
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
list-style: none;
}
body.fsp-eeat-design .freespins-toc__rubrik::-webkit-details-marker { display: none; }
body.fsp-eeat-design .freespins-toc__rubrik::after {
content: "\25BE";
color: var(--freespins-accent);
font-size: 1rem;
line-height: 1;
transition: transform 0.15s ease;
}
body.fsp-eeat-design .freespins-toc__detalj[open] > .freespins-toc__rubrik { margin-bottom: 12px; }
body.fsp-eeat-design .freespins-toc__detalj[open] > .freespins-toc__rubrik::after { transform: rotate(180deg); }
body.fsp-eeat-design .freespins-toc__lista {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4px 28px;
}
@media (max-width: 600px) {
body.fsp-eeat-design .freespins-toc__lista {
grid-template-columns: 1fr;
}
}
body.fsp-eeat-design .freespins-toc__lista li {
margin: 0;
padding: 0;
}
body.fsp-eeat-design .freespins-toc__lista a {
display: inline-flex;
align-items: flex-start;
gap: 9px;
padding: 5px 0;
color: var(--freespins-accent-dark);
font-weight: 500;
line-height: 1.4;
text-decoration: none;
}
body.fsp-eeat-design .freespins-toc__lista a::before {
content: "\2193";
flex: 0 0 auto;
width: 19px;
height: 19px;
margin-top: 1px;
border-radius: 50%;
background: var(--freespins-accent);
color: #fff;
font-size: 11px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}
body.fsp-eeat-design .freespins-toc__lista a:hover {
text-decoration: underline;
} body.fsp-eeat-design .entry-content .freespins-tabell-wrap {
overflow-x: auto;
margin: 1.4em 0;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(19, 49, 92, 0.08);
-webkit-overflow-scrolling: touch;
} body.fsp-eeat-design .entry-content > table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
background: #fff;
font-size: 1rem;
margin: 1.4em 0;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(19, 49, 92, 0.08);
}
body.fsp-eeat-design .entry-content > table thead th:first-child {
border-top-left-radius: 12px;
}
body.fsp-eeat-design .entry-content > table thead th:last-child {
border-top-right-radius: 12px;
}
body.fsp-eeat-design .entry-content > table tbody tr:last-child td:first-child {
border-bottom-left-radius: 12px;
}
body.fsp-eeat-design .entry-content > table tbody tr:last-child td:last-child {
border-bottom-right-radius: 12px;
} body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table {
border-collapse: collapse;
width: 100%;
background: #fff;
font-size: 1rem;
min-width: 560px;
margin: 0;
}
body.fsp-eeat-design .entry-content > table th,
body.fsp-eeat-design .entry-content > table td,
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table th,
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table td {
padding: 10px 12px;
text-align: left;
border-bottom: 1px solid #e2e4e8;
vertical-align: top;
}
body.fsp-eeat-design .entry-content > table thead th,
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table thead th {
background: var(--freespins-heading);
color: #fff;
font-weight: 600;
border-bottom: 0;
white-space: nowrap;
}
body.fsp-eeat-design .entry-content > table tbody tr:nth-child(even),
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table tbody tr:nth-child(even) {
background: #f6f7f9;
}
body.fsp-eeat-design .entry-content > table tbody tr:hover,
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table tbody tr:hover {
background: #eef3f9;
}
body.fsp-eeat-design .entry-content > table tbody tr:last-child td,
body.fsp-eeat-design .entry-content .freespins-tabell-wrap > table tbody tr:last-child td {
border-bottom: 0;
} body.fsp-eeat-design .entry-content .freespins-tabellyta {
position: relative;
margin: 1.4em 0;
}
body.fsp-eeat-design .entry-content .freespins-tabellyta > .freespins-tabell-wrap {
margin: 0;
}
body.fsp-eeat-design .entry-content .freespins-tabellyta__fade {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 34px;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(19, 49, 92, 0.16));
border-radius: 0 12px 12px 0;
}
body.fsp-eeat-design .entry-content .freespins-tabellyta--mer .freespins-tabellyta__fade {
opacity: 1;
} body.fsp-eeat-design {
--freespins-navy: var(--freespins-heading);
--freespins-navy-dark: #14233f;
--freespins-accent: #1e874e;
--freespins-accent-dark: #145e37;
--freespins-heading: #0c3b26;
--freespins-tint: #eaf6ef;
--freespins-tint-2: #cde9d8;
--freespins-ok: #1a7a3c;
--freespins-ok-dark: #145e2e;
--freespins-danger: #b32d2e;
--freespins-danger-bg: #fdeceb;
--freespins-band: var(--freespins-tint);
--freespins-soft: #f6f7f9;
--freespins-rule: #eef0f3;
--freespins-line: #e2e4e8;
--freespins-muted: #5a5f66;
--freespins-body: #2b333d;
--freespins-ink: #1f2733;
--freespins-radius: 10px;
} body.fsp-eeat-design .entry-content .cx-rad{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--freespins-rule);font-size:1rem}
body.fsp-eeat-design .entry-content .cx-rad:last-child{border-bottom:0}
body.fsp-eeat-design .entry-content .cx-rad > span:first-child{color:var(--freespins-muted)}
body.fsp-eeat-design .entry-content .cx-rad > span:last-child{color:var(--freespins-ink);font-weight:600;text-align:right}
body.fsp-eeat-design .entry-content .cx-etikett{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:var(--freespins-navy);color:#fff}
body.fsp-eeat-design .entry-content .cx-cta{display:block;text-align:center;background:var(--freespins-accent) !important;color:#fff !important;text-decoration:none !important;padding:11px 16px;border-radius:8px;font-weight:600}
body.fsp-eeat-design .entry-content .cx-cta:hover{background:var(--freespins-accent-dark) !important;color:#fff !important} body.fsp-eeat-design .entry-content .cx-bonus{margin:1.8em 0;background:#fff;border:1px solid var(--freespins-line);border-radius:var(--freespins-radius);overflow:hidden}
body.fsp-eeat-design .entry-content .cx-bonus-head{padding:14px 18px 12px;border-bottom:1px solid var(--freespins-rule)}
body.fsp-eeat-design .entry-content .cx-bonus-namn{display:block;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--freespins-muted);margin-bottom:3px}
body.fsp-eeat-design .entry-content .cx-bonus-erbj{display:block;font-size:1.3rem;font-weight:700;color:var(--freespins-navy);line-height:1.2}
body.fsp-eeat-design .entry-content .cx-bonus-kropp{padding:2px 18px}
body.fsp-eeat-design .entry-content .cx-bonus .cx-cta{margin:10px 18px 16px} body.fsp-eeat-design .entry-content .cx-rakneexempel{margin:1.8em 0;background:var(--freespins-soft);border:1px solid var(--freespins-line);border-left:4px solid var(--freespins-accent);border-radius:0;padding:14px 18px}
body.fsp-eeat-design .entry-content .cx-rakneexempel .cx-rubrik{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--freespins-accent-dark);font-weight:600;margin-bottom:6px}
body.fsp-eeat-design .entry-content .cx-rakneexempel strong{color:var(--freespins-navy)} body.fsp-eeat-design .entry-content .cx-rtp{margin:1.8em 0;background:#fff;border:1px solid var(--freespins-line);border-radius:var(--freespins-radius);padding:15px 18px}
body.fsp-eeat-design .entry-content .cx-rtp-topp{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:9px}
body.fsp-eeat-design .entry-content .cx-rtp-varde{font-size:1.25rem;font-weight:700;color:var(--freespins-navy)}
body.fsp-eeat-design .entry-content .cx-rtp-bar{height:8px;border-radius:5px;background:#e7ebf0;overflow:hidden}
body.fsp-eeat-design .entry-content .cx-rtp-fyll{height:100%;background:var(--freespins-accent)}
body.fsp-eeat-design .entry-content .cx-rtp-not{font-size:.85rem;color:var(--freespins-muted);margin-top:8px} body.fsp-eeat-design .entry-content ul.cx-trygghet{margin:1.8em 0;list-style:none;padding:6px 18px;background:#fff;border:1px solid var(--freespins-line);border-radius:var(--freespins-radius)}
body.fsp-eeat-design .entry-content ul.cx-trygghet li{position:relative;padding:9px 0 9px 28px;border-top:1px solid var(--freespins-rule);margin:0}
body.fsp-eeat-design .entry-content ul.cx-trygghet li:first-child{border-top:0}
body.fsp-eeat-design .entry-content ul.cx-trygghet li::before{position:absolute;left:0;top:9px;font-weight:700}
body.fsp-eeat-design .entry-content ul.cx-trygghet li.cx-ja::before{content:"\2713";color:var(--freespins-ok)}
body.fsp-eeat-design .entry-content ul.cx-trygghet li.cx-nej::before{content:"\2715";color:var(--freespins-danger)} body.fsp-eeat-design .entry-content .cx-spelansvar{margin:2em 0;background:var(--freespins-soft);border:1px solid var(--freespins-line);border-radius:var(--freespins-radius);padding:14px 18px;font-size:.95rem;color:var(--freespins-body);line-height:1.65}
body.fsp-eeat-design .entry-content .cx-spelansvar strong{color:var(--freespins-navy)} body.fsp-eeat-design .entry-content .cx-info,
body.fsp-eeat-design .entry-content .cx-tips,
body.fsp-eeat-design .entry-content .cx-varning{margin:1.4em 0;padding:11px 15px;border-radius:0;border-left:4px solid;font-size:.95rem;color:var(--freespins-body);line-height:1.6}
body.fsp-eeat-design .entry-content .cx-info{background:#f6f9fd;border-left-color:var(--freespins-accent)}
body.fsp-eeat-design .entry-content .cx-info strong{color:var(--freespins-accent-dark)}
body.fsp-eeat-design .entry-content .cx-tips{background:#f3f8f4;border-left-color:var(--freespins-ok)}
body.fsp-eeat-design .entry-content .cx-tips strong{color:var(--freespins-ok-dark)}
body.fsp-eeat-design .entry-content .cx-varning{background:var(--freespins-danger-bg);border-left-color:var(--freespins-danger)}
body.fsp-eeat-design .entry-content .cx-varning strong{color:var(--freespins-danger)} body.fsp-eeat-design .entry-content .cx-fornackdelar{display:grid;grid-template-columns:1fr 1fr;gap:6px 30px;margin:1.8em 0}
body.fsp-eeat-design .entry-content .cx-for > strong,
body.fsp-eeat-design .entry-content .cx-nack > strong{display:block;margin-bottom:6px;color:var(--freespins-navy);font-weight:600}
body.fsp-eeat-design .entry-content .cx-for ul,
body.fsp-eeat-design .entry-content .cx-nack ul{list-style:none;margin:0;padding:0}
body.fsp-eeat-design .entry-content .cx-for li,
body.fsp-eeat-design .entry-content .cx-nack li{position:relative;padding:5px 0 5px 22px;line-height:1.5;margin:0}
body.fsp-eeat-design .entry-content .cx-for li::before{content:"+";position:absolute;left:0;color:var(--freespins-ok);font-weight:800}
body.fsp-eeat-design .entry-content .cx-nack li::before{content:"\2212";position:absolute;left:0;color:var(--freespins-danger);font-weight:800} body.fsp-eeat-design .entry-content ol.cx-steg{list-style:none;counter-reset:cxsteg;margin:1.8em 0;padding:0}
body.fsp-eeat-design .entry-content ol.cx-steg li{position:relative;counter-increment:cxsteg;padding:6px 0 6px 30px;margin:0;line-height:1.6}
body.fsp-eeat-design .entry-content ol.cx-steg li::before{content:counter(cxsteg)".";position:absolute;left:0;color:var(--freespins-accent-dark);font-weight:700} body.fsp-eeat-design .entry-content ul.cx-checklista{list-style:none;margin:1.8em 0;padding:0}
body.fsp-eeat-design .entry-content ul.cx-checklista li{position:relative;padding:6px 0 6px 26px;line-height:1.55;margin:0}
body.fsp-eeat-design .entry-content ul.cx-checklista li::before{content:"\2713";position:absolute;left:0;top:6px;color:var(--freespins-ok);font-weight:700} body.fsp-eeat-design .entry-content .cx-begrepp{margin:1.8em 0;background:var(--freespins-soft);border:1px solid var(--freespins-line);border-radius:var(--freespins-radius);padding:13px 18px}
body.fsp-eeat-design .entry-content .cx-begrepp-term{display:block;font-weight:700;color:var(--freespins-navy);margin-bottom:3px}
body.fsp-eeat-design .entry-content .cx-begrepp p{margin:0;line-height:1.6} @media (max-width:600px){
body.fsp-eeat-design .entry-content .cx-bonus-erbj{font-size:1.2rem}
body.fsp-eeat-design .entry-content .cx-fornackdelar{grid-template-columns:1fr;gap:14px}
} @media (max-width: 640px) {
body.fsp-eeat-design h1.entry-title,
body.fsp-eeat-design .entry-header h1,
body.fsp-eeat-design .entry-content h1,
body.fsp-eeat-design .entry-content h2,
body.fsp-eeat-design .entry-content h3,
body.fsp-eeat-design .entry-content h4 {
-webkit-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-limit-before: 5;
-webkit-hyphenate-limit-after: 4;
hyphenate-limit-chars: 10 5 4;
overflow-wrap: break-word;
text-wrap: balance;
}
} body.freespins-har-hero,
body.freespins-har-hero #page,
body.freespins-har-hero .site,
body.freespins-har-hero .site-content {
background: #fff;
}
body.freespins-har-hero .site {
box-shadow: none;
}
.freespins-page-hero { background:
radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 22px 22px,
radial-gradient(860px 460px at 82% -25%, rgba(184, 134, 11, 0.18), transparent 60%),
linear-gradient(158deg, var(--freespins-accent) 0%, var(--freespins-accent-dark) 44%, var(--freespins-heading) 100%);
color: #fff;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.freespins-page-hero__inner {
max-width: 1140px;
margin: 0 auto;
padding: 28px 24px 30px;
}
.freespins-page-hero__titel {
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #fff; font-weight: 700;
font-size: 2.1rem;
line-height: 1.15;
letter-spacing: -0.02em;
margin: 0 0 14px;
} .freespins-page-hero__intro {
margin: 0 0 18px;
color: #dbe4f0;
font-size: 1.05rem;
line-height: 1.6;
}
.freespins-page-hero__intro p { margin: 0; }
.freespins-page-hero__intro strong { color: #fff; font-weight: 700; }
.freespins-page-hero__intro a { color: #fff; text-decoration: underline; } .freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat.freespins-eeat__byline-wrap {
margin: 0;
padding: 0;
border-bottom: 0;
}
.freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__byline {
color: var(--freespins-tint-2);
}
.freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__namn a,
.freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__fakt a {
color: #fff;
}
.freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__datum {
color: var(--freespins-tint-2);
}
.freespins-page-hero .freespins-eeat.freespins-eeat.freespins-eeat .freespins-eeat__byline > * + *::before {
color: #6b7f9c;
}
.freespins-brodsmulor {
background: #fff;
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.freespins-brodsmulor__inner {
max-width: 1140px;
margin: 0 auto;
padding: 14px 24px 2px;
font-size: 0.9rem;
}
.freespins-brodsmulor ol {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.freespins-brodsmulor li { display: inline-flex; align-items: center; }
.freespins-brodsmulor a { color: var(--freespins-accent-dark); text-decoration: none; }
.freespins-brodsmulor a:hover { text-decoration: underline; }
.freespins-brodsmulor__sep { margin: 0 8px; color: #9aa1ab; }
.freespins-brodsmulor__nu { color: #5a5f66; } body.freespins-har-hero .entry-content { margin-top: 0; }
body.freespins-har-hero .entry-content > *:first-child { margin-top: 0; }.post-image-above-header .inside-article .featured-image,.post-image-above-header .inside-article .post-image{margin-top:0;margin-bottom:2em}.post-image-aligned-left .inside-article .featured-image,.post-image-aligned-left .inside-article .post-image{margin-top:0;margin-right:2em;float:left;text-align:left}.post-image-aligned-center .featured-image,.post-image-aligned-center .post-image{text-align:center}.post-image-aligned-right .inside-article .featured-image,.post-image-aligned-right .inside-article .post-image{margin-top:0;margin-left:2em;float:right;text-align:right}.post-image-below-header.post-image-aligned-center .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .featured-image,.post-image-below-header.post-image-aligned-left .inside-article .post-image,.post-image-below-header.post-image-aligned-right .inside-article .featured-image,.post-image-below-header.post-image-aligned-right .inside-article .post-image{margin-top:2em}.post-image-aligned-left>.featured-image,.post-image-aligned-right>.featured-image{float:none;margin-left:auto;margin-right:auto}.post-image-aligned-left .featured-image{text-align:left}.post-image-aligned-right .featured-image{text-align:right}.post-image-aligned-left .inside-article:after,.post-image-aligned-left .inside-article:before,.post-image-aligned-right .inside-article:after,.post-image-aligned-right .inside-article:before{content:"";display:table}.post-image-aligned-left .inside-article:after,.post-image-aligned-right .inside-article:after{clear:both}.one-container.post-image-above-header .no-featured-image-padding.generate-columns .inside-article .post-image,.one-container.post-image-above-header .page-header+.no-featured-image-padding .inside-article .post-image{margin-top:0}.one-container.both-right.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-right.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.right-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-right:0}.one-container.both-left.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-left.post-image-aligned-center .no-featured-image-padding .post-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.left-sidebar.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0}.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .featured-image,.one-container.both-sidebars.post-image-aligned-center .no-featured-image-padding .post-image{margin-left:0;margin-right:0}.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .featured-image,.one-container.post-image-aligned-center .no-featured-image-padding.generate-columns .post-image{margin-left:0;margin-right:0}@media (max-width:768px){body:not(.post-image-aligned-center) .featured-image,body:not(.post-image-aligned-center) .inside-article .featured-image,body:not(.post-image-aligned-center) .inside-article .post-image{margin-right:0;margin-left:0;float:none;text-align:center}}