.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cval-root[hidden]{display:none}
.cval-root{
--cval-bg:#ffffff;
--cval-text:#1a1a1a;
--cval-primary:#1f6feb;
--cval-primary-text:#ffffff;
--cval-border:rgba(0,0,0,.12);
--cval-radius:10px;
--cval-font:inherit;
position:fixed;
z-index:2147483000;
color:var(--cval-text);
font-family:var(--cval-font);
font-size:14px;
line-height:1.5;
}
.cval-root.cval-auto{ font-family:var(--cval-font, inherit) } .cval-pos-bottom-left{left:16px;right:auto;bottom:16px;top:auto;max-width:460px;width:calc(100% - 32px)}
.cval-pos-bottom-right{right:16px;left:auto;bottom:16px;top:auto;max-width:460px;width:calc(100% - 32px)}
.cval-pos-bottom-center{left:0;right:0;margin-left:auto;margin-right:auto;bottom:16px;top:auto;max-width:560px;width:calc(100% - 32px)}
.cval-pos-top{left:0;right:0;top:0;bottom:auto;max-width:100%;width:100%} .cval-banner{
background:var(--cval-bg);
border:1px solid var(--cval-border);
border-radius:var(--cval-radius);
box-shadow:0 10px 30px rgba(0,0,0,.12);
padding:18px;
box-sizing:border-box;
max-height:85vh;
overflow:auto;
}
.cval-pos-top .cval-banner{border-radius:0;border-left:none;border-right:none;border-top:none;padding:14px 18px;max-width:900px;margin:0 auto;box-shadow:0 4px 12px rgba(0,0,0,.08)}  .cval-style-modern .cval-banner{
--cval-radius:14px;
backdrop-filter:saturate(120%);
box-shadow:0 12px 36px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.05) inset;
} .cval-style-klassisk .cval-banner{
--cval-radius:2px;
border-width:2px;
box-shadow:0 4px 16px rgba(0,0,0,.1);
}
.cval-style-klassisk .cval-title{font-weight:800 !important;letter-spacing:.01em !important} .cval-style-mjuk .cval-banner{
--cval-radius:20px;
box-shadow:0 16px 40px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);
padding:22px;
} .cval-style-minimal .cval-banner{
--cval-radius:6px;
border-width:1px;
box-shadow:0 2px 8px rgba(0,0,0,.06);
padding:16px;
}
.cval-style-minimal .cval-cats{background:transparent !important;border:1px solid var(--cval-border);padding:10px} .cval-title{
margin:0 0 6px !important;
font-size:16px !important;
font-weight:700 !important;
color:inherit !important;
font-family:inherit !important;
line-height:1.3 !important;
text-transform:none !important;
letter-spacing:normal !important;
}
.cval-desc{
margin:0 0 14px !important;
color:inherit !important;
opacity:.92 !important;
font-family:inherit !important;
font-size:14px !important;
line-height:1.5 !important;
}
.cval-link{color:var(--cval-primary);text-decoration:underline;margin-left:4px}
.cval-link:hover{opacity:.85}
.cval-text-link{color:var(--cval-primary);text-decoration:underline;font-size:13px;align-self:center} .cval-cats{display:grid;gap:10px;margin:0 0 14px;padding:12px;background:rgba(0,0,0,.04);border-radius:calc(var(--cval-radius) - 4px)}
.cval-cat{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;cursor:pointer;padding:4px 0}
.cval-cat input{margin-top:4px;accent-color:var(--cval-primary);width:16px;height:16px;flex-shrink:0}
.cval-cat-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;grid-column:2}
.cval-cat-name{font-weight:600}
.cval-cat-required{font-size:11px;background:rgba(0,0,0,.1);padding:2px 8px;border-radius:999px;opacity:.75}
.cval-cat-desc{grid-column:2;font-size:13px;opacity:.8;margin-top:2px} .cval-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center} .cval-layout-vertical .cval-actions{flex-direction:column;align-items:stretch}
.cval-layout-vertical .cval-actions .cval-btn{width:100%;justify-content:center}
.cval-layout-vertical .cval-actions .cval-btn-primary{order:-1} .cval-layout-two-col .cval-main{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start}
.cval-layout-two-col .cval-text{grid-column:1}
.cval-layout-two-col .cval-cats{grid-column:1 / -1}
.cval-layout-two-col .cval-actions{grid-column:2;flex-direction:column;align-items:stretch;min-width:140px;justify-content:flex-start}
.cval-layout-two-col .cval-actions .cval-btn{width:100%;justify-content:center} .cval-layout-compact .cval-actions{gap:14px;justify-content:flex-end} .cval-root .cval-btn{
appearance:none !important;
-webkit-appearance:none !important;
border:1px solid var(--cval-border) !important;
background:transparent !important;
color:var(--cval-text) !important;
font-family:inherit !important;
padding:9px 16px !important;
font-size:14px !important;
font-weight:600 !important;
cursor:pointer !important;
transition:transform .08s ease,background .15s ease,border-color .15s ease,opacity .15s ease !important;
min-height:38px !important;
line-height:1.2 !important;
text-transform:none !important;
text-decoration:none !important;
letter-spacing:normal !important;
box-shadow:none !important;
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
}
.cval-root .cval-btn:hover{border-color:currentColor !important}
.cval-root .cval-btn:active{transform:translateY(1px) !important}
.cval-root .cval-btn-primary{
background:var(--cval-primary) !important;
border-color:var(--cval-primary) !important;
color:var(--cval-primary-text) !important;
}
.cval-root .cval-btn-primary:hover{filter:brightness(.94) !important;border-color:var(--cval-primary) !important}
.cval-root .cval-btn-ghost{background:transparent !important;color:var(--cval-text) !important} .cval-shape-pill .cval-btn{border-radius:999px !important}
.cval-shape-rounded .cval-btn{border-radius:calc(var(--cval-radius) - 4px) !important}
.cval-shape-square .cval-btn{border-radius:2px !important} .cval-root .cval-reopen{
position:fixed !important;
bottom:16px !important;
left:16px !important;
right:auto !important;
display:inline-flex !important;
align-items:center !important;
gap:6px !important;
background:var(--cval-primary) !important;
color:var(--cval-primary-text) !important;
border:2px solid var(--cval-primary) !important;
font-family:inherit !important;
padding:8px 14px !important;
font-size:13px !important;
font-weight:600 !important;
line-height:1.2 !important;
cursor:pointer !important;
box-shadow:0 4px 14px rgba(0,0,0,.18) !important;
text-transform:none !important;
letter-spacing:normal !important;
z-index:2147482999 !important;
appearance:none !important;
-webkit-appearance:none !important;
}
.cval-pos-bottom-left .cval-reopen{left:auto !important;right:16px !important}
.cval-root .cval-reopen:hover{filter:brightness(.94) !important;background:var(--cval-primary) !important;color:var(--cval-primary-text) !important;border-color:var(--cval-primary) !important}
.cval-root .cval-reopen[hidden]{display:none !important} .cval-reopen-shape-pill .cval-reopen{border-radius:999px !important}
.cval-reopen-shape-round .cval-reopen{
border-radius:50% !important;
width:44px !important;
height:44px !important;
padding:0 !important;
justify-content:center !important;
}
.cval-reopen-shape-round .cval-reopen .cval-reopen-label{display:none !important}
.cval-reopen-shape-square .cval-reopen{border-radius:4px !important} .cval-reopen-icon-pill .cval-reopen svg{display:none} .cval-reopen-icon-cookie .cval-reopen{box-shadow:0 4px 14px rgba(0,0,0,.12) !important}
.cval-reopen-icon-shield .cval-reopen{box-shadow:0 4px 14px rgba(0,0,0,.15) !important}
.cval-reopen-icon-lock .cval-reopen{box-shadow:0 3px 10px rgba(0,0,0,.18) !important}
.cval-reopen-icon-settings .cval-reopen svg{transition:transform .3s ease}
.cval-reopen-icon-settings .cval-reopen:hover svg{transform:rotate(45deg)}
.cval-reopen-icon-bubble .cval-reopen{box-shadow:0 6px 18px rgba(0,0,0,.12) !important} .cval-root.cval-reopen-pos-left .cval-reopen{left:16px !important;right:auto !important;transform:none !important}
.cval-root.cval-reopen-pos-right .cval-reopen{right:16px !important;left:auto !important;transform:none !important}
.cval-root.cval-reopen-pos-center .cval-reopen{left:50% !important;right:auto !important;transform:translateX(-50%) !important} .cval-reopen-auto .cval-reopen{
opacity:0;
pointer-events:none;
transform:translateY(8px);
transition:opacity .25s ease,transform .25s ease;
}
.cval-reopen-auto .cval-reopen.cval-visible{
opacity:1;
pointer-events:auto;
transform:translateY(0);
}
.cval-root.cval-reopen-pos-center.cval-reopen-auto .cval-reopen{transform:translateX(-50%) translateY(8px) !important}
.cval-root.cval-reopen-pos-center.cval-reopen-auto .cval-reopen.cval-visible{transform:translateX(-50%) translateY(0) !important}
@media (prefers-reduced-motion:reduce){
.cval-reopen-auto .cval-reopen{transition:opacity .15s ease}
.cval-btn{transition:none !important}
.cval-reopen-icon-settings .cval-reopen:hover svg{transform:none}
} @media (max-width:520px){
.cval-root.cval-pos-bottom-left,
.cval-root.cval-pos-bottom-right,
.cval-root.cval-pos-bottom-center{
left:8px !important;
right:8px !important;
bottom:8px !important;
top:auto !important;
margin:0 !important;
max-width:none !important;
width:auto !important;
transform:none !important;
}
.cval-root .cval-banner{
padding:14px !important;
box-sizing:border-box !important;
}
.cval-title{font-size:15px !important}
.cval-desc{font-size:13px !important} .cval-root .cval-actions{
flex-direction:column !important;
align-items:stretch !important;
gap:8px !important;
}
.cval-root .cval-actions .cval-btn{
width:100% !important;
min-height:44px !important;
display:flex !important;
text-align:center !important;
}
.cval-layout-two-col .cval-main{
grid-template-columns:1fr !important;
gap:14px !important;
}
.cval-layout-two-col .cval-actions{
min-width:0 !important;
grid-column:1 !important;
}
} .cval-root .cval-cats[hidden]{display:none !important}
.cval-root .cval-actions .cval-btn[hidden]{display:none !important}.fsp-fot {
background: #0e2a1f;
color: #cdd9d1;
margin-top: 56px;
padding: 56px 20px 28px;
font-size: 0.95rem;
line-height: 1.7;
}
.fsp-fot__inner {
max-width: 1200px;
margin: 0 auto;
} .fsp-fot__topp {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 36px;
}
@media (max-width: 900px) {
.fsp-fot__topp { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}
@media (max-width: 560px) {
.fsp-fot__topp { grid-template-columns: 1fr; gap: 28px; }
}
.fsp-fot a,
.fsp-fot a:link,
.fsp-fot a:visited {
color: #cdd9d1;
text-decoration: none;
} .fsp-fot__brand {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 16px 24px;
margin-bottom: 34px;
}
.fsp-fot__logo {
display: inline-block;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-weight: 700;
font-size: 1.55rem;
letter-spacing: -0.02em;
color: #fff;
}
.fsp-fot__logo b { color: #5cc98a; font-weight: 700; }
.fsp-fot__tagline {
margin: 0.9em 0 1.3em;
color: #9fb3a6;
max-width: 36ch;
} .fsp-fot__social {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 0;
padding: 0;
}
.fsp-fot__social a,
.fsp-fot__social a:link,
.fsp-fot__social a:visited {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
color: #fff;
transition: background 0.15s ease, transform 0.15s ease;
}
.fsp-fot__social a:hover,
.fsp-fot__social a:focus-visible {
background: #1e874e;
text-decoration: none;
transform: translateY(-2px);
}
.fsp-fot__social svg {
width: 19px;
height: 19px;
fill: currentColor;
display: block;
} .fsp-fot__rubrik {
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 1rem;
font-weight: 600;
color: #fff;
margin: 0 0 1.1em;
padding-bottom: 0.55em;
position: relative;
}
.fsp-fot__rubrik::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 34px;
height: 3px;
border-radius: 2px;
background: linear-gradient(90deg, #1e874e, #145e37);
}
.fsp-fot__lista {
list-style: none;
margin: 0;
padding: 0;
}
.fsp-fot__lista li { margin: 0 0 0.65em; }
.fsp-fot__lista a,
.fsp-fot__lista a:link,
.fsp-fot__lista a:visited { color: #c2d2c6; } .fsp-fot__ansvar {
margin-top: 44px;
padding-top: 26px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fsp-fot__markning {
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 18px;
margin: 0 0 14px;
padding: 0;
font-weight: 600;
color: #e9f1eb;
}
.fsp-fot__markning li {
position: relative;
padding-right: 18px;
}
.fsp-fot__markning li:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 4px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.35);
}
.fsp-fot__markning a,
.fsp-fot__markning a:link,
.fsp-fot__markning a:visited { color: #e9f1eb; }
.fsp-fot__stod {
margin: 0;
color: #9fb3a6;
font-size: 0.9rem;
} .fsp-fot__botten {
margin-top: 26px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
font-size: 0.85rem;
color: #8ba394;
}
.fsp-fot__copy {
margin: 0 0 0.6em;
color: #c2d2c6;
}
.fsp-fot__disclaimer { margin: 0; } .fsp-fot a:hover,
.fsp-fot a:focus-visible {
color: #fff;
text-decoration: underline;
}  .fsp-fot .screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.fsp-fot .fsp-fot__marken { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 34px; margin: 0 0 22px; padding: 0; list-style: none; }
.fsp-fot .fsp-fot__marke { display: flex; align-items: center; margin: 0; }
.fsp-fot .fsp-fot__marke a { display: flex; align-items: center; opacity: 0.85; transition: opacity 0.15s ease; }
.fsp-fot .fsp-fot__marke a:hover,
.fsp-fot .fsp-fot__marke a:focus-visible { opacity: 1; }
.fsp-fot .fsp-fot__marke img { display: block; width: auto; max-width: 100%; max-height: 52px; }
.fsp-fot .fsp-fot__marke-text { color: #e9f1eb; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.2px; }
.fsp-fot .fsp-fot__alder-symbol { display: flex; align-items: flex-start; justify-content: center; width: 36px; height: 36px; flex: 0 0 36px; border: 2px solid #ffffff; border-radius: 50%; color: #ffffff; font-weight: 800; font-size: 0.92rem; line-height: 32px; letter-spacing: 0.5px; }
.fsp-fot .fsp-fot__alder-symbol sup { font-size: 0.62em; line-height: 1; margin-top: 7px; }.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.freespins-recension.freespins-recension.freespins-recension {
--freespins-accent: var(--accent, #1e874e);
--freespins-accent-dark: #145e37;
--freespins-text: var(--contrast, #1a1a1a);
--freespins-muted: #5a5f66;
--freespins-line: #e2e4e8;
--freespins-bg-soft: #f6f7f9;
--freespins-warn-bg: #fff8e5;
--freespins-warn-line: #e8c95a;
--freespins-danger-bg: #fdeceb;
--freespins-danger: #b32d2e;
--freespins-radius: 10px;
color: var(--freespins-text);
line-height: 1.6;
}
.freespins-recension.freespins-recension.freespins-recension * {
box-sizing: border-box;
} .freespins-recension.freespins-recension.freespins-recension h3 {
margin: 1.2em 0 0.5em;
font-size: 1.15em;
} .freespins-recension.freespins-recension.freespins-recension .freespins-inaktiv-banner {
background: var(--freespins-danger-bg);
border: 1px solid var(--freespins-danger);
border-radius: var(--freespins-radius);
padding: 14px 18px;
margin: 0 0 24px;
} .freespins-recension.freespins-recension.freespins-recension.freespins-har-banner {
padding-top: 28px;
} .freespins-recension.freespins-recension.freespins-recension.freespins-har-banner .freespins-inaktiv-banner {
margin-top: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-inaktiv-banner p {
margin: 0;
color: var(--freespins-danger);
} .freespins-recension.freespins-recension.freespins-recension .freespins-alternativ {
margin: 24px 0 8px;
padding: 18px 20px;
background: #f1f9f4;
border: 1px solid #d3e9db;
border-radius: 14px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__rubrik {
margin: 0 0 12px;
font-weight: 700;
font-size: 1.05rem;
color: #0c3b26;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__reklam {
display: inline-block;
margin-left: 8px;
padding: 2px 8px;
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #55606e;
background: #e3f0e8;
border-radius: 999px;
vertical-align: middle;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__lista {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__kort {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
background: #fff;
border: 1px solid #dfeee4;
border-radius: 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__logo {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 54px;
overflow: hidden;
background: #eef7f0;
border-radius: 10px;
text-decoration: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__mono {
font-weight: 800;
color: #0c3b26;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__info {
flex: 1 1 auto;
min-width: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__namn {
display: block;
font-weight: 700;
color: #0c3b26;
text-decoration: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__namn:hover {
text-decoration: underline;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__bonus {
display: block;
margin-top: 2px;
font-size: 0.85rem;
color: #41526a;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__cta {
flex: 0 0 auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__cta .freespins-cta {
padding: 8px 14px;
font-size: 0.85rem;
white-space: nowrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__compliance {
margin: 14px 0 0;
font-size: 0.8rem;
color: #55606e;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__compliance a {
color: inherit;
text-decoration: underline;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-alternativ__compliance .freespins-reklam {
text-transform: uppercase;
font-size: 0.72rem;
letter-spacing: 0.03em;
} .freespins-recension.freespins-recension.freespins-recension .freespins-domsruta {
display: flex;
gap: 20px;
align-items: center;
background: var(--freespins-bg-soft);
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
padding: 20px 24px;
margin: 0 0 28px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-domsruta__betyg {
flex: 0 0 auto;
display: flex;
align-items: baseline;
gap: 2px;
background: var(--freespins-accent);
color: #fff;
border-radius: var(--freespins-radius);
padding: 14px 18px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-betyg-tal {
font-size: 2.4em;
font-weight: 800;
line-height: 1;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-betyg-max {
font-size: 1em;
opacity: 0.85;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-domsruta__txt {
flex: 1 1 auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-domsruta__erbjudande {
margin: 10px 0;
padding: 8px 12px;
background: var(--freespins-warn-bg, #fff8e5);
border: 1px solid var(--freespins-warn-line, #f0d97d);
border-radius: 6px;
font-size: 1.05em;
font-weight: 600;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-domsruta__erbjudande-etikett {
display: inline-block;
margin-right: 6px;
padding: 1px 8px;
border-radius: 999px;
background: var(--freespins-accent);
color: #fff;
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-niva {
display: inline-block;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 3px 10px;
border-radius: 999px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-niva--testad {
background: var(--freespins-accent);
color: #fff;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-niva--granskad {
background: var(--freespins-warn-bg);
color: #7a5b00;
border: 1px solid var(--freespins-warn-line);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-testantal {
margin: 8px 0 4px;
font-weight: 600;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-byline,
.freespins-recension.freespins-recension.freespins-recension .freespins-verifierad {
margin: 4px 0;
font-size: 0.9em;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-faktatabell {
width: 100%;
border-collapse: collapse;
margin: 0.5em 0 1em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-faktatabell th,
.freespins-recension.freespins-recension.freespins-recension .freespins-faktatabell td {
text-align: left;
padding: 9px 12px;
border-bottom: 1px solid var(--freespins-line);
vertical-align: top;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-faktatabell th {
width: 38%;
font-weight: 600;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-licensruta {
background: var(--freespins-bg-soft);
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
padding: 16px 20px;
margin: 0 0 16px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-licensruta__rubrik {
margin-top: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-licensruta--saknas {
background: var(--freespins-danger-bg);
border-color: var(--freespins-danger);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-licensruta__verifiera a {
font-weight: 600;
} .freespins-recension.freespins-recension.freespins-recension .freespins-bonusvarning {
background: var(--freespins-warn-bg);
border: 1px solid var(--freespins-warn-line);
border-radius: var(--freespins-radius);
padding: 12px 16px;
margin: 12px 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bonusvarning p {
margin: 0;
font-size: 0.95em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bytesnotis {
background: #e7f3ec;
border-left: 4px solid var(--freespins-accent);
padding: 10px 14px;
margin: 12px 0 0;
font-weight: 600;
} .freespins-recension.freespins-recension.freespins-recension .freespins-ev {
background: var(--freespins-bg-soft);
border-radius: var(--freespins-radius);
padding: 14px 18px;
margin: 10px 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-ev__tal {
font-size: 1.4em;
font-weight: 800;
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-ev__negativ {
color: var(--freespins-danger);
font-weight: 600;
margin: 6px 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-ev__antaganden {
margin: 8px 0 0;
padding-left: 1.1em;
font-size: 0.85em;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-villkorsflaggor {
border: 1px solid var(--freespins-warn-line);
background: var(--freespins-warn-bg);
border-radius: var(--freespins-radius);
padding: 12px 16px 12px 18px;
margin: 12px 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-villkorsflaggor h3 {
margin-top: 0;
} .freespins-recension.freespins-recension.freespins-recension .freespins-uttagstabell {
width: 100%;
border-collapse: collapse;
margin: 0.5em 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagstabell th,
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagstabell td {
padding: 8px 10px;
border-bottom: 1px solid var(--freespins-line);
text-align: left;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagstabell thead th {
background: var(--freespins-bg-soft);
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttag-median {
font-size: 0.95em;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-kapsel {
font-size: 1.02em;
line-height: 1.6;
color: var(--freespins-text);
background: var(--freespins-bg-soft);
border-left: 3px solid var(--freespins-accent);
border-radius: 0 var(--freespins-radius) var(--freespins-radius) 0;
padding: 12px 16px;
margin: 0 0 1em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bonusframhav {
background: var(--freespins-bg-soft);
border: 1px solid var(--freespins-line);
border-left: 4px solid var(--freespins-accent);
border-radius: var(--freespins-radius);
padding: 16px 18px;
margin: 0 0 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bonusframhav__etikett {
display: inline-block;
margin: 0 0 8px;
padding: 2px 11px;
border-radius: 999px;
background: var(--freespins-accent);
color: #fff;
font-size: 0.72em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bonusframhav__erbj {
display: block;
font-size: 1.4em;
font-weight: 800;
color: #0c3b26;
line-height: 1.3;
} .freespins-recension.freespins-recension.freespins-recension .freespins-chatttabell,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-jmf,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-toppspel {
width: 100%;
border-collapse: collapse;
margin: 0.5em 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-chatttabell th,
.freespins-recension.freespins-recension.freespins-recension .freespins-chatttabell td,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-jmf th,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-jmf td,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-toppspel th,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-toppspel td {
padding: 8px 10px;
border-bottom: 1px solid var(--freespins-line);
text-align: left;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-chatttabell thead th,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-jmf thead th,
.freespins-recension.freespins-recension.freespins-recension .freespins-rtp-toppspel thead th {
background: var(--freespins-bg-soft);
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.02em;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-rtp-jmf tbody tr:first-child {
font-weight: 600;
background: rgba( 26, 122, 60, 0.06 );
} .freespins-recension.freespins-recension.freespins-recension .freespins-bevismedia__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bevismedia figure {
margin: 0;
border: 1px solid var(--freespins-line);
border-radius: 8px;
overflow: hidden;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bevismedia img {
display: block;
width: 100%;
height: auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-bevismedia figcaption {
font-size: 0.8em;
padding: 6px 8px;
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-tvarlicens {
background: #eaf6ef;
border-left: 4px solid #1e874e;
border-radius: var(--freespins-radius);
padding: 14px 18px;
} .freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__rad {
display: grid;
grid-template-columns: minmax(0, 2fr) 58px minmax(0, 1.4fr) auto;
gap: 12px;
align-items: center;
padding: 7px 0;
border-bottom: 1px solid var(--freespins-line);
}
@media (max-width: 600px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__rad { grid-template-columns: minmax(0, 1fr) auto;
row-gap: 6px;
padding: 10px 0;
}
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__vikt {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 2px 7px;
border: 1px solid var(--freespins-line);
border-radius: 999px;
background: var(--freespins-bg-soft);
font-size: 0.78em;
font-weight: 600;
color: var(--freespins-muted);
white-space: nowrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__rad:first-child .freespins-delbetyg__vikt {
background: #eaf6ef;
border-color: #bfe3cd;
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__not {
margin: 10px 0 0;
font-size: 0.88em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__namn small {
color: var(--freespins-muted);
font-weight: 400;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__bar {
position: relative;
height: 8px;
background: var(--freespins-line);
border-radius: 999px;
overflow: hidden;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__bar > span {
position: absolute;
inset: 0 auto 0 0;
background: var(--freespins-accent);
border-radius: 999px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__tal {
font-weight: 700;
min-width: 2.4em;
text-align: right;
} .freespins-recension.freespins-recension.freespins-recension .freespins-prokon {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-pro,
.freespins-recension.freespins-recension.freespins-recension .freespins-kon {
list-style: none;
margin: 0;
padding: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-pro li,
.freespins-recension.freespins-recension.freespins-recension .freespins-kon li {
padding: 6px 0 6px 26px;
position: relative;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-pro li::before {
content: "+";
position: absolute;
left: 0;
font-weight: 800;
color: var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kon li::before {
content: "\2212";
position: absolute;
left: 0;
font-weight: 800;
color: var(--freespins-danger);
} .freespins-recension.freespins-recension.freespins-recension .cexpo-faq__item {
border-bottom: 1px solid var(--freespins-line);
padding: 4px 0;
}
.freespins-recension.freespins-recension.freespins-recension .cexpo-faq__item summary {
cursor: pointer;
padding: 8px 0;
}
.freespins-recension.freespins-recension.freespins-recension .cexpo-faq__item summary h3 {
display: inline;
margin: 0;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 1.15rem;
font-weight: 600;
color: #0c3b26;
letter-spacing: -0.01em;
} .freespins-recension.freespins-recension.freespins-recension .freespins-cta {
display: inline-block;
background: var(--freespins-accent);
color: #fff;
font-weight: 700;
text-decoration: none;
padding: 10px 20px;
border-radius: 8px;
margin-top: 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-cta:hover {
background: var(--freespins-accent-dark);
color: #fff;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-reklam {
font-size: 0.75em;
color: var(--freespins-muted);
text-transform: uppercase;
letter-spacing: 0.04em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-compliance {
margin-top: 24px;
padding-top: 14px;
border-top: 1px solid var(--freespins-line);
font-size: 0.85em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-compliance__disclosure {
font-style: italic;
} .freespins-recension.freespins-recension.freespins-recension .freespins-andringslogg {
margin-top: 18px;
font-size: 0.85em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-andringslogg summary {
cursor: pointer;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-andringslogg time {
font-weight: 600;
} @media (max-width: 600px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-domsruta {
flex-direction: column;
align-items: flex-start;
gap: 14px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-prokon {
grid-template-columns: 1fr;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-faktatabell th {
width: 45%;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagstabell {
font-size: 0.9em;
}
} .freespins-topplista.freespins-topplista.freespins-topplista {
--freespins-accent: var(--accent, #1e874e);
--freespins-accent-dark: #145e37;
--freespins-text: var(--contrast, #1a1a1a);
--freespins-muted: #5a5f66;
--freespins-line: #e2e4e8;
--freespins-bg-soft: #f6f7f9;
--freespins-radius: 10px;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista * { box-sizing: border-box; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista__head {
display: flex;
align-items: baseline;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista__rubrik {
margin: 0;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 1.65rem;
font-weight: 600;
line-height: 1.25;
letter-spacing: -0.015em;
color: #0c3b26;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista__uppdaterad {
margin: 0;
font-size: 0.85em;
color: var(--freespins-muted);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista__uppdaterad--fristaende {
margin: 0 0 12px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista__andring {
margin: 14px 0 0;
padding-top: 10px;
border-top: 1px solid var(--freespins-line, #e2e4e8);
font-size: 0.85em;
color: var(--freespins-muted);
} .freespins-annonsinfo.freespins-annonsinfo {
margin: 12px 0;
font-size: 0.85em;
color: var(--freespins-muted, #5a5f66);
text-align: right;
}
.freespins-annonsinfo.freespins-annonsinfo > summary {
display: inline-flex;
align-items: center;
gap: 6px;
cursor: pointer;
list-style: none;
color: var(--freespins-muted, #5a5f66);
}
.freespins-annonsinfo.freespins-annonsinfo > summary::-webkit-details-marker { display: none; }
.freespins-annonsinfo.freespins-annonsinfo > summary:hover { color: var(--freespins-text, var(--contrast, #1a1a1a)); text-decoration: underline; }
.freespins-annonsinfo.freespins-annonsinfo > summary:focus-visible { outline: 2px solid var(--freespins-accent, var(--accent, #1e874e)); outline-offset: 2px; border-radius: 4px; }
.freespins-annonsinfo__ikon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 15px;
height: 15px;
border: 1px solid currentColor;
border-radius: 50%;
font-size: 10px;
font-weight: 700;
font-style: normal;
line-height: 1;
}
.freespins-annonsinfo.freespins-annonsinfo > .freespins-annonsinfo__text {
margin: 8px 0 0;
padding: 12px 16px;
text-align: left;
background: var(--freespins-bg-soft, #f6f7f9);
border: 1px solid var(--freespins-line, #e2e4e8);
border-radius: var(--freespins-radius, 10px);
}
.freespins-annonsinfo__text p { margin: 0 0 0.6em; }
.freespins-annonsinfo__text p:last-child { margin-bottom: 0; }
.freespins-annonsinfo__text a { color: inherit; text-decoration: underline; } .freespins-topplista.freespins-topplista.freespins-topplista .freespins-metodvaljare {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin: 12px 0;
font-size: 0.9em;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-metodvaljare span { color: var(--freespins-muted); }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-metodvaljare__val {
padding: 4px 12px;
border: 1px solid var(--freespins-line);
border-radius: 999px;
text-decoration: none;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-metodvaljare__val--aktiv {
background: var(--freespins-accent);
color: #fff;
border-color: var(--freespins-accent);
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-mer {
margin: 18px 0 2px;
text-align: center;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-mer__knapp {
-webkit-appearance: none;
appearance: none;
display: inline-flex;
align-items: center;
gap: 6px;
cursor: pointer;
font: inherit;
font-weight: 600;
color: #0c3b26;
background: #fff;
border: 1px solid #0c3b26;
border-radius: 999px;
padding: 10px 26px;
line-height: 1.2;
transition: background .15s ease, color .15s ease;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-mer__knapp:hover {
background: #0c3b26;
color: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-mer__knapp:focus-visible {
outline: 2px solid #1e874e;
outline-offset: 2px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-mer__kvar {
font-weight: 500;
opacity: .75;
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-kortlista {
list-style: none;
margin: 16px 0 0;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 16px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort {
display: flex;
flex-direction: column;
background: #fff;
border: 1px solid var(--freespins-line);
border-radius: 14px;
box-shadow: 0 1px 3px rgba(19, 49, 92, 0.08);
overflow: hidden;
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__zon { display: contents; } @supports (grid-template-rows: subgrid) {
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kortlista {
row-gap: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort {
display: grid;
grid-template-rows: subgrid;
grid-row: span 13;
row-gap: 0;
margin-bottom: 16px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__zon {
display: block;
min-width: 0;
}
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__topp {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 16px 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__rank {
width: 26px;
height: 26px;
border-radius: 50%;
background: var(--freespins-text);
color: #fff;
font-weight: 700;
font-size: 0.85em;
display: flex;
align-items: center;
justify-content: center;
flex: none;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betyg {
display: flex;
align-items: baseline;
gap: 1px;
background: var(--freespins-accent);
color: #fff;
border-radius: 8px;
padding: 5px 10px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betyg .freespins-betyg-tal {
font-size: 1.25em;
font-weight: 800;
line-height: 1;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betyg .freespins-betyg-max {
font-size: 0.78em;
opacity: 0.85;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betyg-et {
font-size: 0.72em;
font-weight: 700;
opacity: 0.9;
margin-right: 5px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__logga {
margin: 16px 16px 4px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__logga img {
max-height: 60px;
width: auto;
max-width: 82%;
height: auto;
border-radius: 6px;
object-fit: contain;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__namn {
font-weight: 700;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__casino {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-height: 64px;
margin: 16px 16px 4px;
font-size: 1.2em;
font-weight: 700;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__krok {
margin: 8px 16px 0;
font-size: 0.92em;
color: var(--freespins-muted);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bonusbox {
margin: 10px 16px 0;
display: grid;
grid-template-columns: 1fr 1fr;
border: 1px solid var(--freespins-line);
border-radius: 10px;
overflow: hidden;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bonusbox--singel {
grid-template-columns: 1fr;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bonusbox--ingen .v {
color: var(--freespins-muted);
font-weight: 700;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell {
padding: 9px 12px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell + .freespins-kort__bcell {
border-left: 1px solid var(--freespins-line);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .et,
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .v,
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .s {
display: block;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .et {
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--freespins-muted);
font-weight: 700;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .v {
font-size: 1.02em;
font-weight: 800;
color: var(--freespins-text);
line-height: 1.25;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__bcell .s {
font-size: 0.78em;
color: var(--freespins-muted);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__ev {
margin: 10px 16px 0;
padding: 7px 12px;
background: var(--freespins-bg-soft);
border-radius: 8px;
font-size: 0.88em;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__ev em {
font-style: normal;
color: var(--freespins-muted);
margin-right: 4px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__ev b {
font-weight: 800;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__minrutor {
margin: 8px 16px 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__minruta {
border: 1px solid var(--freespins-line);
border-radius: 8px;
padding: 8px 10px;
display: flex;
flex-direction: column;
min-height: 60px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__minruta .et {
display: block;
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--freespins-muted);
font-weight: 700;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__minruta .v {
display: block;
font-size: 1.02em;
font-weight: 800;
color: var(--freespins-text);
margin-top: auto;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__fakta {
margin: 10px 16px 0;
display: flex;
flex-direction: column;
gap: 3px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__fakta-rad {
font-size: 0.86em;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__fakta-rad em {
font-style: normal;
color: var(--freespins-muted);
margin-right: 4px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__usp {
list-style: none;
margin: 10px 16px 0;
padding: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__usp li {
position: relative;
padding: 3px 0 3px 22px;
font-size: 0.9em;
color: var(--freespins-text);
line-height: 1.4;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__usp li::before {
content: "\2713";
position: absolute;
left: 0;
top: 3px;
color: var(--freespins-accent);
font-weight: 800;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betal {
margin: 10px 16px 0;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__betal span {
font-size: 0.76em;
border: 1px solid var(--freespins-line);
border-radius: 6px;
padding: 2px 8px;
color: var(--freespins-text);
background: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__ctawrap {
margin-top: auto;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort .freespins-cta {
margin: 14px 16px 0;
width: auto;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__recension {
display: block;
text-align: center;
margin: 8px 16px 0;
font-size: 0.85em;
color: var(--freespins-accent-dark);
text-decoration: none;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__recension:hover {
text-decoration: underline;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__footer {
margin-top: 12px;
padding: 10px 16px;
border-top: 1px solid var(--freespins-line);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__compliance {
font-size: 0.74em;
color: var(--freespins-muted);
margin: 0;
line-height: 1.45;
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-cta {
display: block;
background: var(--freespins-accent);
color: #fff;
font-weight: 700;
text-align: center;
text-decoration: none;
padding: 11px 22px;
border-radius: 8px;
width: 100%;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-cta:hover {
background: var(--freespins-accent-dark);
color: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-reklam {
display: block;
font-size: 0.7em;
color: var(--freespins-muted);
text-transform: uppercase;
letter-spacing: 0.04em;
margin-top: 2px;
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-licensrad {
display: flex;
gap: 7px;
align-items: flex-start;
margin: 6px 0 0;
font-size: 0.84em;
line-height: 1.45;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-licensrad::before {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
margin-top: 0.4em;
flex: none;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-licensrad--egen::before {
background: var(--freespins-accent);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-licensrad--delad::before {
background: #c8881a;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort .freespins-licensrad {
margin: 10px 16px 0;
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-recension__namn {
display: block;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-niva {
display: inline-block;
font-size: 0.72em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 2px 8px;
border-radius: 999px;
vertical-align: middle;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-niva--testad {
background: var(--freespins-accent);
color: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-niva--granskad {
background: #fff8e5;
color: #7a5b00;
border: 1px solid #e8c95a;
}
@media (max-width: 480px) {
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kortlista { grid-template-columns: 1fr; }
} .freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg {
--freespins-accent: var(--accent, #1e874e);
--freespins-muted: #5a5f66;
--freespins-line: #e2e4e8;
list-style: none;
margin: 1em 0;
padding: 0;
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__rad {
display: grid;
grid-template-columns: 110px 1fr;
gap: 4px 14px;
padding: 10px 0;
border-bottom: 1px solid var(--freespins-line);
align-items: baseline;
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__datum {
color: var(--freespins-muted);
font-variant-numeric: tabular-nums;
font-size: 0.9em;
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__casino {
font-weight: 600;
text-decoration: none;
color: var(--freespins-accent);
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__vad {
grid-column: 2;
display: block;
color: inherit;
} .freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__vad + .freespins-korrigeringslogg__vad {
margin-top: 8px;
padding-top: 8px;
border-top: 1px dotted var(--freespins-line);
}
@media (max-width: 600px) {
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__rad {
grid-template-columns: 1fr;
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__vad {
grid-column: 1;
}
.freespins-korrigeringslogg.freespins-korrigeringslogg.freespins-korrigeringslogg .freespins-korrigeringslogg__vad + .freespins-korrigeringslogg__vad {
grid-column: 1;
}
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 {
margin: 1.2em 0;
border: 1px solid var(--freespins-line);
border-radius: 10px;
overflow: hidden;
background: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__rad {
padding: 18px 20px;
border-top: 1px solid #eef3ee;
background: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__rad:first-child {
border-top: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__topp {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 24px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__compliance {
text-align: center;
margin-top: 12px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__compliance .freespins-kort__compliance {
margin: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__disclaimer {
margin-top: 10px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__disclaimer .freespins-disclaimer {
margin: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__rad--alt {
background: #f7f8fa;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-rank {
flex: 0 0 40px;
display: flex;
justify-content: center;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-casino {
flex: 0 0 190px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 8px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-bonus {
flex: 1 1 0;
min-width: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-cta {
flex: 0 0 180px;
display: flex;
flex-direction: column;
gap: 6px;
text-align: center;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-cta .freespins-cta {
width: 100%;
box-sizing: border-box;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-rank {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
color: #fff;
font-weight: 700;
font-size: 0.95em;
line-height: 1;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-rank--guld { background: #efa400; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-rank--silver { background: #aab0bb; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-rank--brons { background: #cd7f32; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-rank--ovrig { background: #0e2a1f; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__logga {
display: block;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__logga img {
max-height: 84px;
max-width: 160px;
width: auto;
display: block;
margin: 0 auto;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__namn {
font-weight: 700;
font-size: 0.95em;
color: var(--freespins-accent-dark);
text-decoration: none;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__namn:hover {
text-decoration: underline;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__bonus {
display: block;
font-weight: 700;
font-size: 1.02em;
color: #1a1d22;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__ev {
margin: 6px 0 0;
font-size: 0.92em;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__ev em {
font-style: normal;
color: var(--freespins-muted);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__ev b {
color: #0c3b26;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__fakta {
display: flex;
flex-wrap: wrap;
gap: 6px 16px;
margin: 8px 0 0;
font-size: 0.85em;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__fakta em {
font-style: normal;
color: var(--freespins-muted);
margin-right: 4px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__usp {
list-style: none;
margin: 8px 0 0;
padding: 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__usp li {
position: relative;
padding: 2px 0 2px 22px;
font-size: 0.88em;
line-height: 1.4;
color: var(--freespins-text);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__usp li::before {
content: "\2713";
position: absolute;
left: 0;
top: 2px;
color: var(--freespins-accent);
font-weight: 800;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__betal {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 10px 0 0;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__betal span {
font-size: 0.78em;
padding: 3px 8px;
border: 1px solid var(--freespins-line);
border-radius: 6px;
color: var(--freespins-muted);
background: #fff;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-kort__compliance {
font-size: 0.76em;
color: var(--freespins-muted);
margin: 7px 0 0;
line-height: 1.5;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-kort__compliance a {
color: var(--freespins-muted);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__recension {
font-size: 0.85em;
color: var(--freespins-accent-dark);
} .freespins-topplista.freespins-topplista.freespins-topplista .freespins-stjarnor {
position: relative;
display: inline-block;
font-size: 17px;
line-height: 1;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-stjarnor::before {
content: "\2605\2605\2605\2605\2605";
color: #dcdce4;
letter-spacing: 2px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-stjarnor > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-stjarnor > span::before {
content: "\2605\2605\2605\2605\2605";
color: #f5a623;
letter-spacing: 2px;
}
@media (max-width: 720px) {
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__rad {
padding: 14px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__topp {
flex-wrap: wrap;
gap: 10px;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-rank { flex: 0 0 auto; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-casino {
flex: 1 1 auto;
align-items: flex-start;
text-align: left;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-bonus { flex: 1 1 100%; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .freespins-toptabell__matvarden { order: 0; }
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-cta { flex: 1 1 100%; }
} .freespins-ctalista.freespins-ctalista.freespins-ctalista { display: flex; flex-direction: column; gap: 12px; margin: 1em 0; }
.freespins-ctalista .freespins-ctabox {
display: flex;
align-items: center;
gap: 16px;
padding: 16px;
border: 1px solid var(--freespins-line, #e3e3e3);
border-left: 5px solid var(--freespins-accent);
border-radius: 10px;
background: var(--freespins-card, #fff);
flex-wrap: wrap;
}
.freespins-ctalista .freespins-ctabox__logga { flex: 0 0 120px; }
.freespins-ctalista .freespins-ctabox__logga img { max-width: 120px; height: auto; }
.freespins-ctalista .freespins-ctabox__mitt { flex: 1 1 240px; display: flex; flex-direction: column; gap: 4px; }
.freespins-ctalista .freespins-ctabox__titel { font-weight: 700; font-size: 1.1em; text-decoration: none; color: var(--freespins-text); }
.freespins-ctalista .freespins-ctabox__erbj { margin: 2px 0; font-weight: 600; }
.freespins-ctalista .freespins-ctabox__betyg .freespins-betyg-tal { font-weight: 700; }
.freespins-ctalista .freespins-ctabox__hoger { flex: 0 0 170px; display: flex; flex-direction: column; gap: 6px; text-align: center; }
.freespins-ctalista .freespins-kort__compliance { font-size: 0.78em; margin: 2px 0 0; }
@media (max-width: 640px) {
.freespins-ctalista .freespins-ctabox__hoger { flex-basis: 100%; }
} .freespins-recension.freespins-recension.freespins-recension .freespins-hero {
background: #fff;
border: 1px solid #e6e6ec;
border-radius: 14px;
box-shadow: 0 6px 24px rgba(20, 30, 40, 0.07);
padding: 22px 24px;
margin: 0 0 28px;
overflow: hidden;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__top {
display: flex;
flex-wrap: wrap;
gap: 22px;
align-items: flex-start;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__logo {
flex: 0 0 148px;
width: 148px;
height: 110px;
border-radius: 12px;
border: 1px solid #ececf1;
background: #f7f7fa;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__mono {
font-size: 38px;
font-weight: 800;
letter-spacing: 1px;
color: var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__main {
flex: 1 1 320px;
min-width: 260px; max-width: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__main > * {
max-width: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__erbjudande { width: 100%;
max-width: none;
margin: 14px 0 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__erbjudande > * {
max-width: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__erbjudande .freespins-hero__bonus {
margin-top: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin-bottom: 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__rank {
display: inline-block;
font-size: 0.78em;
font-weight: 700;
padding: 3px 10px;
border-radius: 999px;
background: #eaf6ef;
color: #17663a;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__rating {
display: flex;
align-items: baseline;
gap: 6px;
margin: 4px 0 8px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__rating .freespins-betyg-tal {
font-size: 2.6em;
font-weight: 800;
line-height: 1;
color: var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__rating .freespins-betyg-max {
font-size: 1em;
color: #b9c0cc;
font-weight: 600;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-stjarnor {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 1;
margin-left: 6px;
align-self: center;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-stjarnor::before {
content: "\2605\2605\2605\2605\2605";
color: #dcdce4;
letter-spacing: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-stjarnor > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-stjarnor > span::before {
content: "\2605\2605\2605\2605\2605";
color: #f5a623;
letter-spacing: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__bonus {
margin: 10px 0;
font-size: 1.12em;
line-height: 1.4;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__bonus-etikett {
display: inline-block;
margin-right: 6px;
padding: 2px 9px;
border-radius: 999px;
background: var(--freespins-accent);
color: #fff;
font-size: 0.7em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
vertical-align: middle;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__pills {
list-style: none;
margin: 12px 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__pills li {
background: #eef7f0;
color: #1c5e34;
border: 1px solid #cfe7d6;
border-radius: 999px;
padding: 5px 13px;
font-size: 0.85em;
font-weight: 600;
margin: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__pills li::before {
content: "\2713";
margin-right: 5px;
color: var(--freespins-accent);
font-weight: 800;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action {
display: flex;
flex-direction: column;
justify-content: center;
gap: 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__band {
display: grid;
grid-template-columns: minmax(0, 1fr) 234px;
gap: 14px;
align-items: stretch;
margin: 16px 0 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__band--tom,
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__band--utan-knapp {
grid-template-columns: minmax(0, 1fr);
justify-items: stretch;
}
@media (max-width: 700px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__band {
grid-template-columns: minmax(0, 1fr);
}
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__stat {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
gap: 10px;
}
@media (max-width: 700px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__stat {
grid-template-columns: 1fr 1fr;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort--primar {
grid-column: 1 / -1;
}
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort {
text-align: center;
background: #f7f8fb;
border: 1px solid #e8e9ef;
border-radius: 10px;
padding: 10px 6px;
display: flex;
flex-direction: column;
gap: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort__rubrik {
font-size: 0.68em;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #5a5f66;
font-weight: 700;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort__varde {
font-size: 1.12em;
font-weight: 800;
color: #1c2330;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort__sub {
font-size: 0.66em;
color: #5a5f66;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action .freespins-cta {
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
background: var(--freespins-accent);
color: #fff;
font-weight: 800;
font-size: 1.08em;
padding: 15px 18px;
border-radius: 10px;
text-decoration: none;
box-shadow: 0 4px 14px rgba(194, 65, 12, 0.32);
transition: background 0.15s ease, transform 0.05s ease;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action .freespins-cta:hover {
background: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action .freespins-cta:active {
transform: translateY(1px);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action .freespins-reklam {
display: block;
text-align: center;
font-size: 0.72em;
color: #9a9aa4;
margin-top: -4px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__pay {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-top: 18px;
padding-top: 16px;
border-top: 1px solid #eef3ee;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__pay-rubrik {
font-size: 0.8em;
font-weight: 700;
color: #6a6a76;
margin-right: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-paychip {
background: #f1f2f6;
border: 1px solid #e3e4ea;
border-radius: 7px;
padding: 4px 11px;
font-size: 0.82em;
font-weight: 600;
color: #3a3a46;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__compliance {
margin: 12px 0 0;
font-size: 0.76em;
line-height: 1.5;
color: #9a9aa4;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__compliance a {
color: #b9c0cc;
text-decoration: underline;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__meta {
display: flex;
flex-wrap: wrap;
gap: 6px 16px;
margin-top: 10px;
font-size: 0.8em;
color: #7a7a86;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__meta a {
color: var(--freespins-accent-dark);
}
@media (max-width: 720px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__top {
flex-direction: column;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__logo {
flex-basis: auto;
width: 130px;
height: 96px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__action {
flex-basis: auto;
width: 100%;
}
} .freespins-disclaimer,
.freespins-recension.freespins-recension.freespins-recension .freespins-disclaimer {
font-size: 0.78em;
line-height: 1.55;
color: #5a5f66;
background: #f6f6f9;
border: 1px solid #ededf1;
border-radius: 8px;
padding: 9px 13px;
margin: 10px 0 0;
}
.freespins-disclaimer a,
.freespins-recension.freespins-recension.freespins-recension .freespins-disclaimer a {
color: #6f6f7a;
text-decoration: underline;
} .single-casino .post-image,
.single-casino .featured-image,
.single-casino .page-header-image-single { display: none !important; }  .freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort {
list-style: none;
margin: 0 0 18px;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
gap: 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__item {
background: var(--freespins-bg-soft);
border: 1px solid var(--freespins-line);
border-left: 3px solid #c9ccd2;
border-radius: var(--freespins-radius);
padding: 10px 12px;
display: flex;
flex-direction: column;
gap: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__label {
font-size: 0.72em;
text-transform: uppercase;
letter-spacing: 0.03em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__varde {
font-size: 1.05em;
font-weight: 700;
line-height: 1.25;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__sub {
display: block;
font-size: 0.7em;
font-weight: 400;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__item.is-ja {
border-left-color: var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__item.is-ja .freespins-snabbkort__varde {
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-snabbkort__item.is-nej .freespins-snabbkort__varde {
color: var(--freespins-muted);
} .freespins-recension.freespins-recension.freespins-recension .freespins-matris {
margin: 0 0 1em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__lista {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__item {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 13px;
border-radius: 999px;
font-size: 0.92em;
border: 1px solid var(--freespins-line);
background: var(--freespins-bg-soft);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__item::before {
content: "";
width: 10px;
height: 10px;
flex: 0 0 10px;
border-radius: 50%;
display: inline-block;
background: #c2c5cc;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__item.is-ja::before {
background: var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__item.is-nej {
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__svar {
font-weight: 700;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-matris__item.is-ja .freespins-matris__svar {
color: var(--freespins-accent-dark);
} .freespins-recension.freespins-recension.freespins-recension .freespins-metodik {
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
background: var(--freespins-bg-soft);
margin: 0 0 1.2em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik > summary {
cursor: pointer;
font-weight: 600;
padding: 12px 16px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik__inner {
padding: 0 16px 14px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik__inner p {
margin: 0 0 0.6em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik__lank a {
color: var(--freespins-accent-dark);
font-weight: 600;
} .freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__grupp {
border-bottom: 1px solid var(--freespins-line);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__grupp .freespins-delbetyg__rad {
border-bottom: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__motiv {
margin: 0 0 9px;
font-size: 0.9em;
color: var(--freespins-muted);
line-height: 1.5;
} .freespins-recension.freespins-recension.freespins-recension .freespins-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-recension.freespins-recension.freespins-recension .freespins-forfattare__media {
flex: 0 0 auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__foto {
width: 72px;
height: 72px;
border-radius: 50%;
object-fit: cover;
flex: 0 0 72px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__text {
flex: 1 1 auto;
min-width: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__namn {
margin: 0 0 6px;
font-weight: 700;
font-size: 1.05em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__titel {
display: block;
font-weight: 400;
color: var(--freespins-muted);
font-size: 0.88em;
margin-top: 1px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__expertis {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin: 0 0 9px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__tagg {
font-size: 0.78em;
background: #fff;
border: 1px solid var(--freespins-line);
border-radius: 999px;
padding: 2px 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__text p {
margin: 0 0 0.6em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__granskad {
font-size: 0.9em;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__namn a,
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare__lank a {
color: var(--freespins-accent-dark);
}
@media (max-width: 600px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-forfattare {
flex-direction: column;
}
} .freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext {
margin: 0 0 1em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext > :first-child {
margin-top: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext > :last-child {
margin-bottom: 0;
} .freespins-recension.freespins-recension.freespins-recension .freespins-omdome {
display: flex;
gap: 16px;
align-items: flex-start;
background: var(--freespins-bg-soft);
border-left: 3px solid var(--freespins-accent);
border-radius: 0 var(--freespins-radius) var(--freespins-radius) 0;
padding: 16px 18px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__media {
flex: 0 0 auto;
width: 72px;
text-align: center;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__foto {
width: 64px;
height: 64px;
border-radius: 50%;
object-fit: cover;
display: block;
margin: 0 auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__namn {
display: block;
font-size: 0.78em;
margin-top: 6px;
line-height: 1.3;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__namn a {
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__text {
flex: 1 1 auto;
min-width: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__text > :first-child {
margin-top: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__text > :last-child {
margin-bottom: 0;
}
@media (max-width: 600px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome {
flex-direction: column;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__media {
width: auto;
text-align: left;
display: flex;
align-items: center;
gap: 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__foto {
margin: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-omdome__namn {
margin-top: 0;
}
} .freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-block {
margin: 0.5em 0 1.2em;
padding: 12px 14px;
background: var(--freespins-bg-soft);
border-left: 3px solid var(--freespins-accent);
border-radius: 0 var(--freespins-radius) var(--freespins-radius) 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-block__betyg {
margin: 0;
font-size: 1.05em;
font-weight: 700;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-block__betyg strong {
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-block__vikt {
color: var(--freespins-muted);
font-size: 0.85em;
font-weight: 400;
} .freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext img {
max-width: 100%;
height: auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext figure {
margin: 1em 0;
max-width: 100%;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext figcaption {
margin-top: 4px;
font-size: 0.85em;
color: var(--freespins-muted);
text-align: center;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext .alignright {
float: right;
margin: 0 0 1em 1.5em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-sektionstext .alignleft {
float: left;
margin: 0 1.5em 1em 0;
} .freespins-lhnytt{background:#eff7f2;border:1px solid #cde9d8;border-radius:10px;padding:14px 18px;margin:0 0 1.2em;color:#2b333d}
.freespins-lhnytt__rubrik{font-weight:700;color:#0c3b26;margin:0 0 .5em;font-size:1.05rem}
.freespins-lhnytt__grupp{font-weight:600;color:#0c3b26;margin:.6em 0 .2em}
.freespins-lhnytt ul{margin:0;padding-left:1.2em}
.freespins-lhnytt li{margin:.15em 0}
.freespins-lhnytt__datum{color:#5a5f66;font-size:.9em}
.freespins-licenshavare{margin:1.8em 0}
.freespins-licenshavare .freespins-licenshavare__topp{margin:0 0 1.2em}
.freespins-licenshavare .freespins-licenshavare__uppdaterad{font-size:.85rem;color:#5a5f66;margin:0 0 .3em}
.freespins-licenshavare .freespins-licenshavare__kalla{font-size:.92rem;color:#2b333d;margin:0;line-height:1.55}
.freespins-licenshavare .freespins-licenshavare__verktyg{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin:0 0 1.2em}
.freespins-licenshavare .freespins-licenshavare__sok{flex:1 1 240px;min-width:180px;font-size:.95rem;color:#1a1a1a;background:#fff;border:1px solid #e2e4e8;border-radius:9px;padding:9px 13px}
.freespins-licenshavare .freespins-licenshavare__sok:focus{outline:2px solid #1e874e;outline-offset:1px;border-color:#1e874e}
.freespins-licenshavare .freespins-licenshavare__antal{font-size:.85rem;color:#5a5f66;margin:0;white-space:nowrap}
.freespins-licenshavare .freespins-licenshavare__lista{display:grid;grid-template-columns:1fr 1fr;gap:14px;list-style:none;margin:0;padding:0}
.freespins-licenshavare.freespins-licenshavare--en .freespins-licenshavare__lista{grid-template-columns:1fr}
@media(max-width:600px){.freespins-licenshavare .freespins-licenshavare__lista{grid-template-columns:1fr}}
.freespins-licenshavare .freespins-licenshavare__kort{background:#f6f7f9;border:1px solid #e2e4e8;border-radius:10px;padding:16px 18px}
.freespins-licenshavare .freespins-licenshavare__bolag{margin:0 0 .5em;color:#0c3b26;font-weight:600;font-size:1.12rem;line-height:1.3}
.freespins-licenshavare .freespins-licenshavare__meta{margin:0 0 .6em;font-size:.84rem;color:#5a5f66}
.freespins-licenshavare .freespins-licenshavare__domaner{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 8px}
.freespins-licenshavare .freespins-licenshavare__domaner li{font-size:.9rem;color:#2b333d;background:#fff;border:1px solid #e2e4e8;border-radius:6px;padding:3px 9px}
.freespins-licenshavare .freespins-licenshavare__ingen,.freespins-licenshavare .freespins-licenshavare__tom{margin:1em 0;color:#5a5f66;font-size:.95rem}    .freespins-rtpkoll {
border: 1px solid #e2e4e8;
border-radius: 10px;
overflow: hidden;
margin: 14px 0 0;
}
.freespins-rtpkoll__topp {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
justify-content: space-between;
padding: 18px 20px;
background: #eaf6ef;
border-bottom: 1px solid #e2e4e8;
}
.freespins-rtpkoll__etikett {
display: block;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #5a5f66;
}
.freespins-rtpkoll__varde {
display: block;
font-size: 34px;
font-weight: 800;
color: #0c3b26;
line-height: 1.15;
}
.freespins-rtpkoll__datum {
display: block;
font-size: 13px;
color: #5a5f66;
}
.freespins-rtpkoll__snitt {
text-align: right;
}
.freespins-rtpkoll__badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
color: #fff;
font-size: 12px;
font-weight: 700;
}
.freespins-rtpkoll__badge--snabb {
background: #c2410c;
}
.freespins-rtpkoll__badge--langsam {
background: #b32d2e;
}
.freespins-rtpkoll__snittext {
display: block;
margin-top: 6px;
font-size: 13px;
color: #5a5f66;
}
.freespins-rtpkoll__spel {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
padding: 18px 20px;
}
.freespins-rtpkoll__kort {
border: 1px solid #e2e4e8;
border-radius: 10px;
padding: 14px 14px 12px;
background: #fff;
}
.freespins-rtpkoll__spelnamn {
display: block;
font-weight: 700;
color: #0c3b26;
}
.freespins-rtpkoll__lev {
display: block;
font-size: 12px;
color: #5a5f66;
margin-bottom: 8px;
}
.freespins-rtpkoll__rtpetikett {
display: block;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #5a5f66;
}
.freespins-rtpkoll__rtp {
display: block;
font-size: 22px;
font-weight: 800;
color: #1a1d22;
line-height: 1.2;
margin-bottom: 8px;
}
.freespins-rtpkoll__version {
display: inline-block;
padding: 3px 9px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
}
.freespins-rtpkoll__version--hogsta {
background: #e7f3ec;
color: #145e37;
}
.freespins-rtpkoll__version--sankt {
background: #fbeaea;
color: #b32d2e;
}
.freespins-rtpkoll__varianter {
display: block;
margin-top: 10px;
font-size: 11px;
color: #5a5f66;
line-height: 1.4;
}
.freespins-rtpkoll__historik {
padding: 4px 20px 16px;
}
.freespins-rtpkoll__h {
margin: 0 0 8px;
font-weight: 700;
color: #0c3b26;
}
.freespins-rtpkoll__historik ul {
list-style: none;
margin: 0;
padding: 0;
}
.freespins-rtpkoll__historik li {
position: relative;
padding: 6px 0 6px 26px;
border-bottom: 1px solid #f6f7f9;
font-size: 15px;
}
.freespins-rtpkoll__historik li:last-child {
border-bottom: 0;
}
.freespins-rtpkoll__historik li::before {
content: "\2713";
position: absolute;
left: 2px;
top: 6px;
color: #1e874e;
font-weight: 800;
}
.freespins-rtpkoll__historik li b {
color: #0c3b26;
}
.freespins-rtpkoll__not {
display: block;
font-size: 12px;
color: #5a5f66;
}
.freespins-rtpkoll__metod {
margin: 0 20px 20px;
background: #f6f7f9;
border: 1px solid #e2e4e8;
border-radius: 10px;
padding: 14px 16px;
}
.freespins-rtpkoll__metod h3 {
margin: 0 0 6px;
font-size: 16px;
color: #0c3b26;
}
.freespins-rtpkoll__metod p {
margin: 0 0 8px;
font-size: 14px;
}
.freespins-rtpkoll__metod p:last-child {
margin-bottom: 0;
font-size: 12.5px;
color: #5a5f66;
}
@media (max-width: 640px) {
.freespins-rtpkoll__spel {
grid-template-columns: 1fr;
}
.freespins-rtpkoll__topp {
flex-direction: column;
align-items: flex-start;
}
.freespins-rtpkoll__snitt {
text-align: left;
}
}   .freespins-sektion--video .freespins-video {
position: relative;
aspect-ratio: 16 / 9;
border: 1px solid #e2e4e8;
border-radius: 10px;
overflow: hidden;
background: #000;
}
.freespins-sektion--video .freespins-video iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}     .freespins-rtptopp__info {
background: #eff7f2;
border: 1px solid #cde9d8;
border-radius: 10px;
padding: 14px 18px;
margin: 18px 0;
color: #2b333d;
}
.freespins-rtptopp__info p { margin: 0 0 0.5em; }
.freespins-rtptopp__info p:last-child { margin-bottom: 0; }
.freespins-rtptopp__info strong { color: #0c3b26; }
.freespins-rtptopp {
border: 1px solid #e2e4e8;
border-radius: 12px;
overflow: hidden;
margin: 18px 0;
box-shadow: 0 1px 3px rgba(19, 49, 92, 0.06);
}
.freespins-rtptopp__head,
.freespins-rtptopp__rad {
display: flex;
align-items: center;
gap: 16px;
padding: 16px 20px;
}
.freespins-rtptopp__head {
background: #0c3b26;
color: #fff;
font-weight: 700;
font-size: 0.78rem;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.freespins-rtptopp__rad {
border-top: 1px solid #eef3ee;
transition: background 0.15s ease;
}
.freespins-rtptopp__rad:nth-child(even) {
background: #fafbfc;
}
.freespins-rtptopp__rad:hover {
background: #eaf6ef;
}
.freespins-rtptopp .c-rank {
flex: 0 0 44px;
text-align: center;
}
.freespins-rtptopp .c-casino {
flex: 1 1 210px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 64px;
text-align: center;
}
.freespins-rtptopp .c-rtp {
flex: 0 0 180px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
}
.freespins-rtptopp .c-cta {
flex: 0 0 172px;
display: flex;
flex-direction: column;
gap: 8px;
}
.freespins-rtptopp__rankmarke {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
background: #0c3b26;
color: #fff;
font-weight: 800;
font-size: 0.95rem;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.freespins-rtptopp__rankmarke--guld {
background: linear-gradient(180deg, #f2d666, #d9b544);
color: #5a4500;
}
.freespins-rtptopp__rankmarke--silver {
background: linear-gradient(180deg, #dfe2e7, #c2c7cf);
color: #33383f;
}
.freespins-rtptopp__rankmarke--brons {
background: linear-gradient(180deg, #e2ab7f, #cd8b5a);
color: #4a2c12;
}
.freespins-rtptopp__logga img {
max-height: 52px;
max-width: 148px;
width: auto;
display: block;
margin: 0 auto;
}
.freespins-rtptopp__namn {
font-size: 1.05rem;
font-weight: 800;
color: #0c3b26;
text-decoration: none;
}
.freespins-rtptopp__namn:hover {
text-decoration: underline;
}
.freespins-rtptopp__varde {
font-size: 1.6rem;
font-weight: 800;
color: #0c3b26;
line-height: 1.05;
}
.freespins-rtptopp__jmf {
display: inline-block;
padding: 2px 9px;
border-radius: 999px;
font-size: 0.74rem;
font-weight: 700;
background: #eef3ee;
color: #5a5f66;
}
.freespins-rtptopp__jmf--over {
background: #e7f3ec;
color: #145e37;
}
.freespins-rtptopp__jmf--under {
background: #fbeaea;
color: #a5292a;
}
.freespins-rtptopp__jmf--over::before {
content: "\25B2\00a0";
font-size: 0.72em;
vertical-align: middle;
}
.freespins-rtptopp__jmf--under::before {
content: "\25BC\00a0";
font-size: 0.72em;
vertical-align: middle;
}
.freespins-rtptopp__antal {
font-size: 0.72rem;
color: #7a7f86;
}
.freespins-rtptopp .freespins-cta,
.freespins-rtptopp-pall .freespins-cta {
display: block;
background: #c2410c;
color: #fff;
font-weight: 700;
font-size: 0.9rem;
text-align: center;
text-decoration: none;
padding: 10px 14px;
border-radius: 8px;
transition: background 0.15s ease;
}
.freespins-rtptopp .freespins-cta:hover,
.freespins-rtptopp-pall .freespins-cta:hover {
background: #9a3412;
}
.freespins-rtptopp__recension {
font-size: 0.82rem;
color: #145e37;
text-align: center;
text-decoration: none;
}
.freespins-rtptopp__recension:hover {
text-decoration: underline;
}
.freespins-rtptopp__not {
font-size: 0.8rem;
color: #5a5f66;
margin: 10px 2px 0;
}
@media (max-width: 640px) {
.freespins-rtptopp__head {
display: none;
}
.freespins-rtptopp__rad {
flex-wrap: wrap;
gap: 12px;
padding: 14px;
}
.freespins-rtptopp .c-casino {
flex: 1 1 auto;
align-items: flex-start;
text-align: left;
min-height: 0;
}
.freespins-rtptopp .c-rtp {
flex: 1 1 100%;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 8px;
}
.freespins-rtptopp .c-cta {
flex: 1 1 100%;
}
}   .freespins-rtptopp-pall {
display: flex;
gap: 14px;
align-items: stretch;
margin: 18px 0;
}
.freespins-rtptopp-pall__kort {
flex: 1 1 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 10px;
text-align: center;
background: #fff;
border: 1px solid #e2e4e8;
border-radius: 12px;
padding: 20px 16px;
box-shadow: 0 1px 3px rgba(19, 49, 92, 0.06);
}
.freespins-rtptopp-pall__kort--1 {
order: 2;
border-color: #e6c14d;
box-shadow: 0 8px 24px rgba(217, 181, 68, 0.28);
transform: translateY(-10px);
}
.freespins-rtptopp-pall__kort--2 {
order: 1;
}
.freespins-rtptopp-pall__kort--3 {
order: 3;
}
.freespins-rtptopp-pall__ident {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
min-height: 58px;
justify-content: center;
}
.freespins-rtptopp-pall__logga img {
max-height: 48px;
max-width: 132px;
width: auto;
display: block;
margin: 0 auto;
}
.freespins-rtptopp-pall__namn {
font-size: 1.08rem;
font-weight: 800;
color: #0c3b26;
text-decoration: none;
}
.freespins-rtptopp-pall__namn:hover {
text-decoration: underline;
}
.freespins-rtptopp-pall__rtp {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.freespins-rtptopp-pall__kort--1 .freespins-rtptopp__varde {
font-size: 1.9rem;
}
.freespins-rtptopp-pall__cta {
width: 100%;
display: flex;
flex-direction: column;
gap: 6px;
margin-top: auto;
}    .freespins-tabellskroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 16px 0;
border: 1px solid #e2e4e8;
border-radius: 10px;
}
.freespins-tabellskroll table {
width: 100%;
border-collapse: collapse;
margin: 0;
}
.freespins-tabellskroll th,
.freespins-tabellskroll td {
padding: 12px 16px;
text-align: left;
border-bottom: 1px solid #eef3ee;
white-space: nowrap;
}
.freespins-tabellskroll thead th {
background: #0c3b26;
color: #fff;
font-size: 0.85rem;
}
.freespins-tabellskroll tbody tr:nth-child(even) {
background: #fafbfc;
}
.freespins-tabellskroll tbody tr:last-child td {
border-bottom: 0;
} .freespins-tom {
color: #9aa5a0;
}
@media (max-width: 640px) {
.freespins-rtptopp-pall {
flex-direction: column;
}
.freespins-rtptopp-pall__kort--1,
.freespins-rtptopp-pall__kort--2,
.freespins-rtptopp-pall__kort--3 {
order: 0;
transform: none;
}
.freespins-rtptopp-pall__ident {
min-height: 0;
}
}    .freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall {
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: start;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(1) {
order: 2;
border-color: #e6c14d;
box-shadow: 0 8px 24px rgba(217, 181, 68, 0.25);
transform: translateY(-10px);
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(2) {
order: 1;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(3) {
order: 3;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(1) .freespins-kort__rank {
background: linear-gradient(180deg, #f2d666, #d9b544);
color: #5a4500;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(2) .freespins-kort__rank {
background: linear-gradient(180deg, #dfe2e7, #c2c7cf);
color: #33383f;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(3) .freespins-kort__rank {
background: linear-gradient(180deg, #e2ab7f, #cd8b5a);
color: #4a2c12;
}    @media (max-width: 720px) {
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall {
grid-template-columns: 1fr;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(1),
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(2),
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-topplista-pall .freespins-kort:nth-child(3) {
order: 0;
transform: none;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-toptabell--v2 .c-casino,
.freespins-rtptopp .c-casino {
align-items: center;
text-align: center;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__logga {
height: auto;
}
.freespins-topplista.freespins-topplista.freespins-topplista .freespins-kort__logga img {
max-height: 80px;
}
.freespins-rtptopp__logga img {
max-height: 80px;
}
.freespins-rtptopp-pall__logga img {
max-height: 72px;
}
} .freespins-status { display: inline-block; font-size: 0.72rem; font-weight: 600; line-height: 1.5; padding: 2px 9px; border-radius: 20px; margin-top: 4px; }
.freespins-status--utan { color: #8a5a00; background: #fdf1d6; border: 1px solid #f2dca6; }
.freespins-status--ej { color: #5a6472; background: #eef1f5; border: 1px solid #dbe1ea; } .freespins-matvarden { list-style: none; margin: 10px 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 4px 22px; }
.freespins-matvarden li { font-size: 0.9rem; line-height: 1.45; color: #33404f; }
.freespins-matvarden__et { color: #55606e; }
.freespins-matvarden__et::after { content: ":"; }
.freespins-matvarden b { color: #0c3b26; font-variant-numeric: tabular-nums; } .freespins-kort__kategorier { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0; }
.freespins-kort__kat { font-size: 0.74rem; font-weight: 600; color: #145e37; background: #e7f3ec; border: 1px solid #cfe6d8; border-radius: 20px; padding: 2px 10px; }  .freespins-toptabell__matvarden {
flex: 1 1 100%;
order: 9;
padding: 12px 16px;
background: #f5f9f6;
border: 1px solid #eef1f5;
border-radius: 10px;
}
.freespins-toptabell__matvarden .freespins-matvarden {
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 10px 20px;
}
.freespins-toptabell__matvarden .freespins-matvarden li { line-height: 1.35; }
.freespins-toptabell__matvarden .freespins-matvarden__et {
display: block;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #55606e;
margin-bottom: 2px;
}
.freespins-toptabell__matvarden .freespins-matvarden__et::after { content: ""; }
.freespins-toptabell__matvarden .freespins-matvarden b {
display: block;
font-size: 1.02rem;
font-weight: 700;
} .freespins-toptabell--v2 .c-casino .freespins-kort__kategorier { justify-content: center; margin: 2px 0 0; gap: 5px; }
.freespins-toptabell--v2 .c-casino .freespins-kort__kat { font-size: 0.68rem; padding: 2px 8px; } .freespins-licensnytt { margin: 12px 0 1.5em; }
.freespins-licensnytt__grupp { color: #0c3b26; font-weight: 600; font-size: 1.05rem; margin: 14px 0 6px; }
.freespins-licensnytt__lista { list-style: disc; margin: 0 0 10px 1.2em; padding: 0; }
.freespins-licensnytt__lista li { margin: 4px 0; color: #2b333d; }
.freespins-licensnytt__lista b { color: #0c3b26; }
.freespins-licensnytt__datum { color: #55606e; font-size: 0.9em; }
.freespins-licensnytt__tom { color: #5a5f66; } .freespins-notiser { --freespins-accent: var(--accent, #1e874e); --freespins-accent-dark: #145e37; display: flex; flex-direction: column; gap: 14px; margin: 14px 0 1.6em; }
.freespins-notis { display: flex; gap: 16px; padding: 16px; background: #fff; border: 1px solid var(--freespins-line, #e2e4e8); border-radius: 12px; box-shadow: 0 1px 3px rgba(19, 49, 92, 0.08); }
.freespins-notis__logga { flex: 0 0 104px; display: flex; align-items: center; justify-content: center; }
.freespins-notis__logga img { max-width: 104px; max-height: 72px; width: auto; height: auto; border-radius: 8px; }
.freespins-notis__kropp { flex: 1 1 auto; min-width: 0; }
.freespins-notis__topp { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.freespins-notis__datum { color: #55606e; font-size: 0.82rem; font-weight: 600; }
.freespins-notis__casino { color: #0c3b26; font-weight: 700; font-size: 1rem; }
.freespins-notis__text { margin: 0 0 10px; color: #2b333d; line-height: 1.5; }
.freespins-notis__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.freespins-notis__recension { color: #1e874e; font-weight: 600; text-decoration: none; }
.freespins-notis__recension:hover { text-decoration: underline; }
.freespins-notiser .freespins-notis__actions .freespins-cta {
display: inline-block;
background: var(--freespins-accent);
color: #fff;
font-weight: 700;
text-align: center;
text-decoration: none;
padding: 10px 20px;
border-radius: 8px;
}
.freespins-notiser .freespins-notis__actions .freespins-cta:hover,
.freespins-notiser .freespins-notis__actions .freespins-cta:focus {
background: var(--freespins-accent-dark);
color: #fff;
}
.freespins-notis__compliance { margin-top: 8px; font-size: 0.72rem; color: #55606e; } .freespins-notiser--enkel .freespins-notis { padding: 12px 14px; gap: 0; }
@media (max-width: 560px) {
.freespins-notis { flex-direction: column; gap: 10px; }
.freespins-notis__logga { flex: 0 0 auto; justify-content: center; }
.freespins-notis__logga img { max-width: 160px; max-height: 90px; }
.freespins-notis__actions { gap: 10px; }
} .freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf {
margin: 0 0 18px;
padding: 16px 18px;
background: #f6f7f9;
border: 1px solid #e2e4e8;
border-radius: 10px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__topp {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
justify-content: space-between;
margin: 0 0 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__rubrik {
font-weight: 700;
color: #0c3b26;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
color: #fff;
font-size: 12px;
font-weight: 700;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__badge--snabb {
background: #c2410c;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__badge--langsam {
background: #b32d2e;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__rad {
display: grid;
grid-template-columns: minmax(0, 230px) minmax(0, 1fr) 84px;
gap: 10px;
align-items: center;
padding: 5px 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__etikett {
font-size: 13.5px;
color: #2b333d;
min-width: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__spar {
display: block;
height: 14px;
background: #e2e4e8;
border-radius: 999px;
overflow: hidden;
min-width: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__fyll {
display: block;
height: 100%;
border-radius: 999px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__fyll--casino {
background: linear-gradient(90deg, #1e874e, #145e37);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__fyll--snitt {
background: #8a94a4;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__varde {
font-size: 13.5px;
font-weight: 700;
color: #0c3b26;
text-align: right;
white-space: nowrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__not {
margin: 10px 0 0;
font-size: 12px;
color: #5a5f66;
}
@media (max-width: 560px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__rad {
grid-template-columns: minmax(0, 1fr) 74px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-uttagsgraf__etikett {
grid-column: 1 / -1;
padding-top: 4px;
}
} .freespins-rtpgraf {
padding: 4px 20px 16px;
}
.freespins-rtpgraf__intro {
margin: 0 0 12px;
font-size: 13px;
color: #5a5f66;
}
.freespins-rtpgraf__rad {
padding: 8px 0;
border-bottom: 1px solid #f6f7f9;
}
.freespins-rtpgraf__rad:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.freespins-rtpgraf__namnrad {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin: 0 0 6px;
}
.freespins-rtpgraf__namn {
font-weight: 700;
color: #0c3b26;
min-width: 0;
}
.freespins-rtpgraf__varde {
margin-left: auto;
font-weight: 700;
color: #0c3b26;
white-space: nowrap;
}
.freespins-rtpgraf__spar {
display: block;
height: 12px;
background: #e2e4e8;
border-radius: 999px;
overflow: hidden;
}
.freespins-rtpgraf__fyll {
display: block;
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #1e874e, #145e37);
}
.freespins-rtpgraf__fyll--hogsta {
background: #c2410c;
}
.freespins-rtpgraf__fyll--sankt {
background: #b32d2e;
}
.freespins-rtpgraf__spann {
display: block;
margin-top: 5px;
font-size: 12px;
color: #5a5f66;
} .freespins-statband {
margin: 1.4em 0;
padding: 18px 20px;
background: #ffffff;
border: 1px solid #e2e4e8;
border-radius: 12px;
}
.freespins-statband__kort {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 12px;
}
.freespins-stat {
background: #eaf6ef;
border: 1px solid #e2e4e8;
border-radius: 10px;
padding: 14px 16px;
min-width: 0;
}
.freespins-stat__varde {
display: block;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 24px;
font-weight: 800;
color: #0c3b26;
line-height: 1.2;
overflow-wrap: break-word;
}
.freespins-stat__etikett {
display: block;
margin-top: 4px;
font-size: 13px;
font-weight: 700;
color: #0c3b26;
line-height: 1.35;
}
.freespins-stat__sub {
display: block;
margin-top: 2px;
font-size: 12px;
color: #5a5f66;
}
.freespins-statband__staplar {
margin: 2px 0;
}
.freespins-statstapel {
display: grid;
grid-template-columns: minmax(0, 130px) minmax(0, 1fr) minmax(0, 150px);
gap: 10px;
align-items: center;
padding: 6px 0;
}
.freespins-statstapel__etikett {
font-size: 13.5px;
font-weight: 700;
color: #0c3b26;
min-width: 0;
overflow-wrap: break-word;
}
.freespins-statstapel__spar {
display: block;
height: 14px;
background: #e2e4e8;
border-radius: 999px;
overflow: hidden;
min-width: 0;
}
.freespins-statstapel__fyll {
display: block;
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #1e874e, #145e37);
}
.freespins-statstapel__varde {
font-size: 13px;
font-weight: 700;
color: #0c3b26;
white-space: nowrap;
}
.freespins-statstapel__varde em {
font-style: normal;
font-weight: 400;
color: #5a5f66;
}
.freespins-statandel__tal {
display: block;
font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-size: 30px;
font-weight: 800;
color: #0c3b26;
line-height: 1.15;
}
.freespins-statandel__text {
display: block;
margin-top: 2px;
font-size: 14px;
color: #2b333d;
}
.freespins-statandel__spar {
display: block;
margin-top: 10px;
height: 14px;
background: #e2e4e8;
border-radius: 999px;
overflow: hidden;
}
.freespins-statandel__fyll {
display: block;
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #1e874e, #145e37);
}
.freespins-statandel__procent {
display: block;
margin-top: 6px;
font-size: 12px;
color: #5a5f66;
}
.freespins-statband__not {
margin: 12px 0 0;
font-size: 12px;
color: #5a5f66;
}
@media (max-width: 640px) {
.freespins-statband__kort {
grid-template-columns: 1fr;
}
.freespins-statstapel {
grid-template-columns: minmax(0, 1fr) minmax(0, 130px);
}
.freespins-statstapel__etikett {
grid-column: 1 / -1;
padding-top: 4px;
}
} @media (max-width: 640px) {
.entry-header h1,
h1.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.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;
}
.freespins-recension h2,
.freespins-recension h3,
.freespins-recension 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;
}
} .freespins-recension .freespins-brodsmulor { margin: 0; }
.freespins-recension .freespins-brodsmulor__inner {
padding: 14px 0 2px;
font-size: 0.9rem;
}
.freespins-recension .freespins-brodsmulor ol {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.freespins-recension .freespins-brodsmulor li { display: inline-flex; align-items: center; }
.freespins-recension .freespins-brodsmulor a { color: #145e37; text-decoration: none; }
.freespins-recension .freespins-brodsmulor a:hover { text-decoration: underline; }
.freespins-recension .freespins-brodsmulor__sep { margin: 0 8px; color: #9aa1ab; }
.freespins-recension .freespins-brodsmulor__nu { color: #5a5f66; } .freespins-rtpstat { margin: 1.5rem 0; }
.freespins-rtpstat__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 12px;
}
.freespins-rtpstat__kort {
background: var(--freespins-bg-soft, #f6f7f9);
border: 1px solid var(--freespins-line, #e2e4e8);
border-radius: var(--freespins-radius, 10px);
padding: 14px 16px;
text-align: center;
}
.freespins-rtpstat__tal {
display: block;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.2;
color: var(--freespins-text, #0c3b26);
}
.freespins-rtpstat__et {
display: block;
margin-top: 4px;
font-size: .85rem;
color: var(--freespins-muted, #5a5f66);
}
.freespins-rtpstat__meta {
margin: .7rem 0 0;
font-size: .85rem;
color: var(--freespins-muted, #5a5f66);
}
.freespins-rtpstat__spel { margin-top: 1.1rem; }
.freespins-rtpstat__spel-rubrik { display: block; font-weight: 700; margin-bottom: .4rem; }
.freespins-rtpstat__spel ul { margin: 0; padding-left: 1.1rem; }
.freespins-rtpstat__spel li { margin: .2rem 0; } .freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde {
border: 1px solid var(--freespins-line);
border-top: 4px solid var(--freespins-accent);
border-radius: var(--freespins-radius);
background: #fff;
padding: 16px 18px;
margin: 0 0 18px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__topp {
display: flex;
gap: 18px;
align-items: flex-start;
flex-wrap: wrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__tal {
display: flex;
flex-direction: column;
background: #eaf6ef;
border-radius: var(--freespins-radius);
padding: 12px 16px;
min-width: 150px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__kr {
font-size: 1.9em;
font-weight: 700;
line-height: 1.15;
color: #0c3b26;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__etikett {
font-size: 0.82em;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--freespins-accent-dark);
font-weight: 600;
margin-top: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__forklaring {
flex: 1 1 260px;
margin: 0;
font-size: 0.95em;
line-height: 1.55;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__tabell {
margin-top: 14px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__version {
margin: 12px 0 0;
padding: 10px 14px;
border-radius: 8px;
font-size: 0.92em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__version--hog {
background: #eaf6ef;
border-left: 4px solid var(--freespins-accent);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__version--sankt {
background: var(--freespins-warn-bg);
border-left: 4px solid #c2410c;
} .freespins-recension.freespins-recension.freespins-recension .freespins-metodik__vikter {
list-style: none;
margin: 12px 0 0;
padding: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik__vikter li {
display: flex;
justify-content: space-between;
gap: 12px;
padding: 5px 0;
border-bottom: 1px solid var(--freespins-line);
font-size: 0.92em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-metodik__vikter li:last-child {
border-bottom: 0;
} .freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-rutnat {
display: grid;
grid-template-columns: 168px minmax(0, 1fr);
gap: 20px;
align-items: start;
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
padding: 16px 18px;
background: #fff;
}
@media (max-width: 700px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg-rutnat {
grid-template-columns: 1fr;
gap: 12px;
}
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__total {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: #0c3b26;
color: #fff;
border-radius: var(--freespins-radius);
padding: 14px 12px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__total-rubrik {
font-size: 0.78em;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
color: #a8d9bd;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__total-tal {
font-size: 2.5em;
font-weight: 700;
line-height: 1.1;
margin-top: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__total-max {
font-size: 0.36em;
font-weight: 600;
color: #a8d9bd;
margin-left: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__rad:last-child {
border-bottom: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-fsvarde__tabell {
margin-bottom: 0;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__tyngst {
margin: 10px 0 0;
font-size: 0.84em;
line-height: 1.45;
color: var(--freespins-muted);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-delbetyg__totalkol .freespins-delbetyg__metodlank {
margin: 8px 0 0;
font-size: 0.86em;
} .freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc {
display: flex;
align-items: baseline;
gap: 12px;
margin: 0 0 22px;
padding: 12px 0;
background: none;
border: 0;
border-top: 1px solid #e2e4e8;
border-bottom: 1px solid #e2e4e8;
border-radius: 0;
box-shadow: none;
columns: auto;
column-count: auto;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc::before,
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc::after {
content: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__rubrik {
flex: 0 0 auto;
font-size: 0.74em;
text-transform: uppercase;
letter-spacing: 0.06em;
font-weight: 700;
color: #5a5f66;
padding-top: 5px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__rubrik::before,
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__rubrik::after {
content: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista {
display: flex;
flex-flow: row wrap;
gap: 7px;
margin: 0;
padding: 0;
min-width: 0;
background: none; columns: auto;
column-count: auto;
column-width: auto;
list-style: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista > li {
display: block;
width: auto;
margin: 0;
padding: 0;
background: none;
list-style: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista > li::before,
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista > li::after {
content: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista > li::marker {
content: "";
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lank {
display: inline-block;
padding: 5px 12px;
border: 1px solid #e2e4e8;
border-radius: 999px;
background: #fff;
background-image: none;
font-size: 0.85em;
line-height: 1.35;
font-weight: 600;
color: #145e37;
text-decoration: none;
white-space: nowrap;
box-shadow: none;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lank::before,
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lank::after {
content: none !important;
display: none !important;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lank:hover,
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lank:focus {
background: #eaf6ef;
border-color: #bfe3cd;
color: #0c3b26;
text-decoration: none;
}
@media (max-width: 700px) {
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc {
display: block;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__rubrik {
display: block;
padding: 0 0 8px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista { flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding-bottom: 2px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-toc.freespins-toc .freespins-toc__lista::-webkit-scrollbar {
display: none;
}
} .freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.78em;
font-weight: 600;
padding: 3px 10px;
border-radius: 999px;
background: #0c3b26;
color: #fff;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill strong {
font-size: 1.35em;
font-weight: 800;
line-height: 1;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill-max {
color: #a8d9bd;
margin-left: -3px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill .freespins-stjarnor {
position: relative;
display: inline-block;
font-size: 12px;
line-height: 1;
margin-left: 3px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill .freespins-stjarnor::before {
content: "\2605\2605\2605\2605\2605";
color: #2f6a4c;
letter-spacing: 1px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill .freespins-stjarnor > span {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
white-space: nowrap;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-hero__betygspill .freespins-stjarnor > span::before {
content: "\2605\2605\2605\2605\2605";
color: #f5a623;
letter-spacing: 1px;
}  .freespins-recension.freespins-recension.freespins-recension .freespins-statkort--primar {
border-width: 2px;
padding: 12px 8px;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-statkort--primar .freespins-statkort__varde {
font-size: 1.7em;
line-height: 1.15;
} .freespins-recension.freespins-recension.freespins-recension .freespins-kallor {
border: 1px solid var(--freespins-line);
border-radius: var(--freespins-radius);
background: var(--freespins-bg-soft);
padding: 10px 16px;
margin: 18px 0 0;
font-size: 0.9em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kallor > summary {
cursor: pointer;
font-weight: 700;
color: var(--freespins-accent-dark);
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kallor__ingress {
margin: 10px 0 6px;
color: var(--freespins-muted);
font-size: 0.95em;
line-height: 1.5;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kallor ol {
margin: 0 0 4px;
padding-left: 1.3em;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kallor li {
margin: 0 0 5px;
line-height: 1.5;
}
.freespins-recension.freespins-recension.freespins-recension .freespins-kallor__datum {
color: var(--freespins-muted);
font-size: 0.9em;
white-space: nowrap;
}.freespins-spel-wrap {
overflow-x: auto;
margin: 1.2em 0;
border: 1px solid #e2e4e8;
border-radius: 10px;
background: #fff;
} .freespins-spel-wrap > table.freespins-spel-tabell {
margin: 0;
border: 0;
background: transparent;
}
.freespins-spel-tabell {
width: 100%;
border-collapse: collapse;
font-size: 0.97em;
} .freespins-spel-wrap > table.freespins-spel-tabell thead tr:first-child th:first-child { border-top-left-radius: 9px; }
.freespins-spel-wrap > table.freespins-spel-tabell thead tr:first-child th:last-child { border-top-right-radius: 9px; }
.freespins-spel-wrap > table.freespins-spel-tabell tbody tr:last-child > *:first-child { border-bottom-left-radius: 9px; }
.freespins-spel-wrap > table.freespins-spel-tabell tbody tr:last-child > *:last-child { border-bottom-right-radius: 9px; } .freespins-spel-tom { color: #9aa5a0; }
.freespins-spel-tabell thead th {
background: #0c3b26;
color: #fff;
text-align: left;
padding: 0.6em 0.8em;
font-weight: 600;
}
.freespins-spel-tabell tbody td {
padding: 0.55em 0.8em;
border-bottom: 1px solid #e2e4e8;
vertical-align: middle;
}
.freespins-spel-tabell tbody tr:nth-child(even) { background: #f4f8f5; } .freespins-spel-tabell tbody th {
padding: 0.55em 0.8em;
border-bottom: 1px solid #e2e4e8;
text-align: left;
font-weight: 600;
color: #0c3b26;
vertical-align: middle;
}
.freespins-spel-tabell tbody tr:last-child td,
.freespins-spel-tabell tbody tr:last-child th { border-bottom: none; } .freespins-spel-tabell tbody td a:not(.freespins-spel-cta) {
color: #1e874e;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
}
.freespins-spel-tabell tbody td a:not(.freespins-spel-cta):hover { color: #145e37; }
.freespins-spel-lev-titlar a { color: #1e874e; }
.freespins-spel-tabell.freespins-sortbar thead th { cursor: pointer; user-select: none; white-space: nowrap; }
.freespins-spel-tabell.freespins-sortbar thead th:hover { background: #145e37; }
.freespins-sort-pil { opacity: 0.45; font-size: 0.8em; margin-left: 5px; }
.freespins-spel-tabell.freespins-sortbar thead th[aria-sort] .freespins-sort-pil { opacity: 1; }
.freespins-spel-cta {
display: inline-block;
padding: 0.35em 0.9em;
background: #c2410c;
border-radius: 4px;
font-weight: 600;
white-space: nowrap;
} .freespins-spel-cta,
.freespins-spel-cta:link,
.freespins-spel-cta:visited,
.freespins-spel-cta:hover,
.freespins-spel-cta:focus,
.freespins-spel-cta:active {
color: #fff !important;
text-decoration: none !important;
}
.freespins-spel-cta:hover { background: #9a3412; }
.freespins-spel-snitt {
border: 1px solid #d3dad5;
border-left: 4px solid #0c3b26;
border-radius: 6px;
padding: 1em 1.1em;
margin: 1.4em 0;
background: #f8fbf9;
}
.freespins-spel-snitt-rubrik { font-weight: 700; color: #0c3b26; margin-bottom: 0.2em; }
.freespins-spel-snitt-tal { font-size: 2em; font-weight: 700; color: #0c3b26; line-height: 1.1; }
.freespins-spel-snitt-not { color: #2b333d; margin-top: 0.3em; }
.freespins-spel-snitt-fot { color: #5a6b60; font-size: 0.9em; margin-top: 0.5em; }
.freespins-spel-snitt-jmf { display: inline-block; margin-top: 0.35em; padding: 2px 10px; border-radius: 999px; font-size: 0.85em; font-weight: 600; background: #eef2ef; color: #2b333d; }
.freespins-spel-snitt-jmf--over { background: #eaf6ef; color: #145e37; }
.freespins-spel-snitt-jmf--under { background: #fdeaea; color: #b3261e; }
.freespins-spel-snitt-lank { margin-top: 0.6em; font-size: 0.9em; color: #2b333d; }
.freespins-spel-snitt-lank a { color: #1e874e; }
.freespins-spel-lev-block { margin: 1.2em 0; }
.freespins-spel-lev-head {
display: flex;
gap: 1.2em;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 1em;
}
.freespins-spel-lev-logo {
max-width: 160px;
height: auto;
border: 1px solid #e2e4e8;
border-radius: 6px;
padding: 0.4em;
background: #fff;
}
.freespins-spel-lev-lista { margin: 0; padding: 0; list-style: none; }
.freespins-spel-lev-lista li {
padding: 0.25em 0;
border-bottom: 1px dashed #e2e4e8;
}
.freespins-spel-lev-profil { margin: 0.8em 0 1.2em; }
.freespins-spel-fakta-tabell tbody th { width: 38%; }
.freespins-spel-fakta-tabell tbody tr:last-child th,
.freespins-spel-fakta-tabell tbody tr:last-child td { border-bottom: none; }
.freespins-spel-lev-titlar { color: #2b333d; margin: 1em 0 1.2em; } .freespins-fakta { margin: 1.2em 0 1.6em; }
.freespins-fakta-betyg {
display: inline-block;
background: #0c3b26;
color: #fff;
font-weight: 600;
border-radius: 8px;
padding: 0.3em 0.85em;
margin-bottom: 0.85em;
}
.freespins-betygmodell { margin: -0.3em 0 1em; }
.freespins-betygmodell > summary {
cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px;
font-size: 0.82rem; font-weight: 600; color: #1e874e;
}
.freespins-betygmodell > summary::-webkit-details-marker { display: none; }
.freespins-betygmodell > summary::before { content: "+"; font-weight: 700; font-size: 0.95rem; line-height: 1; }
.freespins-betygmodell[open] > summary::before { content: "\2212"; }
.freespins-betygmodell__inner { margin-top: 10px; display: grid; gap: 8px; max-width: 460px; }
.freespins-betygmodell__rad {
display: grid; grid-template-columns: minmax(96px, auto) 1fr minmax(64px, auto);
align-items: center; gap: 12px; font-size: 0.82rem; color: #0c3b26;
}
.freespins-betygmodell__namn small { color: #5a6b60; font-weight: 400; }
.freespins-betygmodell__bar { height: 6px; background: #e2e4e8; border-radius: 4px; overflow: hidden; }
.freespins-betygmodell__bar > span { display: block; height: 100%; background: #1e874e; border-radius: 4px; }
.freespins-betygmodell__varde { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
.freespins-betygmodell__not { margin: 10px 0 0; font-size: 0.78rem; color: #5a6b60; line-height: 1.5; }
.freespins-betygmodell__manuell { margin: -0.3em 0 1em; font-size: 0.82rem; color: #5a6b60; }
@media (max-width: 480px) {
.freespins-betygmodell__rad { grid-template-columns: 1fr auto; }
.freespins-betygmodell__bar { grid-column: 1 / -1; order: 3; }
}
.freespins-spel-version {
display: inline-block;
padding: 3px 9px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
white-space: nowrap;
}
.freespins-spel-version--hogsta { background: #eaf6ef; color: #145e37; }
.freespins-spel-version--sankt { background: #fbeaea; color: #b32d2e; }
.freespins-fakta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 10px;
}
.freespins-fakta-cell {
background: #f4f8f5;
border: 1px solid #e2e4e8;
border-radius: 10px;
padding: 0.6em 0.8em;
}
.freespins-fakta-cell .k { display: block; font-size: 0.82em; color: #5a6b60; }
.freespins-fakta-cell .v { display: block; font-weight: 600; color: #0c3b26; margin-top: 2px; }
.freespins-fakta-avvik {
margin-top: 12px;
padding: 10px 13px;
background: #eaf6ef;
border-left: 3px solid #1e874e;
border-radius: 8px;
font-size: 0.9em;
line-height: 1.5;
color: #0c3b26;
}
.freespins-fakta-avvik-tagg {
display: inline-block;
font-size: 0.72em;
font-weight: 700;
color: #fff;
background: #1e874e;
padding: 1px 8px;
border-radius: 20px;
margin-right: 6px;
vertical-align: middle;
letter-spacing: 0.02em;
}
.freespins-fakta-avvik b { color: #145e37; font-variant-numeric: tabular-nums; }
.freespins-fakta-avvik-txt { color: #5a6b60; }
.freespins-fakta-video {
position: relative;
padding-top: 56.25%;
margin-top: 1.1em;
border-radius: 12px;
overflow: hidden;
}
.freespins-fakta-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.freespins-spel-ej { color: #5a6b60; font-style: italic; } .freespins-spel-galleri { margin: 1.4em 0; }
.freespins-galleri-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
gap: 14px;
}
.freespins-spel-kort {
display: flex;
flex-direction: column;
border: 1px solid #e2e4e8;
border-radius: 12px;
overflow: hidden;
background: #fff;
text-decoration: none !important;
transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.freespins-spel-kort:hover { box-shadow: 0 6px 18px rgba(12, 59, 38, 0.14); transform: translateY(-2px); }
.freespins-spel-kort__bild {
display: block;
position: relative;
aspect-ratio: 4 / 3;
background: #0c3b26;
overflow: hidden;
}
.freespins-spel-kort__bild img,
.freespins-kort-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.freespins-kort-platshallare {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 2.4em;
font-weight: 700;
color: #fff;
background: linear-gradient(135deg, #145e37, #0c3b26);
}
.freespins-spel-kort__titel {
padding: 0.6em 0.7em 0.1em;
font-weight: 600;
color: #0c3b26 !important;
line-height: 1.25;
}
.freespins-spel-kort__fot {
margin-top: auto;
padding: 0.3em 0.7em 0.7em;
display: flex;
flex-direction: column;
gap: 2px;
}
.freespins-spel-kort__lev {
font-size: 0.85em;
color: #5a6b60 !important;
}
.freespins-spel-kort__rtp {
font-size: 0.82em;
font-weight: 600;
color: #0c3b26 !important;
}
.freespins-spel-kort__lanserad {
font-size: 0.82em;
color: #5a6b60 !important;
}
.freespins-spel-kort__vol {
font-size: 0.82em;
color: #5a6b60 !important;
}
.freespins-galleri-fot { text-align: center; margin-top: 1.3em; }
.freespins-galleri-mer {
display: inline-block;
padding: 0.7em 1.6em;
background: #0c3b26;
color: #fff;
border: 0;
border-radius: 8px;
font-weight: 600;
font-size: 1em;
cursor: pointer;
}
.freespins-galleri-mer:hover { background: #145e37; }
.freespins-galleri-mer[disabled] { opacity: 0.6; cursor: default; }
@media (max-width: 600px) {
.freespins-galleri-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
} .freespins-galleri-verktyg {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 1.1em;
}
.freespins-galleri-sok,
.freespins-galleri-lev,
.freespins-galleri-sort,
.freespins-galleri-vol {
padding: 0.5em 0.7em;
border: 1px solid #d3dad5;
border-radius: 8px;
font-size: 0.95em;
background: #fff;
color: #0c3b26;
}
.freespins-galleri-sok { flex: 1 1 200px; min-width: 0; }
.freespins-galleri-lev,
.freespins-galleri-sort,
.freespins-galleri-vol { flex: 0 1 auto; }
.freespins-galleri-tom { color: #5a6b60; margin: 0.4em 0 0.2em; } .freespins-galleri-egenskaper { flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.freespins-galleri-egenskap {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 0.35em 0.7em;
border: 1px solid #d3dad5;
border-radius: 20px;
font-size: 0.85em;
color: #0c3b26;
background: #fff;
cursor: pointer;
user-select: none;
}
.freespins-galleri-egenskap input { margin: 0; cursor: pointer; }
.freespins-galleri-egenskap:has(input:checked) { background: #eaf6ef; border-color: #1e874e; color: #145e37; font-weight: 600; } .freespins-spel-insikt { margin: 0 0 18px; padding: 16px 18px; background: #f4f8f5; border: 1px solid #e4eae6; border-radius: 10px; }
.freespins-spel-insikt-tal { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-bottom: 14px; }
.freespins-spel-insikt-cell { display: flex; flex-direction: column; gap: 2px; }
.freespins-spel-insikt-cell .k { font-size: 0.78rem; color: #5a6b60; }
.freespins-spel-insikt-cell .v { font-size: 1.15rem; font-weight: 700; color: #0c3b26; font-variant-numeric: tabular-nums; }
.freespins-spel-insikt-rubrik { display: block; font-weight: 700; color: #0c3b26; font-size: 0.9rem; margin-bottom: 8px; }
.freespins-spel-insikt-dist ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.freespins-spel-insikt-dist li { display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 12px; }
.freespins-spel-insikt-dist .rtp { font-weight: 600; color: #145e37; font-variant-numeric: tabular-nums; white-space: nowrap; }
.freespins-spel-insikt-dist .stapel { height: 9px; border-radius: 5px; background: #e4eae6; overflow: hidden; }
.freespins-spel-insikt-dist .stapel > span { display: block; height: 100%; background: #1e874e; border-radius: 5px; }
.freespins-spel-insikt-dist .n { font-size: 0.85rem; color: #2b333d; white-space: nowrap; font-variant-numeric: tabular-nums; }
.freespins-spel-insikt-not { margin: 10px 0 0; font-size: 0.82rem; color: #5a6b60; line-height: 1.5; }
@media (max-width: 480px) { .freespins-spel-insikt-dist li { grid-template-columns: 64px 1fr auto; gap: 8px; } } .freespins-spel-tabell .freespins-spel-n { display: block; margin-top: 2px; font-size: 0.8em; color: #5a6b60; font-weight: 400; }blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0;border:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:block}progress{vertical-align:baseline}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}body,button,input,select,textarea{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-weight:400;text-transform:none;font-size:17px;line-height:1.5}p{margin-bottom:1.5em}h1,h2,h3,h4,h5,h6{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit}pre{background:rgba(0,0,0,.05);font-family:inherit;font-size:inherit;line-height:normal;margin-bottom:1.5em;padding:20px;overflow:auto;max-width:100%}blockquote{border-left:5px solid rgba(0,0,0,.05);padding:20px;font-size:1.2em;font-style:italic;margin:0 0 1.5em;position:relative}blockquote p:last-child{margin:0}table,td,th{border:1px solid rgba(0,0,0,.1)}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;width:100%}td,th{padding:8px}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:40px;margin-top:40px}fieldset{padding:0;border:0;min-width:inherit}fieldset legend{padding:0;margin-bottom:1.5em}h1{font-size:42px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h2{font-size:35px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h3{font-size:29px;margin-bottom:20px;line-height:1.2em;font-weight:400;text-transform:none}h4{font-size:24px}h5{font-size:20px}h4,h5,h6{margin-bottom:20px}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}address{margin:0 0 1.5em}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}img{height:auto;max-width:100%}button,input[type=button],input[type=reset],input[type=submit]{background:#55555e;color:#fff;border:1px solid transparent;cursor:pointer;-webkit-appearance:button;padding:10px 20px}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid;border-radius:0;padding:10px 15px;max-width:100%}textarea{width:100%}a,button,input{transition:color .1s ease-in-out,background-color .1s ease-in-out}a{text-decoration:none}.button,.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{font-size:inherit;line-height:inherit}.using-mouse :focus{outline:0}.using-mouse ::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-100vw / 2 + 100% / 2);margin-right:calc(-100vw / 2 + 100% / 2);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.inside-navigation{position:relative}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation.sub-menu-left ul ul{box-shadow:-1px 1px 0 rgba(0,0,0,.1)}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin-bottom:0}.paging-navigation .nav-next,.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.nav-links>:first-child{padding-left:0}.site-header{position:relative}.inside-header{padding:20px 40px}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.site-header .header-image{vertical-align:middle}.inside-header{display:flex;align-items:center}.header-widget{margin-left:auto}.header-widget p:last-child{margin-bottom:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child){margin-top:1em}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header .gp-icon,.posted-on .updated{display:none}.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline{display:inline}footer.entry-meta .byline,footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child){margin-top:2em}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title{display:none}.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child{margin-bottom:0}.entry-header,.site-content{word-wrap:break-word}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header .author-info>:last-child,.page-header>:last-child{margin-bottom:0}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}footer.entry-meta{margin-top:2em}.cat-links,.comments-link,.tags-links{display:block}.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery,ul.blocks-gallery-grid{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{background:rgba(255,255,255,.7);color:#000;padding:10px;box-sizing:border-box}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site-main .gallery{margin-bottom:1.5em}.gallery-item img{vertical-align:bottom}.gallery-icon{padding:5px}embed,iframe,object{max-width:100%}.wp-block-post-template{margin-left:0}.widget-area .widget{padding:40px}.widget select{max-width:100%}.footer-widgets .widget :last-child,.sidebar .widget :last-child{margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.widget ol,.widget ul{margin:0}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child,.sidebar .widget:last-child{margin-bottom:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.wp-calendar-table{table-layout:fixed}.site-content{display:flex}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.page-header,.sidebar .widget,.site-main>*{margin-bottom:20px}.both-left .inside-left-sidebar,.both-right .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar,.both-right .inside-right-sidebar{margin-left:10px}.one-container.both-right .site-main,.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main,.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item){padding-bottom:40px}.one-container .site-content{padding:40px}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main{margin-right:0}.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.inside-page-header{padding:40px}.widget-area .main-navigation{margin-bottom:20px}.one-container .site-main>:last-child,.separate-containers .site-main>:last-child{margin-bottom:0}.full-width-content .container.grid-container{max-width:100%}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article{padding:0}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article{padding:0}.sidebar .grid-container{max-width:100%;width:100%}.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar{order:10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.separate-containers .featured-image{margin-top:20px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child{display:none}.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2){display:block}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}.container.grid-container{width:auto}.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile{display:none}.menu-toggle{padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.menu-toggle .mobile-menu:empty{display:none}button.menu-toggle{background-color:transparent;flex-grow:1;border:0;text-align:center}button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover{background-color:transparent}.has-menu-bar-items button.menu-toggle{flex-grow:0}nav.toggled ul ul.sub-menu{width:100%}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden;box-shadow:none;border-bottom:1px solid rgba(0,0,0,.05)}.main-navigation.toggled .main-nav ul ul li:last-child>ul{border-bottom:0}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto!important;right:auto!important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}@media (max-width:768px){.hide-on-mobile{display:none!important}a,body,button,input,select,textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar,.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}body:not(.no-sidebar) #main{margin-bottom:0}.alignleft,.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media (min-width:769px) and (max-width:1024px){.hide-on-tablet{display:none!important}}@media (min-width:1025px){.hide-on-desktop{display:none!important}}