:root{--black:#000;--white:#fff;--light-grey:#c5c5c5;--grey:#888;--dark-grey:#454545;--dark-dark-grey:#232323;--dark-dark-dark-grey:#161616;--red:red;--orange:#ffb300;--yellow:#fff700;--pink:#ff00fb;--purple:#b300ff;--green:#0f0;--blue:#00bfff;--gold:gold;--success:var(--green);--error:var(--red);--warning:var(--orange);--neutral:var(--blue);--background-primary:var(--dark-dark-dark-grey);--background-secondary:var(--dark-dark-grey);--text-primary:var(--white);--link-primary:var(--blue);--max-width:700px;--search-form-input-and-buttom-border-radius:10px;--copy-line-height:1.6rem;--star-size:18px;--verdict-devoured:var(--green);--verdict-disappointed:var(--red);--pagination-disabled-link:var(--dark-grey)}.success-text{color:var(--success)}.error-text{color:var(--error)}.warning-text{color:var(--warning)}.neutral-text{color:var(--neutral)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.7rem}h4{font-size:1.5rem}h5{font-size:1.3rem}h6{font-size:1.1rem}a{color:var(--link-primary)}img{max-width:100%;display:block}ol,ul{margin-bottom:1rem}li{margin-bottom:.5rem;margin-left:2rem}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background-color:var(--background-secondary);color:var(--text-primary);font-family:Arial,Helvetica,sans-serif}#logo-and-search-bar-container{background-color:var(--background-secondary)}#logo-and-search-bar{max-width:var(--max-width);flex-direction:column;align-items:center;gap:5px;margin:0 auto;padding:.5rem 1rem;display:flex}#logo{text-align:center;color:var(--text-primary);font-size:1.8rem;font-weight:bolder;text-decoration:none}.search-form{align-items:stretch;width:100%;max-width:480px;display:flex}.search-form #search-input{border-top-left-radius:var(--search-form-input-and-buttom-border-radius);border-bottom-left-radius:var(--search-form-input-and-buttom-border-radius);border:none;flex:1;min-width:0;padding:.3rem .7rem;font-size:1rem}.search-form button{cursor:pointer;border-top-right-radius:var(--search-form-input-and-buttom-border-radius);border-bottom-right-radius:var(--search-form-input-and-buttom-border-radius);border:none;justify-content:center;align-items:center;padding:.3rem .8rem;display:flex}.search-form button svg{width:1.5rem;height:1.5rem}.breadcrumbs-container{background-color:var(--background-primary)}.breadcrumbs{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem 0;font-size:.9rem}.breadcrumbs ol{flex-wrap:wrap;margin:0;padding:0;line-height:1.5rem;list-style:none;display:flex}.breadcrumbs li{margin:0;padding:0}.breadcrumbs li+li:before{content:">";margin:0 .5rem}.breadcrumbs li a{text-decoration:none}.breadcrumbs li a:hover{text-decoration:underline}.main-container{background-color:var(--background-primary)}main{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}#footer-container{background-color:var(--background-secondary)}footer{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}.footer-links{color:var(--text-primary);justify-items:start;gap:1rem;margin-bottom:30px;display:grid}.footer-links a{color:var(--text-primary);text-decoration:none}.footer-links a:hover{text-decoration:underline}#copyright{font-size:.9rem}.cookie-consent-settings{cursor:pointer}#homepage>header>h1,#homepage>header>p{margin-bottom:1rem}#homepage>header>p{line-height:var(--copy-line-height)}.blog-post-cards-container{gap:2.2rem;margin-bottom:1.5rem;display:grid}.blog-post-card{gap:.3rem;display:grid}.blog-post-card img{object-fit:cover;width:100%;height:300px}.blog-post-card-title{margin-bottom:.2rem;font-size:1.5rem;line-height:2rem}.blog-post-card-title a{text-decoration:none}.blog-post-card-title a:hover{text-decoration:underline}.blog-post-card-excerpt{line-height:var(--copy-line-height)}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2rem;font-size:1.5rem;display:flex}.pagination-page-numbers{font-size:1.2rem}.pagination a{color:var(--text-primary);text-decoration:none}.pagination a:hover{color:var(--link-primary)}.pagination-disabled-link{color:var(--pagination-disabled-link)}#blog-post-page>article>header,.affiliate-disclaimer{margin-bottom:1.5rem}#blog-post-page>article>header>*{margin-bottom:.8rem}#blog-post-page>article>header>h1{margin-bottom:1rem}#blog-post-page>article>header a,#blog-post-page>article>#blog-post-page-content p a{text-decoration:underline}#blog-post-page-tags-container{flex-wrap:wrap;gap:.5rem .3rem;display:flex}#blog-post-page-tags{flex-wrap:wrap;gap:.5rem .7rem;display:flex}#blog-post-page-content h2,#blog-post-page-content h3,#blog-post-page-content h4,#blog-post-page-content h5,#blog-post-page-content h6,#blog-post-page-latest-posts h2,#blog-post-page-related-posts h2{margin-bottom:.5rem}#blog-post-page-content p,.affiliate-disclaimer p{line-height:var(--copy-line-height)}#blog-post-page-content p{margin-bottom:1rem}.verdict{font-size:1.2rem}.verdict-colour-devoured{color:var(--verdict-devoured)}.verdict-colour-disappointed{color:var(--verdict-disappointed)}#blog-post-page>article,#blog-post-page-latest-posts{margin-bottom:3rem}.affiliate-link-button{background-color:var(--link-primary);color:var(--background-primary);border:1px solid var(--link-primary);border-radius:25px;padding:1rem 2rem;font-weight:bolder;text-decoration:none;display:inline-block}.affiliate-link-button:hover{background-color:var(--background-primary);color:var(--link-primary);text-decoration:none}.stars-container{align-items:center;gap:5px;display:flex}.stars{display:flex}.star{width:var(--star-size);height:var(--star-size);position:relative}.star svg{width:100%;height:100%;position:absolute;inset:0}.star-bg path{fill:#ddd}.star-fill path{fill:var(--gold)}#about-page h1,#about-page p,#contact-page h1,#contact-page p,.legal-pages h1,.legal-pages p{margin-bottom:1rem}.legal-pages h2,.legal-pages h3,.legal-pages h4,.legal-pages h5,.legal-pages h6{margin-bottom:.5rem}#about-page p,#contact-page p,.legal-pages p{line-height:var(--copy-line-height)}#about-page a,#contact-page a,.legal-pages a{text-decoration:underline}#search-results-page>h1{margin-bottom:1rem}.cookie-consent-banner-container{background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cookie-consent-banner{background-color:var(--background-secondary);width:75%;max-width:800px;padding:50px}.cookie-consent-banner p{line-height:var(--copy-line-height)}.cookie-consent-banner .cookie-consent-buttons-container{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.cookie-consent-banner .cookie-consent-buttons-container button{cursor:pointer;padding:.5rem;font-weight:700}@media (min-width:480px){#logo-and-search-bar{flex-direction:row;justify-content:space-between;align-items:center}.search-form{max-width:250px}.blog-post-card{grid-template-columns:30% auto;align-items:center;gap:1rem}.blog-post-card img{height:140px}.blog-post-card-title{font-size:1.5rem}}
