/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.fortune-wheel-wrapper{width:100%;padding:0;margin:0;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--theme-color) 0%,color-mix(in srgb,var(--theme-color) 75%,#000) 100%);}.fortune-wheel-wrapper::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.06) 50%,transparent 60%);pointer-events:none;}.fortune-wheel-wrapper__inner{max-width:1140px;margin:0 auto;padding:1.5rem 15px;position:relative;z-index:1;}.fortune-wheel-wrapper__cta{display:flex;flex-direction:row;align-items:center;gap:3.25rem;flex:1;justify-content:flex-start;}.fortune-wheel-wrapper__text{display:flex;flex-direction:column;gap:0.35rem;min-width:0;}.fortune-wheel-wrapper__heading{font-size:clamp(1.4rem,3vw,1.5rem);font-weight:800;color:#fff;margin:0;line-height:1.2;letter-spacing:-0.01em;}.fortune-wheel-wrapper__sub{font-size:clamp(0.85rem,1.5vw,1rem);color:rgba(255,255,255,.82);margin:0;max-width:420px;line-height:1.5;}.fortune-wheel-wrapper__deco{position:absolute;right:0;top:0;bottom:0;width:clamp(160px,24%,280px);display:flex;align-items:center;justify-content:center;overflow:hidden;}.fortune-wheel-wrapper__deco-img{width:100%;height:140%;object-fit:contain;opacity:0.18;filter:brightness(100) saturate(0);animation:fwTriggerSpin 12s linear infinite;display:block;}.fortune-wheel-trigger{display:inline-flex;align-items:center;gap:0.65rem;padding:0.75rem 1.5rem 0.75rem 1rem;border:none;border-radius:50px;background:#fff;color:var(--theme-color,#418545);cursor:pointer;font-family:inherit;font-weight:700;font-size:0.95rem;box-shadow:0 4px 20px rgba(0,0,0,.25);transition:transform 0.2s ease,box-shadow 0.2s ease;text-decoration:none;}.fortune-wheel-trigger:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.32);}.fortune-wheel-trigger:active{transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,.2);}.fortune-wheel-trigger:focus-visible{outline:3px solid #fff;outline-offset:3px;}.fortune-wheel-trigger__icon{flex-shrink:0;width:32px;height:32px;object-fit:contain;animation:fwTriggerSpin 8s linear infinite;}.fortune-wheel-trigger__label{white-space:nowrap;}.fortune-wheel-trigger__arrow{font-size:1.4rem;font-weight:300;line-height:1;opacity:0.6;transition:transform 0.2s ease,opacity 0.2s ease;}.fortune-wheel-trigger:hover .fortune-wheel-trigger__arrow{transform:translateX(4px);opacity:1;}.fortune-wheel-wrapper--vasutbiztonsag .fortune-wheel-trigger__icon,.fortune-wheel-wrapper--vasutbiztonsag .fortune-wheel-wrapper__deco-img{animation:fwTriggerPulse 2.4s ease-in-out infinite;}@keyframes fwTriggerSpin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes fwTriggerPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 0px rgba(0,0,0,0));}50%{transform:scale(1.12);filter:drop-shadow(0 0 6px rgba(255,255,255,0.45));}}.fortune-wheel-trigger:hover .fortune-wheel-trigger__icon{filter:drop-shadow(0 0 4px rgba(0,0,0,0.3));}.fortune-wheel-trigger__text{display:none;}.fortune-wheel-trigger__title{display:none;}.fortune-wheel-trigger__desc{display:none;}.fortune-wheel-dialog{max-width:560px;}#fortuneWheelModal{overflow-y:hidden !important;}@media (max-width:767px){.fortune-wheel-dialog{max-width:95vw;margin:auto;}#fortuneWheelModal.fw-showing-quiz .fortune-wheel-panel--spin,#fortuneWheelModal.fw-showing-result .fortune-wheel-panel--spin{position:absolute;pointer-events:none;}#fortuneWheelModal.fw-showing-quiz .fortune-wheel-panel--quiz{position:relative;}#fortuneWheelModal.fw-showing-result .fortune-wheel-panel--result{position:relative;}#fortuneWheelModal.fw-showing-result .fortune-wheel-result__inner{min-height:auto;}#fortuneWheelModal.fw-showing-quiz .fortune-wheel-body,#fortuneWheelModal.fw-showing-result .fortune-wheel-body{overflow:visible;}#fortuneWheelModal.fw-showing-result .fortune-wheel-result__actions{position:sticky;bottom:0;background:var(--bs-modal-bg,#fff);padding-top:0.5rem;padding-bottom:0.75rem;}}.fortune-wheel-content{position:relative;border:none;border-radius:0.75rem;box-shadow:0 16px 48px rgba(0,0,0,0.2);max-height:95vh;overflow:hidden;overflow-y:auto;}.fortune-wheel-close{position:absolute;top:0.75rem;right:0.75rem;z-index:10;width:2rem;height:2rem;border-radius:50%;border:none;background:var(--theme-color);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;}.fortune-wheel-close:hover{opacity:0.8;}.fortune-wheel-close:focus-visible{outline:3px solid var(--theme-color);outline-offset:3px;}.fortune-wheel-body{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;overflow:hidden;}.fortune-wheel-panels{position:relative;width:100%;max-width:500px;overflow:visible;}.fortune-wheel-panel{width:100%;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease;pointer-events:none;}.fortune-wheel-panel.is-active{opacity:1;visibility:visible;pointer-events:auto;}.fortune-wheel-panel--spin{position:relative;}.fortune-wheel-panel--quiz,.fortune-wheel-panel--result{position:absolute;top:0;left:0;width:100%;min-height:100%;background:var(--bs-modal-bg,#fff);border-radius:0 0 0.75rem 0.75rem;}.fortune-wheel-stage{position:relative;width:100%;}.fortune-wheel-pointer{position:absolute;right:-10px;top:50%;transform:translateY(-50%);z-index:5;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:36px solid #fcb725;filter:drop-shadow(-2px 0 4px rgba(0,0,0,0.4));}.fortune-wheel-rotor{width:100%;aspect-ratio:1 / 1;will-change:transform;transform:rotate(0deg);}.fortune-wheel-rotor.is-spinning{transition:transform 4s cubic-bezier(0.17,0.67,0.12,0.99);}.fortune-wheel-img{display:block;width:100%;height:100%;border-radius:50%;pointer-events:none;user-select:none;}.fortune-wheel-spin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:120px;height:120px;border-radius:50%;border:3px solid var(--theme-color,#418545);background:#fff;padding:6px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.25);transition:transform 0.15s ease,box-shadow 0.15s ease;display:flex;align-items:center;justify-content:center;overflow:visible;animation:fwPulse 2s ease-in-out infinite;}.fortune-wheel-spin:disabled{animation:none;opacity:0.6;cursor:not-allowed;transform:translate(-50%,-50%);}@keyframes fwPulse{0%,100%{box-shadow:0 0 0 0 rgba(65,133,69,0.5),0 4px 12px rgba(0,0,0,0.2);}50%{box-shadow:0 0 0 14px rgba(65,133,69,0),0 4px 12px rgba(0,0,0,0.2);}}.fortune-wheel-spin.fortune-wheel-spin--bare{width:17%;height:17%;padding:0;background:transparent;border:none;box-shadow:none;animation:fwPulseBare 2s ease-in-out infinite;}.fortune-wheel-spin--bare:disabled{animation:none;}.fortune-wheel-spin--bare:hover{box-shadow:none;}@keyframes fwPulseBare{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,0.6);}50%{box-shadow:0 0 0 10px rgba(255,255,255,0);}}.fortune-wheel-spin__logo{width:100%;height:100%;object-fit:contain;border-radius:50%;pointer-events:none;user-select:none;overflow:hidden;animation:fwRock 3s ease-in-out infinite;}@keyframes fwRock{0%,100%{transform:rotate(0deg);}25%{transform:rotate(8deg);}75%{transform:rotate(-8deg);}}.fortune-wheel-spin:disabled .fortune-wheel-spin__logo{animation:none;}.fortune-wheel-spin:hover{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 6px 16px rgba(0,0,0,0.3);animation:none;}.fortune-wheel-spin:hover .fortune-wheel-spin__logo{animation:none;}.fortune-wheel-spin:active{transform:translate(-50%,-50%) scale(0.95);}.btn-theme.fortune-wheel-spin:focus-visible,.fortune-wheel-spin:focus-visible{outline:3px solid #FFFFFF;outline-offset:3px;}.fortune-wheel-quiz,.fortune-wheel-result{min-height:100%;}.fortune-wheel-quiz__inner,.fortune-wheel-result__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100%;padding:0rem 1rem 2rem;box-sizing:border-box;}.fortune-wheel-result__scrollable{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:0.5rem;min-height:0;}.fortune-wheel-result__actions{flex-shrink:0;width:100%;display:flex;justify-content:center;padding-top:0.75rem;}.fortune-wheel-quiz__title{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--theme-color,#1B447D);background:#fff;margin-bottom:0.75rem;}.fortune-wheel-quiz__question{font-size:1.05rem;line-height:1.5;margin-bottom:1.5rem;font-weight:600;max-width:440px;}.fortune-wheel-quiz__answers{display:flex;flex-direction:column;gap:0.6rem;width:100%;max-width:460px;box-sizing:border-box;}.fortune-wheel-quiz__answer{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:14px 16px;font-size:0.88rem;line-height:1.45;white-space:normal;word-break:normal;overflow-wrap:anywhere;hyphens:auto;border:2px solid #ddd;border-radius:10px;background:#fff;color:#333;box-sizing:border-box;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;box-shadow:0 0 0 rgba(0,0,0,0);}.fortune-wheel-quiz__answer:hover:not(:disabled){border-color:var(--theme-color,#418545);background:rgba(65,133,69,0.04);box-shadow:0 2px 8px rgba(0,0,0,0.1);}.fortune-wheel-quiz__answer:active:not(:disabled){box-shadow:none;}.fortune-wheel-quiz__answer::before{content:'A';flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;min-width:26px;min-height:26px;border-radius:50%;background:var(--theme-color,#1B447D);color:#fff;font-size:0.75rem;font-weight:700;}.fortune-wheel-quiz__answer:nth-child(2)::before{content:'B';}.fortune-wheel-quiz__answer.is-correct{background:#2e7d32 !important;border-color:#2e7d32 !important;color:#fff !important;}.fortune-wheel-quiz__answer.is-correct::before{background:#fff !important;color:#2e7d32 !important;}.fortune-wheel-quiz__answer.is-wrong{background:#c62828 !important;border-color:#c62828 !important;color:#fff !important;}.fortune-wheel-quiz__answer.is-wrong::before{background:#fff !important;color:#c62828 !important;}.fortune-wheel-quiz__answer:disabled{cursor:default;}.fortune-wheel-quiz__answer:disabled:not(.is-correct):not(.is-wrong){opacity:0.5;}.fortune-wheel-result__icon{font-size:3rem;margin-bottom:0.75rem;}.fortune-wheel-result__title{font-size:1.3rem;margin-bottom:0.5rem;}.fortune-wheel-result__title--correct{color:#2e7d32;}.fortune-wheel-result__title--wrong{color:#c62828;}.fortune-wheel-result__inner p{font-size:0.95rem;line-height:1.5;margin-bottom:1.5rem;max-width:380px;}.fortune-wheel-result__retry{font-size:0.85rem;padding:8px 24px;}.fortune-wheel-result__correct-answer{display:flex;flex-direction:column;align-items:center;gap:4px;background:rgba(46,125,50,0.08);border:1px solid rgba(46,125,50,0.2);border-radius:10px;padding:12px 16px;margin-bottom:1rem;max-width:380px;text-align:center;}.fortune-wheel-result__correct-label{font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:#2e7d32;}.fortune-wheel-result__correct-text{font-size:0.88rem;line-height:1.45;color:#2e7d32;font-weight:600;}.fortune-wheel-result__score{display:inline-block;font-size:0.8rem;font-weight:700;color:var(--theme-color,#418545);background:rgba(65,133,69,0.1);border:1px solid rgba(65,133,69,0.25);border-radius:20px;padding:6px 16px;margin-bottom:0.6rem;letter-spacing:0.02em;}.fortune-wheel-progress{width:100%;max-width:300px;margin-bottom:1rem;}.fortune-wheel-progress__bar{display:flex;width:100%;height:8px;border-radius:4px;overflow:hidden;background:#eee;}.fortune-wheel-progress__fill{height:100%;transition:width 0.4s ease;}.fortune-wheel-progress__fill--correct{background:#2e7d32;}.fortune-wheel-progress__fill--wrong{background:#c62828;}.fortune-wheel-progress__fill--empty{background:#e0e0e0;}.fortune-wheel-progress__labels{display:flex;justify-content:space-between;margin-top:4px;}.fortune-wheel-progress__label{font-size:0.8rem;font-weight:600;}.fortune-wheel-progress__label--correct{color:#2e7d32;}.fortune-wheel-progress__label--wrong{color:#c62828;}.fortune-wheel-progress__label--remaining{color:#999;}.fortune-wheel-result__complete-score{font-size:2.5rem;font-weight:800;color:var(--theme-color,#418545);margin-bottom:0.5rem;}@media (max-width:767px){.fortune-wheel-wrapper__inner{flex-direction:column;align-items:flex-start;padding:1.75rem 1rem;gap:1.25rem;}.fortune-wheel-wrapper__cta{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;}.fortune-wheel-wrapper__deco{display:none;}.fortune-wheel-wrapper{padding:0;}.fortune-wheel-trigger{padding:0.65rem 1.25rem 0.65rem 0.875rem;font-size:0.9rem;}.fortune-wheel-trigger__icon{width:28px;height:28px;}.fortune-wheel-body{padding:1rem 0.75rem;}.fortune-wheel-spin{width:90px;height:90px;padding:5px;}.fortune-wheel-pointer{border-top-width:14px;border-bottom-width:14px;border-right-width:28px;}.fortune-wheel-quiz__inner,.fortune-wheel-result__inner{padding:1.25rem 0.5rem;}.fortune-wheel-quiz__question{font-size:0.95rem;margin-bottom:1rem;}.fortune-wheel-quiz__answer{padding:10px 12px;font-size:0.8rem;gap:8px;}.fortune-wheel-quiz__answer::before{width:22px;height:22px;min-width:22px;min-height:22px;font-size:0.65rem;}.fortune-wheel-result__icon{font-size:2.5rem;}.fortune-wheel-result__title{font-size:1.1rem;}.fortune-wheel-result__inner p{font-size:0.85rem;margin-bottom:1rem;}}@media (max-width:400px){.fortune-wheel-trigger{padding:0.75rem 0.85rem;gap:0.5rem;}.fortune-wheel-trigger__icon{width:28px;height:28px;}.fortune-wheel-trigger__title{font-size:1rem;}.fortune-wheel-trigger__desc{font-size:0.85rem;}.fortune-wheel-body{padding:0.75rem 0.5rem;}.fortune-wheel-spin{width:60px;height:60px;padding:4px;}.fortune-wheel-quiz__question{font-size:0.88rem;}.fortune-wheel-quiz__answer{padding:8px 10px;font-size:0.75rem;gap:6px;}.fortune-wheel-quiz__answer::before{width:20px;height:20px;min-width:20px;min-height:20px;font-size:0.6rem;}}@media (max-width:767px){body.modal-open .modal-backdrop{opacity:0.85 !important;}body.modal-open{overflow:hidden !important;position:fixed;width:100%;}}@media (prefers-reduced-motion:reduce){.fortune-wheel-rotor.is-spinning{transition-duration:0.01s;}.fortune-wheel-panel{transition-duration:0.01s;}.fortune-wheel-spin{animation:none;}.fortune-wheel-spin__logo{animation:none;}.fortune-wheel-trigger,.fortune-wheel-trigger__icon,.fortune-wheel-wrapper--vasutbiztonsag .fortune-wheel-trigger__icon{animation:none;transition:none;}}
.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
