:root{--hero-height:26.67vw;--primary-color:#6b21a8;--primary-dark:#4c1578;--primary-light:#8b2fcf;--secondary-color:#6b21a8;--accent-color:#a855f7;--text-dark:#1f2937;--text-light:#6b7280;--background-light:#f9fafb;--background-white:#ffffff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1);--page-bg:#6b21a8;--card-bg:rgba(255, 255, 255, 0.1);--card-bg-solid:#7c2db8;--site-header-sticky-offset:5.75rem}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:var(--site-header-sticky-offset)}body{font-family:-apple-system,BlinkMaçSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.7;color:#f0e6ff;background-color:var(--page-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:.75rem;color:#fff}h1{font-size:2.5rem}h2{font-size:2rem;color:#e9d5ff}h3{font-size:1.5rem}p{margin-bottom:.75rem;color:#ddd0f0}a{color:#c4b5fd;text-decoration:none;transition:color .3s ease}a:hover{color:#fff}.inline-link{color:#c4b5fd;font-weight:600;text-decoration:underline;transition:all .3s ease}.inline-link:hover{color:#fff;text-decoration:none}strong{font-weight:600;color:#fff}em{font-style:italic}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.age-warning{background-color:#dc2626;color:var(--background-white);text-align:center;padding:.4rem;font-size:.8rem;font-weight:600}.age-warning p{margin:0;color:var(--background-white)}.site-header{background-color:#581c87;box-shadow:0 2px 10px rgba(0,0,0,.3);position:sticky;top:0;z-index:1000;border-bottom:3px solid #a855f7}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-link{display:block;text-decoration:none}.logo-image{height:50px;width:auto;display:block;object-fit:contain}.main-nav ul{display:flex;list-style:none;gap:.6rem;align-items:center}.main-nav a{color:#e9d5ff;font-weight:500;padding:.4rem .8rem;border-radius:.5rem;transition:all .3s ease;display:block}.main-nav a:hover{background-color:rgba(255,255,255,.15);color:#fff;transform:translateY(-2px)}.nav-cta-btn{background-color:#fbbf24;color:#3b0764!important;font-weight:700;padding:.55rem 1.4rem;border-radius:50px;text-decoration:none;white-space:nowrap;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.2);flex-shrink:0}.nav-cta-btn:hover{background-color:#3b0764;color:#fbbf24!important;transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,.3)}.header-nav-actions{display:none;align-items:center;gap:.5rem}.nav-cta-mobile{display:none;background-color:#fbbf24;color:#3b0764!important;font-weight:700;padding:.5rem 1rem;border-radius:50px;text-decoration:none;white-space:nowrap;font-size:.9rem;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.2)}.nav-cta-mobile:hover{background-color:#3b0764;color:#fbbf24!important}.mobile-menu-toggle{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;padding:.5rem;gap:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background-color:#e9d5ff;border-radius:3px;transition:all .3s ease}.mobile-menu-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero-section{position:relative;width:100%;margin:0;padding:0;border-bottom:3px solid #a855f7;display:flex;flex-direction:column}.hero-slider-wrap{position:relative;width:100%;aspect-ratio:1200/320;min-height:min(320px,35vw);overflow:hidden}.slider-container{position:absolute;top:0;left:0;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;z-index:1;overflow:hidden;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slide.active{opacity:1;z-index:2}.slide-image{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.slider-container,.slider-link{touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.slide-link{display:block;width:100%;cursor:pointer;text-decoration:none}.slider-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;color:inherit;cursor:pointer}.slider-cta-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:rgba(0,0,0,.5);box-shadow:0 2px 10px rgba(0,0,0,.3);text-decoration:none;color:inherit;transition:background .2s ease}.slider-cta-bar:hover{background:rgba(0,0,0,.65)}.slider-cta-hint{font-size:.85rem;color:rgba(255,255,255,.85);font-weight:500}.slider-cta-btn{font-size:1.1rem;font-weight:700;color:#fbbf24;text-shadow:0 1px 3px rgba(0,0,0,.5)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;margin:0;border:none;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:1.75rem;font-weight:200;line-height:1;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.slider-arrow span{display:block;line-height:1;padding-bottom:.06em}.slider-arrow:hover{background:rgba(0,0,0,.65);transform:translateY(-50%) scale(1.05)}.slider-arrow-prev{left:12px}.slider-arrow-next{right:12px}.cta-button{display:inline-block;background-color:#fbbf24;color:#3b0764;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease;border:2px solid transparent}.cta-button:hover{background-color:#f59e0b;color:#3b0764;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}section{padding:2.5rem 0;scroll-margin-top:100px}.section-title{text-align:center;font-size:2rem;margin-bottom:2rem;color:#fff;position:relative;padding-bottom:.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.content-card{background-color:rgba(255,255,255,.08);padding:1.5rem;margin-bottom:1.5rem;border-radius:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.15);transition:all .3s ease;border-left:4px solid #a855f7}.content-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.2);transform:translateY(-5px)}.content-card h1{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;padding-bottom:1rem;position:relative;font-weight:700}.content-card h1::after{content:'';position:absolute;bottom:-3px;left:0;width:150px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:2px}.content-card h2{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.15)}.content-card h3{color:#e9d5ff;margin-top:1.5rem;margin-bottom:.75rem}.content-card ul{list-style-position:inside;margin-left:.75rem}.content-card ol{list-style-position:outside;padding-left:1.75rem;margin:0 0 .75rem 0}.content-card li{margin-bottom:.5rem;color:#ddd0f0;line-height:1.6}.content-card li::marker{color:#c4b5fd}.article-table-wrap{overflow-x:auto;margin:.75rem 0 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.2);-webkit-overflow-scrolling:touch}.article-table-wrap .article-table{width:100%;min-width:18rem;border-collapse:collapse;font-size:.9rem;color:#e8e0f5}.article-table-wrap .article-table td,.article-table-wrap .article-table th{padding:.65rem .85rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.1)}.article-table-wrap .article-table thead th{background:rgba(0,0,0,.35);font-weight:700;color:#c4b5fd;white-space:nowrap}.article-table-wrap .article-table tbody tr:last-child td{border-bottom:none}.article-table-wrap .article-table tbody tr:nth-child(2n) td{background:rgba(255,255,255,.03)}a.info-box.info-box--affiliate-cta{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}a.info-box.info-box--affiliate-cta:hover{border-color:rgba(251,191,36,.55);background:rgba(88,28,135,.28);box-shadow:0 8px 24px rgba(0,0,0,.22)}a.info-box.info-box--affiliate-cta:focus-visible{outline:3px solid #fde68a;outline-offset:3px}.info-box--affiliate-cta__title{margin-top:0;color:#e9d5ff}a.info-box.info-box--affiliate-cta p{color:#ddd0f0}.info-box--affiliate-cta__action{margin-bottom:0!important;font-weight:700;color:#fbbf24;font-size:.95rem}.blog-listing-section .section-title{margin-bottom:.75rem}.blog-intro{text-align:center;max-width:700px;margin:0 auto 2.5rem;color:#ddd0f0;font-size:1.1rem}.blog-subtitle{font-size:1.35rem;color:#e9d5ff;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.15)}.blog-subtitle:first-of-type{margin-top:0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{background-color:rgba(255,255,255,.08);border-radius:.75rem;box-shadow:0 4px 15px rgba(0,0,0,.15);border-left:4px solid #a855f7;transition:all .3s ease;overflow:hidden}.blog-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.25);transform:translateY(-4px);background-color:rgba(255,255,255,.12)}.blog-card-inner{padding:1.5rem}.blog-card-title{font-size:1.25rem;margin-bottom:.75rem;line-height:1.4}.blog-card-title a{color:#fff;text-decoration:none;transition:color .3s ease}.blog-card-title a:hover{color:#c4b5fd}.blog-card-excerpt{color:#ddd0f0;font-size:.95rem;margin-bottom:1rem;line-height:1.6}.blog-card-link{font-weight:600;color:#c4b5fd;font-size:.95rem}.blog-card-link:hover{color:#fff;text-decoration:underline}.blog-breadcrumb{margin-bottom:1rem;font-size:.9rem}.blog-breadcrumb a{color:#c4b5fd}.blog-breadcrumb a:hover{text-decoration:underline}.blog-date{color:#c4b5fd;font-size:.9rem;margin-bottom:1rem}.blog-home-section{background:0 0;padding:2.5rem 0}.blog-home-section .section-title{margin-bottom:.5rem}.blog-grid-home{margin-top:1rem}.blog-cta-wrap{text-align:center;margin-top:2rem;margin-bottom:0}.blog-cta-wrap .cta-button{display:inline-block}.info-box{background:rgba(255,255,255,.08);padding:1.25rem;border-radius:.75rem;margin:1.5rem 0;border:2px solid var(--accent-color)}.info-box h3{color:#e9d5ff;margin-top:0}.highlight-box{background-color:rgba(251,191,36,.15);border-left:4px solid #fbbf24;padding:1rem;margin:1.5rem 0;border-radius:.5rem}.highlight-box p{margin:0;color:#fef3c7}.faq-section{background-color:transparent}.faq-accordion{max-width:100%}.faq-item{background-color:rgba(255,255,255,.08);margin-bottom:.75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#a855f7;box-shadow:0 4px 15px rgba(0,0,0,.15)}.faq-question{width:100%;background:0 0;border:none;padding:1rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#e9d5ff;font-size:1rem;font-weight:600;transition:all .3s ease}.faq-question:hover{background-color:rgba(255,255,255,.05)}.faq-question[aria-expanded=true]{background-color:rgba(255,255,255,.1)}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-icon{font-size:1.5rem;font-weight:700;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1rem}.faq-item.active .faq-answer{max-height:1000px;padding:0 1rem 1rem 1rem}.faq-answer p{margin:0;color:#ddd0f0;line-height:1.8}.site-footer{background-color:#3b0764;color:#e9d5ff;padding:2rem 0 1rem;margin-top:2.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.footer-section h3{color:#c084fc;margin-bottom:1rem;font-size:1.25rem}.footer-section p{color:#d1d5db;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;transition:color .3s ease}.footer-section a:hover{color:var(--accent-color)}.social-links{list-style:none;padding:0}.social-links li{margin-bottom:.5rem}.social-links a{color:#d1d5db;transition:color .3s ease;display:inline-block}.social-links a:hover{color:var(--accent-color);transform:translateX(5px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#c4b5fd;margin-bottom:.5rem}@media (max-width:768px){html{font-size:15px}.header-content{flex-direction:row;justify-content:space-between;align-items:center}.header-nav-actions{display:flex}.nav-cta-mobile{display:inline-flex;align-items:center;justify-content:center;min-height:44px}.mobile-menu-toggle{display:flex}.main-nav{position:absolute;top:100%;left:0;right:0;background-color:#581c87;box-shadow:0 4px 15px rgba(0,0,0,.3);max-height:0;overflow:hidden;transition:max-height .3s ease}.main-nav.active{max-height:500px}.main-nav ul{flex-direction:column;padding:.75rem;gap:0}.main-nav li{width:100%}.main-nav a{padding:.75rem;border-radius:.5rem;text-align:center;width:100%}.nav-cta-btn{display:block!important;text-align:center!important;width:calc(100% - 1.5rem)!important;margin:.5rem auto .75rem!important;padding:.75rem 1.4rem;box-sizing:border-box}.slide-image{object-fit:contain}.slider-arrow{width:28px;height:28px;font-size:1.1rem}.slider-arrow-prev{left:6px}.slider-arrow-next{right:6px}.slider-cta-bar{padding:.5rem 1rem}.slider-cta-hint{font-size:.75rem}.slider-cta-btn{font-size:.95rem}.section-title{font-size:2rem}.content-card{padding:1.25rem}.faq-item{margin-bottom:.75rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer{padding:0 1rem}.faq-item.active .faq-answer{padding:0 1rem 1rem 1rem}.age-warning{font-size:.75rem;padding:.4rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.site-footer{padding:1.5rem 0 .75rem;margin-top:2rem}.footer-bottom{padding-top:1rem}}@media (max-width:480px){html{font-size:14px}.container{padding:0 1rem}.logo-image{height:40px}.header-content{padding:1rem 0}.mobile-menu-toggle{padding:.25rem}.mobile-menu-toggle span{width:22px;height:2.5px}.main-nav ul{padding:.5rem}.main-nav a{padding:.625rem;font-size:.9rem}.nav-cta-btn{width:calc(100% - 1rem)!important;margin:.5rem auto .5rem!important;font-size:.9rem}.slide-image{object-fit:contain}.slider-arrow{width:24px;height:24px;font-size:1rem}.slider-arrow-prev{left:4px}.slider-arrow-next{right:4px}.slider-cta-bar{padding:.4rem .75rem}.slider-cta-hint{font-size:.7rem}.slider-cta-btn{font-size:.9rem}.cta-button{padding:.875rem 1.75rem;font-size:.95rem;width:100%;max-width:300px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section-title{font-size:1.75rem}.content-card{padding:1.25rem}.content-card h1{font-size:1.75rem;padding-bottom:.75rem}.content-card h1::after{width:100px}.content-card h2{font-size:1.5rem}.faq-item{margin-bottom:.5rem}.faq-question{padding:.75rem;font-size:.9rem}.faq-icon{font-size:1.1rem}.faq-answer{padding:0 .75rem}.faq-item.active .faq-answer{padding:0 .75rem .75rem .75rem}.faq-answer p{font-size:.875rem}.age-warning{font-size:.7rem;padding:.35rem}section{padding:1.5rem 0}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-section h3{font-size:1.1rem}.info-box{padding:1rem}.highlight-box{padding:.875rem}.highlight-box{padding:1.25rem}}.content-card,.cta-button,.faq-item{transform:translateZ(0);will-change:transform}a,button{-webkit-tap-highlight-color:rgba(107,33,168,0.2);tap-highlight-color:rgba(107,33,168,0.2)}.cta-button{min-height:44px;touch-action:manipulation}.cta-button,.mobile-menu-toggle{user-select:none;-webkit-user-select:none}@media (prefers-reduced-motion:reduce){:not(.slide){animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.slide{transition-duration:.3s!important}.scroll-to-top{transition-duration:0s!important}}@media print{.cta-button,.scroll-to-top,.site-footer,.site-header{display:none}body{background-color:#fff;color:#000}.content-card{box-shadow:none;border:1px solid #ddd}}a:focus,button:focus{outline:3px solid var(--accent-color);outline-offset:2px}.skip-to-content{position:absolute;top:-40px;left:0;background:var(--primary-color);color:#fff;padding:8px;text-decoration:none;z-index:100}.skip-to-content:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.announcements-section{padding:2rem 0 0}.announcements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.announce-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1.1rem 1.3rem;display:flex;align-items:center;gap:.8rem;color:#fff;transition:transform .2s}.announce-card:hover{transform:translateY(-3px)}.announce-card .ac-icon{font-size:1.5rem;flex-shrink:0}.announce-card .ac-text{font-size:.92rem;line-height:1.35;font-weight:500}@media (max-width:992px){.announcements-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.announcements-grid{grid-template-columns:1fr;gap:.7rem}.announce-card{padding:.9rem 1rem}.announce-card .ac-text{font-size:.85rem}}@media (prefers-contrast:high){:root{--primary-color:#5b1890}body{color:#fff}}body{overflow-x:hidden;width:100%}@media (max-width:768px){.cta-button,.main-nav a{min-height:48px;min-width:48px;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{min-width:48px;min-height:48px;padding:12px}}.social-cards-section{padding:1.5rem 0}.social-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.social-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:.6rem}.social-card:hover{background:rgba(255,255,255,.12);transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.social-card .sc-header{display:flex;align-items:center;gap:.6rem}.social-card .sc-icon{font-size:1.6rem;flex-shrink:0}.social-card .sc-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.social-card .sc-desc{font-size:.9rem;color:#ddd0f0;line-height:1.5;margin:0}.social-card .sc-link{display:inline-block;margin-top:.4rem;color:#fbbf24;font-weight:600;font-size:.9rem;transition:color .2s}.social-card .sc-link:hover{color:#fff}.social-card .sc-contact{font-size:.85rem;color:#c4b5fd;margin:0}.social-card .sc-contact a{color:#fbbf24;font-weight:600}.social-card .sc-contact a:hover{color:#fff}.social-card.sc-warning{border-color:rgba(251,191,36,.3)}@media (max-width:768px){.social-cards-grid{grid-template-columns:1fr;gap:.8rem}}.announcements-grid.announcements-grid--section{margin:1.5rem 0}.info-box.info-box--spaced-top{margin-top:1.5rem}.info-box.info-box--notice{margin-top:2rem}.info-box.info-box--notice p:last-child{margin-bottom:0}.blog-listing-section .info-box.info-box--notice{margin-top:2.25rem}#internal-hub-links.content-card{margin-top:1.75rem;padding:1.25rem;border:1px solid rgba(107,33,168,.2);border-radius:12px;background:rgba(107,33,168,.04)}#internal-hub-links>h2{margin-top:0;font-size:1.15rem}#internal-hub-links>p:first-of-type{margin-bottom:.75rem}#internal-hub-links>p:nth-of-type(2){line-height:1.7;margin-bottom:.75rem}#internal-hub-links>p:nth-of-type(3){margin-bottom:0}.section-title.section-title--internal-hub{margin-top:2rem}.blog-grid.blog-grid--tight-top{margin-top:1rem}.blog-intro.blog-intro--tight-top{margin-top:.5rem}.related-guides-card{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(107,33,168,.15)}.section-title.section-title--guides{font-size:1.35rem}.guides-related-lead{line-height:1.85}.hub-sitemap-list.hub-sitemap-list--columns{columns:2;column-gap:2rem;padding-left:1.25rem;line-height:1.85}@media (max-width:768px){.hub-sitemap-list.hub-sitemap-list--columns{columns:1}}.footer-bottom.footer-bottom--compact{padding:1rem 0}.error-page-card{text-align:center;padding:60px 20px}.error-page-lead{font-size:1.2em;margin:20px 0}.cta-button.cta-button--error-cta{display:inline-block;margin-top:20px}.content-inline-img{max-width:100%;height:auto;margin:1rem 0}.content-inline-img--rounded{border-radius:8px}a.content-inline-img-link{display:inline-block;line-height:0;text-decoration:none;cursor:pointer;max-width:100%}a.content-inline-img-link:focus-visible{outline:2px solid rgba(251,191,36,.85);outline-offset:3px;border-radius:8px}a.content-inline-img-link .content-inline-img{margin:1rem 0;vertical-align:middle}.affiliate-giris-section{padding-top:1.25rem;padding-bottom:.5rem}.affiliate-giris-card{position:relative;display:block;overflow:hidden;border-radius:18px;text-decoration:none;color:inherit;border:2px solid rgba(251,191,36,.45);background:linear-gradient(135deg,rgba(88,28,135,.95) 0,rgba(107,33,168,.88) 45%,rgba(59,7,100,.92) 100%);box-shadow:0 8px 32px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.06) inset;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.affiliate-giris-card:hover{transform:translateY(-4px);border-color:rgba(251,191,36,.85);box-shadow:0 14px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1) inset}.affiliate-giris-card:focus-visible{outline:3px solid var(--accent-color);outline-offset:3px}.affiliate-giris-card__glow{position:absolute;inset:-40% -20% auto 40%;height:120%;background:radial-gradient(ellipse at center,rgba(168,85,247,.35) 0,transparent 65%);pointer-events:none}.affiliate-giris-card__inner{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem 1.5rem;padding:1.35rem 1.5rem 1.35rem 1.35rem;z-index:1}.affiliate-giris-card__icon{flex-shrink:0;width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;font-size:1.65rem;background:rgba(255,255,255,.1);border-radius:14px;border:1px solid rgba(255,255,255,.12)}.affiliate-giris-card__main{flex:1 1 220px;min-width:0}.affiliate-giris-card__badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fde68a;background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.35);padding:.2rem .55rem;border-radius:999px;margin-bottom:.45rem}.affiliate-giris-card__title{margin:0 0 .4rem 0;font-size:clamp(1.25rem, 3vw, 1.65rem);line-height:1.25;color:#fff}.affiliate-giris-card__desc{margin:0;font-size:.92rem;line-height:1.55;color:#ddd0f0;max-width:36rem}.affiliate-giris-card__cta{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.45rem;border-radius:999px;font-weight:700;font-size:1rem;color:#3b0764;background:#fbbf24;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:background .2s ease,color .2s ease,transform .2s ease}.affiliate-giris-card:hover .affiliate-giris-card__cta{background:#3b0764;color:#fbbf24;transform:scale(1.02)}.affiliate-giris-card__cta-arrow{font-size:1.15rem;line-height:1}@media (max-width:576px){.affiliate-giris-card__inner{padding:1.15rem 1.1rem}.affiliate-giris-card__cta{width:100%;justify-content:center}}.mac-tahminleri-teaser-section{padding-top:.35rem;padding-bottom:.5rem}.container--teaser-flush{max-width:100%}.mac-tahminleri-teaser-line{margin:0;text-align:center}.mac-tahminleri-teaser-link{display:inline-flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.25rem .5rem;padding:.45rem .85rem;border-radius:999px;font-size:clamp(.8rem, 2.1vw, .95rem);line-height:1.35;text-decoration:none;color:#f5e9ff;background:rgba(0,0,0,.22);border:1px solid rgba(196,181,253,.35);transition:background .2s ease,border-color .2s ease,color .2s ease}.mac-tahminleri-teaser-link:hover{background:rgba(88,28,135,.45);border-color:rgba(251,191,36,.45);color:#fff}.mac-tahminleri-teaser-label{font-weight:700;color:#fde68a;white-space:nowrap}.mac-tahminleri-teaser-matches{font-weight:600;color:inherit}.mac-tahminleri-teaser-arrow{font-weight:700;color:#fbbf24}@media (min-width:1100px){.mac-tahminleri-teaser-link{flex-wrap:nowrap;white-space:nowrap}}.mac-tahminleri-page-intro{padding-top:.75rem;padding-bottom:.35rem}.mac-tahminleri-page-intro .content-card{margin-bottom:.35rem}.mac-tahminleri-page-head h1{margin-bottom:.65rem;padding-bottom:.5rem}.mac-tahminleri-page-head .match-picks-toc{margin-top:.2rem;margin-bottom:0}.mac-tahminleri-notes{padding-top:.75rem;padding-bottom:1rem}.mac-tahminleri-notes .content-card{margin-bottom:0}.mac-tahminleri-notes__title{font-size:1.15rem;margin-top:0;color:#e9d5ff}.scroll-to-top{position:fixed!important;left:auto!important;top:auto!important;right:calc(1rem + env(safe-area-inset-right,0px));bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:12000;box-sizing:border-box;width:3rem;height:3rem;padding:0;margin:0;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-family:inherit;font-size:1.35rem;font-weight:800;line-height:1;color:#3b0764;background:linear-gradient(145deg,#fbbf24 0,#f59e0b 100%);border:2px solid rgba(255,255,255,.35);box-shadow:0 4px 18px rgba(0,0,0,.35),0 0 0 1px rgba(88,28,135,.25) inset;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.35rem);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.scroll-to-top.scroll-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{color:#fff;background:linear-gradient(145deg,#581c87 0,#7c2db8 100%);border-color:rgba(251,191,36,.55);box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 1px rgba(251,191,36,.2) inset}.scroll-to-top:focus-visible{outline:3px solid #fde68a;outline-offset:3px}.scroll-to-top span{display:block;margin-top:-.15em}.match-commentary-section{padding-top:.25rem;padding-bottom:1.25rem}.match-commentary-section__title{margin:0 0 .5rem 0;font-size:clamp(1.2rem, 3vw, 1.45rem);color:#fff;font-weight:700}.match-commentary-section__lede{margin:0 0 1rem 0;max-width:46rem;font-size:.9rem;line-height:1.6;color:#ddd0f0}.match-commentary-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem;align-items:stretch}@media (min-width:700px){.match-commentary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.match-commentary-grid--single-card{grid-template-columns:1fr;max-width:42rem;margin-left:auto;margin-right:auto}.mac-tahminleri-page .match-commentary-section__lede+.mac-tahminleri-affiliate-slot{margin-top:.75rem}.mac-tahminleri-page .mac-tahminleri-affiliate-slot+.match-commentary-grid{margin-top:1.25rem}.match-commentary-card{display:flex;flex-direction:column;height:100%;min-height:0;background:linear-gradient(155deg,rgba(55,20,90,.65) 0,rgba(30,10,52,.88) 100%);border:1px solid rgba(168,85,247,.3);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.28)}.match-commentary-card__visual{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:10.5rem;padding:.5rem .75rem;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(15,8,35,.95) 0,rgba(45,22,78,.88) 100%)}.match-commentary-card__visual img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center center}.match-kosova-cekya-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:start}.match-kosova-cekya-layout__main{min-width:0;display:flex;flex-direction:column;min-height:0}.match-kosova-cekya-layout__main .match-final-card{flex:0 1 auto;min-height:0;width:100%}.match-kosova-cekya-layout__side{min-width:0;display:flex;flex-direction:column;min-height:0;align-self:start}.match-kosova-cekya-layout__side .match-commentary-card{flex:0 1 auto;min-height:0;width:100%;height:auto}@media (max-width:960px){.match-kosova-cekya-layout{grid-template-columns:1fr}.match-kosova-cekya-layout__main .match-final-card,.match-kosova-cekya-layout__side .match-commentary-card{height:auto}}.mac-tahminleri-page{--mac-tah-card-visual-height:10.5rem}.mac-tahminleri-page .match-commentary-card__visual{height:var(--mac-tah-card-visual-height);min-height:var(--mac-tah-card-visual-height);max-height:var(--mac-tah-card-visual-height);padding:.5rem .75rem;box-sizing:border-box}.mac-tahminleri-page .match-final-card__hero{min-height:var(--mac-tah-card-visual-height);height:var(--mac-tah-card-visual-height);max-height:var(--mac-tah-card-visual-height);box-sizing:border-box}.mac-tahminleri-page .match-final-card__hero img{max-height:calc(100% - .35rem)}.match-commentary-card__body{flex:1 1 auto;display:flex;flex-direction:column;padding:1rem 1.1rem 1.15rem;min-height:0}.match-commentary-card__badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#c4b5fd;margin-bottom:.4rem}.match-commentary-card__title{margin:0 0 .65rem 0;font-size:1.15rem;line-height:1.25;color:#fff}.match-commentary-card__summary{margin:0 0 .75rem 0;font-size:.88rem;line-height:1.55;color:#ddd0f0}.match-commentary-card__extended{margin:0 0 .85rem 0;font-size:.84rem;line-height:1.62;color:#d8ccf0}.match-commentary-card__analiz-heading{margin:.35rem 0 .4rem 0;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#c4b5fd}.match-commentary-card__kupon-analiz{list-style:none;margin:0 0 .75rem 0;padding:0;display:grid;gap:.35rem;flex:1 1 auto;min-height:0}.match-commentary-card__kupon-analiz li{font-size:.82rem;line-height:1.45;color:#e8e0f5;padding:.4rem .55rem;background:rgba(0,0,0,.2);border-radius:8px;border-left:3px solid rgba(251,191,36,.65)}.match-commentary-card__kupon-analiz strong{color:#fde68a;font-weight:700}.match-commentary-card__kupon{margin:0;margin-top:auto;font-size:.84rem;line-height:1.5;color:#d4c4ec;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.match-commentary-card__kupon strong{color:#fff}.match-commentary-card__note{margin:.6rem 0 0 0;font-size:.72rem;line-height:1.4;color:#a78bca}.match-picks-toc{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin:.75rem 0 0;padding:0;list-style:none}.match-picks-toc a{font-size:.85rem;font-weight:600;color:#c4b5fd;text-decoration:none;border-bottom:1px solid rgba(196,181,253,.4)}.match-picks-toc a:hover{color:#fff;border-bottom-color:#fff}.match-final-section{padding-top:.75rem;padding-bottom:1.5rem}.match-final-card{background:linear-gradient(160deg,rgba(88,28,135,.55) 0,rgba(45,12,72,.75) 100%);border:1px solid rgba(168,85,247,.35);border-radius:20px;padding:1.5rem 1.35rem 1.75rem;box-shadow:0 12px 40px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.05) inset}.match-final-card__hero{margin:-1.5rem -1.35rem 1.25rem;border-radius:20px 20px 0 0;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;min-height:10rem;padding:.5rem .75rem;background:linear-gradient(180deg,rgba(12,6,28,.95) 0,rgba(40,18,68,.9) 100%)}.match-final-card__hero img{display:block;max-width:100%;width:auto;height:auto;max-height:15rem;object-fit:contain;object-position:center center}.match-final-card__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.match-final-card__header>.match-final-card__tagline,.match-final-card__header>.match-final-card__title{width:100%;max-width:100%}.match-card__badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fde68a;background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.35);padding:.25rem .65rem;border-radius:999px;margin-bottom:.65rem;width:fit-content;max-width:100%;box-sizing:border-box;text-align:center}.match-card__badge--result{color:#d1fae5;background:rgba(16,185,129,.18);border-color:rgba(52,211,153,.42)}.match-commentary-card__body>.match-card__badge.match-card__badge--result{align-self:center;margin-left:auto;margin-right:auto}.wc-home-banner{padding-top:.35rem;padding-bottom:.35rem}.wc-home-banner__inner{display:flex;align-items:flex-start;gap:.85rem 1rem;padding:.85rem 1.1rem;border-radius:14px;background:linear-gradient(125deg,rgba(185,28,28,.35) 0,rgba(88,28,135,.55) 45%,rgba(180,83,9,.3) 100%);border:1px solid rgba(251,191,36,.4);box-shadow:0 8px 24px rgba(0,0,0,.2)}.wc-home-banner__icon{font-size:1.75rem;line-height:1;flex-shrink:0}.wc-home-banner__title{margin:0 0 .35rem 0;font-size:clamp(1rem, 2.4vw, 1.2rem);font-weight:800;line-height:1.3;color:#fef3c7}.wc-home-banner__desc{margin:0;font-size:.9rem;line-height:1.55;color:#ede9fe}.wc-home-banner__desc a{color:#fde68a;font-weight:700;text-decoration:underline;text-underline-offset:2px}.wc-home-banner__desc a:hover{color:#fff}.worldcup-celebration{margin:0 0 1.35rem 0;padding:1.15rem 1.05rem 1.2rem;border-radius:14px;background:linear-gradient(145deg,rgba(153,27,27,.28) 0,rgba(88,28,135,.4) 40%,rgba(202,138,4,.2) 100%);border:1px solid rgba(251,191,36,.42)}.worldcup-celebration__headline{margin:0 0 .4rem 0;text-align:center;font-size:clamp(1.05rem, 2.8vw, 1.4rem);font-weight:800;letter-spacing:.06em;line-height:1.2;color:#fef3c7;text-transform:uppercase}.worldcup-celebration__headline--secondary{font-size:clamp(.92rem, 2.3vw, 1.12rem);letter-spacing:.05em;color:#fde68a;margin-bottom:.9rem}.worldcup-celebration__body{text-align:left}.worldcup-celebration__body p{margin:0 0 .65rem 0;font-size:.93rem;line-height:1.65;color:#f5e9ff}.worldcup-celebration__body p:last-child{margin-bottom:0}.worldcup-celebration__group-title{text-transform:uppercase;letter-spacing:.04em}.worldcup-celebration__fixtures-wrap{margin-top:.35rem}.worldcup-celebration__fixtures td:last-child,.worldcup-celebration__fixtures th[scope=col]:last-child{white-space:nowrap}.worldcup-celebration__fixtures-note{margin:.65rem 0 0 0;font-size:.82rem;line-height:1.5;color:#a78bca}.match-result-panel{margin-top:.25rem}.match-result-panel__meta{margin-bottom:1rem}.match-result-panel__meta .match-card__meta--vertical{margin-bottom:0}.match-result-panel__scoreboard{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1.25rem;padding:1.1rem 1rem 1.35rem;margin:0 0 1.35rem 0;background:rgba(0,0,0,.28);border-radius:14px;border:1px solid rgba(255,255,255,.1)}.match-result-panel__team{display:inline-flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:600;color:#e8e0f5}.match-result-panel__team-name{max-width:8rem;line-height:1.25}.match-result-panel__team-goals{font-size:clamp(2rem, 5.5vw, 2.65rem);font-weight:800;color:#fff;line-height:1;font-variant-numeric:tabular-nums}.match-result-panel__dash{font-size:1.75rem;font-weight:700;color:#a78bca;opacity:.9}.match-result-panel .match-card__sub{margin-top:1.15rem;margin-bottom:.45rem;font-size:1.05rem;color:#e9d5ff}.match-result-panel .match-card__sub:first-of-type{margin-top:0}.match-result-panel__goals{margin:0 0 .5rem 0;padding-left:1.2rem;color:#ddd0f0;font-size:.92rem;line-height:1.65}.match-result-panel__goals li{margin-bottom:.45rem}.match-result-panel__min{display:inline-block;min-width:2.25rem;font-weight:700;color:#fde68a}.match-result-panel__assist{font-size:.88rem;color:#c4b5e0}.match-result-panel__narrative{margin:0 0 .75rem 0;color:#ddd0f0;font-size:.92rem;line-height:1.65}.match-result-panel--compact{margin-top:.15rem}.match-kosova-cekya-layout__side .match-result-panel--in-aside{margin-top:.35rem}.match-kosova-cekya-layout__side .match-result-panel--in-aside .match-result-panel__team-goals{font-size:clamp(1.35rem, 3.2vw, 2.15rem)}.match-kosova-cekya-layout__side .match-result-panel--in-aside .match-result-panel__team-name{max-width:6.5rem}.match-result-panel__compact-meta{margin:0 0 .6rem 0;font-size:.8rem;line-height:1.4;color:#c4b5e0;text-align:center}.match-result-panel__goal-line{margin:.25rem 0 .45rem 0;text-align:center;font-size:.92rem;line-height:1.45;color:#f5e9ff}.match-result-panel__narrative--short{margin-bottom:.5rem;font-size:.88rem;line-height:1.55}.match-result-panel__discipline-compact{margin:0;font-size:.78rem;line-height:1.5;color:#d4c4ec}.match-commentary-card__cta-wrap{margin-top:auto;padding-top:.65rem;text-align:center}.match-commentary-card__cta.match-card__cta{width:100%;max-width:17rem;margin-left:auto;margin-right:auto}.match-result-panel__discipline{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;margin:.5rem 0 .25rem 0}.match-result-panel__discipline-block--wide{grid-column:1/-1}.match-result-panel__cards-note{font-size:.8rem;line-height:1.45;color:#a78bca;margin:.55rem 0 0 0}@media (max-width:600px){.match-result-panel__discipline{grid-template-columns:1fr}.match-result-panel__discipline-block--wide{grid-column:auto}}.match-result-panel__cards-list{margin:0;padding-left:1.1rem;color:#ddd0f0;font-size:.88rem;line-height:1.55}.match-result-panel__cards-list li{margin-bottom:.35rem}.match-result-panel__none{margin:0;color:#a78bca;font-size:.9rem}.match-result-panel__table-wrap{overflow-x:auto;margin:.35rem 0 .75rem 0;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.match-result-panel__table{width:100%;border-collapse:collapse;font-size:.88rem;color:#e8e0f5}.match-result-panel__table td,.match-result-panel__table th{padding:.55rem .75rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.match-result-panel__table thead th{background:rgba(0,0,0,.25);font-weight:700;color:#c4b5fd}.match-result-panel__table tbody th[scope=row]{text-align:left;font-weight:600;color:#ddd0f0;background:rgba(0,0,0,.15)}.match-result-panel__table tbody tr:last-child td,.match-result-panel__table tbody tr:last-child th{border-bottom:none}.match-result-panel__disclaimer{margin-top:1.1rem;margin-bottom:.85rem}.match-final-card__context--result{margin-top:1.35rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1)}.match-final-card__context--result p{margin-bottom:0}.match-final-card__title{margin:0 0 .5rem 0;font-size:clamp(1.35rem, 4vw, 1.85rem);line-height:1.2;color:#fff}.match-final-card__tagline{margin:0 auto;max-width:42rem;font-size:.95rem;line-height:1.6;color:#ddd0f0}.match-final-card__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:1.5rem 1.75rem;align-items:start}.match-final-card__context .match-card__sub,.match-final-card__info .match-card__sub,.match-final-card__kupon .match-card__sub,.match-final-team .match-card__sub{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.05rem;color:#e9d5ff}.match-final-card__info .match-card__sub:first-child,.match-final-card__kupon .match-card__sub:first-child{margin-top:0}.match-final-card__context p,.match-final-card__info p,.match-final-team p{color:#ddd0f0;font-size:.92rem;line-height:1.65;margin:0 0 .75rem 0}.match-card__meta{list-style:none;padding:0;margin:0 0 .5rem 0}.match-card__meta--vertical li{padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem;color:#e8e0f5}.match-card__meta--vertical li:last-child{border-bottom:none}.match-final-card__teams{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.match-final-team{background:rgba(0,0,0,.2);border-radius:14px;padding:1rem 1rem 1.1rem;border:1px solid rgba(255,255,255,.08)}.match-final-team .match-card__sub{margin-top:0}.match-card__tips{margin:.5rem 0 0;padding-left:1.15rem;color:#d4c4ec;font-size:.88rem;line-height:1.55}.match-card__tips li{margin-bottom:.4rem}.match-final-card__kupon{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.match-final-odds{display:flex;flex-wrap:wrap;gap:.65rem;margin:.75rem 0 1rem}.match-final-odds__item{flex:1 1 5.5rem;text-align:center;padding:.85rem .5rem;background:rgba(255,255,255,.06);border-radius:12px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.35rem;justify-content:center}.match-final-odds__item--fav{border-color:rgba(251,191,36,.55);background:rgba(251,191,36,.1)}.match-final-odds__label{display:block;font-size:.78rem;color:#c4b5e0;line-height:1.3}.match-final-odds__value{font-size:1.35rem;font-weight:800;color:#fff}.match-final-card__warning{font-size:.82rem;color:#a78bca;margin:.75rem 0 1rem;line-height:1.5}.match-card__cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.match-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;border-radius:999px;font-weight:700;font-size:.95rem;text-decoration:none;color:#3b0764;background:#fbbf24;border:none;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:background .2s ease,color .2s ease,transform .2s ease}.match-card__cta:hover{background:#fcd34d;color:#3b0764;transform:translateY(-2px)}.match-card__link{font-size:.88rem;font-weight:600;color:#c4b5fd;text-decoration:none;border-bottom:1px solid rgba(196,181,253,.45);transition:color .2s ease,border-color .2s ease}.match-card__link:hover{color:#fff;border-bottom-color:rgba(255,255,255,.6)}.match-final-card__context{margin-top:1.5rem;padding-top:1.35rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:900px){.match-final-card__grid{grid-template-columns:1fr}.match-final-card__teams{grid-template-columns:1fr}}@media (max-width:576px){.match-final-card{padding:1.15rem 1rem 1.35rem;border-radius:16px}.match-final-card__hero{margin:-1.15rem -1rem 1rem;border-radius:16px 16px 0 0}.match-final-odds__item{flex:1 1 calc(50% - 0.35rem)}.match-card__cta-row{flex-direction:column;align-items:stretch}.match-card__cta{width:100%;text-align:center}}