.wglossary h3 {
font-size: 1.2em;
line-height: 1em;
padding: 0.5em 0;
margin: 0.5em 0;
margin-top: 0 !important;
}
p.wglossary-breadcrumbs {
text-align: center;
background: #ebe8e4;
color: #4b4d4d;
padding: 4px;
border-radius: 4px;
}
figure.wp-block-image.aligncenter.size-large {
margin-top: 1.5em !important;
}
body.parent-pageid-166 main ul,
body.page-id-166 main ul {
max-width: 600px !important;
background: #ebe8e4;
color: #4b4d4d;
padding: 4px;
border-radius: 4px;
padding-left: 2em;
padding-right: 1em;
padding-top: 1em;
}
body.parent-pageid-166 main ul li,
body.page-id-166 main ul li {
margin-bottom: 0.8em;
}
body.page-id-166 main ul li a {
padding-left: 0.5em;
}
main figure.wp-block-post-featured-image,
main figure.wp-block-post-featured-image img {
max-width: 300px;
border-radius: 4px;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}:root {
--background: hsl(210 40% 98%);
--foreground: hsl(222.2 84% 4.9%);
--card: hsl(0 0% 100%);
--card-foreground: hsl(222.2 84% 4.9%);
--primary: hsl(246 80% 60%);
--primary-foreground: hsl(210 40% 98%);
--secondary: hsl(262 83% 64%);
--secondary-foreground: hsl(210 40% 98%);
--muted: #838e99;
--muted-foreground: hsl(215.4 16.3% 46.9%);
--border: hsl(214.3 31.8% 91.4%);
--radius: 0.5rem;
--star-filled: #f59e0b;
--star-empty: #d1d5db;
--tagged: #a4d0fb;
--tagged-hover: #74b2ef;
--dark-accent: #020e17;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
background-color: var(--background);
color: var(--foreground);
line-height: 1.5;
}
body.home main {
margin-top: 0 !important;
}
.container {
max-width: 1024px;
margin: 0 auto;
padding: 2rem 1rem;
}
.header {
margin-bottom: 2rem;
}
.prs-header {
display: flex;
vertical-align: middle;
gap: 0 0.5em;
}
header .prs-header .wp-block-site-title {
margin-top: 0.3em !important;
}
header .prs-header div.wp-block-site-logo {
margin-top: 0;
}
h1 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.subtitle {
color: var(--muted-foreground);
font-size: 1.125rem;
}
.entry-content ul, .entry-content ol {
padding-left: 2.2em;
padding-right: 2em;
}
.entry-content h2 {
margin-top: 1.4em;
color: var(--dark-accent);
}
.search-container {
position: relative;
margin-bottom: 1.5rem;
}
.search-icon {
position: absolute;
left: 0.75rem;
top: 50%;
transform: translateY(-50%);
color: var(--muted-foreground);
}
input[type="text"] {
width: 100%;
padding: 0.75rem 0.75rem 0.75rem 2.5rem;
font-size: 1rem;
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: white;
} body.blog main h1.wp-block-heading {
text-align: center !important;
}
body.blog .wp-block-post-featured-image {
aspect-ratio: auto !important;
}
body.blog .wp-block-post-featured-image img {
border-radius: var(--radius);
max-height: 300px;
}
body.blog h2.wp-block-post-title.has-x-large-font-size {
text-align: center;
margin-top: 1em;
margin-bottom: 0.8em;
}
body.blog li.wp-block-post {
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: white;
transition: box-shadow 0.2s;
max-width: 800px;
margin: auto;
padding-top: 0;
padding-bottom: 2em;
margin-bottom: 2em !important;
}
body.blog .entry-content h2 {
font-size: 1.3em;
}
.prs-list {
display: flex;
flex-direction: column;
gap: 1rem;
}
.prs-card {
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: white;
transition: box-shadow 0.2s;
}
.prs-card:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.prs-card.expanded {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.prs-card-header {
padding: 1rem;
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
}
@media (min-width: 768px) {
.prs-card-header {
flex-wrap: nowrap;
}
}
.prs-logo-name {
display: flex;
align-items: center;
gap: 0.75rem;
width: 100%;
}
@media (min-width: 768px) {
.prs-logo-name {
width: 20%;
}
}
.prs-logo {
width: 3rem;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--border);
border-radius: 0.375rem;
overflow: hidden;
background-color: white;
padding: 0.25rem;
flex-shrink: 0;
}
.prs-logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.prs-name-container h3 {
font-size: 1.125rem;
font-weight: 500;
}
.winner-badge {
display: inline-block;
margin-top: 0.25rem;
padding: 0.35rem 0.75rem;
background-color: rgba(79, 70, 229, 0.1);
color: var(--primary);
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 500;
white-space: nowrap;
}
.prs-metrics {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem 1rem;
width: 100%;
}
@media (min-width: 768px) {
.prs-metrics {
grid-template-columns: repeat(4, 1fr);
width: 50%;
}
}
.metric {
display: flex;
flex-direction: column;
}
.metric-label {
font-size: 0.75rem;
color: var(--muted-foreground);
}
.prs-list-subdetail {
font-size: 0.7em;
}
.rating-stars {
display: flex;
align-items: center;
gap: 0.1rem;
line-height: 1;
}
.star {
font-size: 18px;
line-height: 1;
display: inline-block;
}
.star-filled {
color: var(--star-filled);
}
.star-container .star-filled {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
padding: 0;
}
.star-empty {
color: var(--star-empty);
}
.star-large {
font-size: 22px;
}
.star-container {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
padding:0;
}
.rating-stars p {
line-height: 18px;
}
.prs-our-rating {
display: flex;
flex-direction: row;
gap: 1.5rem;
width: 100%;
justify-content: center;
font-size: 1.3em;
margin-bottom: 0;
} .prs-grid-card .prs-our-rating {
font-size: 1.1em;
}
.prs-our-rating .star {
font-size: 23px;
line-height: 23px;
}
.prs-our-rating .star-container {
width: 23px;
height: 23px;
}
.prs-our-rating .rating-stars p {
line-height: 18px;
}
.prs-our-rating .star-semi-filled {
height: 23px !important;
}
.overall-score {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 80px;
}
@media (min-width: 768px) {
.overall-score {
width: 10%;
}
}
.score-label {
font-size: 0.75rem;
color: var(--muted-foreground);
}
.score-value {
display: flex;
align-items: baseline;
gap: 0.25rem;
}
.score-number {
font-size: 1.25rem;
font-weight: 600;
}
.score-max {
font-size: 0.75rem;
color: var(--muted-foreground);
}
.prs-actions {
display: flex;
flex-direction: column;
gap: 0.5rem;
width: 100%;
}
@media (min-width: 768px) {
.prs-actions {
flex-direction: row;
width: 20%;
margin-left: auto;
justify-content: flex-end;
}
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
padding: 0.5rem 1rem;
border-radius: var(--radius);
font-size: 0.875rem;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: all 0.2s;
}
.button-outline {
background-color: transparent;
border: 1px solid var(--border);
color: var(--foreground);
}
.button-outline:hover {
background-color: var(--muted);
}
.button-primary {
background-color: var(--primary);
color: var(--primary-foreground);
border: none;
position: relative;
overflow: hidden;
transform: translateZ(0);
}
.button-primary:hover {
transform: scale(1.05);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.button-primary:active {
transform: scale(0.95);
}
.button-primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transform: skewX(45deg);
transition: all 0.7s;
}
.button-primary:hover::before {
left: 100%;
}
.expanded-content {
display: none;
padding: 1rem;
border-top: 1px solid var(--border);
animation: fadeIn 0.3s ease-out;
}
.prs-card.expanded .expanded-content {
display: block;
}
.prs-description {
margin-bottom: 1rem;
color: var(--muted-foreground);
font-size: 0.9375rem;
}
.view-details {
text-align: right;
} .back-link {
margin-bottom: 1rem;
}
.back-link a {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--muted-foreground);
text-decoration: none;
font-size: 0.875rem;
padding: 0.5rem;
border-radius: var(--radius);
}
.back-link a:hover {
background-color: var(--muted);
}
.prs-details-header {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-bottom: 2rem;
}
@media (min-width: 768px) {
.prs-details-header {
flex-direction: row;
}
}
.prs-logo-large {
width: 5rem;
height: 5rem;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--border);
border-radius: 0.5rem;
overflow: hidden;
background-color: white;
padding: 0.5rem;
flex-shrink: 0;
}
.prs-details-info {
flex: 1;
}
.prs-details-name {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
.prs-details-name {
flex-direction: row;
align-items: center;
}
}
.prs-details-name h1 {
font-size: 1.875rem;
margin-bottom: 0;
}
.prs-details-score {
display: flex;
align-items: center;
gap: 0.5rem;
margin-top: 0.5rem;
}
.prs-details-score .score-number {
font-size: 1.5rem;
}
.prs-details-score .rating-stars .star {
width: 1.125rem;
height: 1.125rem;
}
.prs-details-description {
color: var(--muted-foreground);
margin: 0.75rem 0 1rem;
}
.prs-actions-row {
display: flex;
flex-direction: column;
gap: 0.75rem;
margin-top: 1rem;
}
body.tax-snus_brand .wp-block-term-description {
text-align: center;
}
body.tax-snus_brand figure.wp-block-post-featured-image img {
border-radius: var(--radius);
}
body .prs-grid {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
width: 100%;
justify-content: center;
flex-wrap:wrap; 
min-width: 100%;
}
body .prs-grid-no-gap {
display: flex;
flex-wrap: wrap;
gap: 0;
width: 100%;
justify-content: center;
flex-wrap:wrap; 
min-width: 100%;
}
body .prs-grid .prs-grid-card {
padding-top: var(--wp--preset--spacing--60);
padding-bottom: var(--wp--preset--spacing--60);
padding-right: var(--wp--style--root--padding-right);
padding-left: var(--wp--style--root--padding-left);
text-align: center;
flex-grow: 1;
width: 28%;
min-width: 372px;
max-width: 400px;
}
body .prs-grid .prs-grid-card-small {
padding-top: 0.4em;
padding-bottom: 0.4em;
padding-right: 0.6em;
padding-left: 0.6em;
text-align: center;
font-size: 0.8em;
}
body .prs-grid .prs-grid-card-small .prs-extra-info .prs-strength {
margin: 0.1em 0.1em;
padding: 0.2em 0.5em;
font-size: 0.8em;
}
body .prs-grid .prs-grid-card img {
max-width: 300px;
height: auto;
border-radius: var(--radius);
}
body .prs-grid .prs-grid-card a {
text-decoration: none;
font-size: 1.1em;
font-weight: 600;
}
body .prs-grid .prs-grid-card-small a,
body .prs-grid .prs-grid-card-small p {
font-size: 0.9em;
}
body .prs-grid .prs-grid-card a:hover {
color:#0a0a62;
}
.prs-grid-card .prs-grid-product-review {
font-size: 0.8em;
color: var(--muted-foreground);
}
.prs-grid-card .prs-our-rating .prs-our-rating-label {
font-size: 0.8em;
color: var(--muted-foreground);
}
.prs-review p {
margin-bottom: 1em;
} .prs-column-grid {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
gap: 1.5rem;
width: 100%;
min-width: 100%;
}
body .prs-column-grid .prs-grid-card {
padding-top: var(--wp--preset--spacing--60);
padding-bottom: var(--wp--preset--spacing--60);
padding-right: var(--wp--style--root--padding-right);
padding-left: var(--wp--style--root--padding-left);
text-align: center;
flex-grow: 1;
width: 95%;
}
body .prs-column-grid .prs-grid-product-image,
body .prs-column-grid .prs-grid-product-image img {
max-width:80px;
max-height:80px;
}
.prs-grid-row {
display: flex;
flex-direction: row;
gap: 1.5rem;
width: 100%;
justify-content: center;
}
.prs-grid-row .prs-grid-no-gap {
min-width: auto;
}
@media (max-width: 680px) {
body .prs-grid-products .prs-grid-product-image,
body .prs-grid-products .prs-grid-product-image img {
max-width: 120px;
max-height: 120px;
margin: auto;
}
body .prs-grid .prs-grid-product-review {
display:none;
}
.prs-grid .prs-grid-card {
padding-top: 1em;
padding-bottom: 1em;
}
}
@media (min-width: 640px) {
.prs-actions-row {
flex-direction: row;
align-items: center;
}
}
.last-updated {
display: flex;
align-items: center;
gap: 0.25rem;
font-size: 0.75rem;
color: var(--muted-foreground);
}
.about-section {
margin-bottom: 2.5rem;
}
.section-title {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.75rem;
}
.about-text {
color: var(--muted-foreground);
white-space: pre-line;
}
.performance-section {
margin-bottom: 2.5rem;
}
.chart-container {
height: 400px;
margin-bottom: 1.5rem;
}
.scores-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 1rem;
}
@media (min-width: 640px) {
.scores-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.scores-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.score-card {
background-color: white;
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 1rem;
}
.score-card-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.5rem;
}
.score-card-title {
font-size: 0.875rem;
font-weight: 500;
}
.score-card-value {
display: flex;
align-items: center;
gap: 0.5rem;
}
.score-card-number {
font-weight: 700;
font-size: 0.9375rem;
}
.score-card-stars .star {
width: 0.875rem;
height: 0.875rem;
}
.score-card-description {
font-size: 0.75rem;
color: var(--muted-foreground);
}
.bottom-cta {
background: linear-gradient(to right, rgba(79, 70, 229, 0.05), rgba(147, 51, 234, 0.05));
border-radius: 0.75rem;
padding: 1.5rem;
text-align: center;
}
.bottom-cta h3 {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
.bottom-cta p {
color: var(--muted-foreground);
margin-bottom: 1rem;
max-width: 32rem;
margin-left: auto;
margin-right: auto;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(5px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.prs-image {
text-align: center;
}
.prs-image img {
max-width: 300px;
height: auto;
border-radius: var(--radius);
margin: 0 auto;
}
.prs-link {
margin: 2em 3em;
text-align: center;
padding-bottom: 2em;
}
.prs-link-top {
margin-top: 1em;
}
.prsbutton,
.home-highlight a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.25rem;
padding: 0.5rem 1rem;
border-radius: var(--radius);
font-size: 0.875rem;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: all 0.2s;
background-color: hsl(246.22deg 80.39% 60%);
color: #FFF !important;
border: none;
position: relative;
overflow: hidden;
transform: translateZ(0);
text-decoration: none !important;
}
.prsbutton.button-primary:active {
transform: scale(0.95);
}
.prsbutton:hover {
transform: scale(1.05);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.prsbutton.back {
background-color: var(--muted);
color: var(--muted-foreground);
}
.prs-link .prsbutton {
margin: 0 2em;
}
.winner-badge {
position: relative;
}
.winner-badge svg {
top: 3px;
position: relative;
margin-right: 5px;
}
.prs-list {
margin-top: 2em !important;
margin-bottom: 3.4em;
}
.whprs-single-listing {
padding: 40px 0;
}
.whprs-single-listing .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.whprs-single-listing .entry-title {
margin-bottom: 30px;
font-size: 2.5em;
}
.whprs-content {
margin-bottom: 30px;
}
.whprs-tags {
padding-top: 20px;
border-top: 1px solid #eee;
}
.whprs-tags .tags-title {
font-weight: bold;
margin-right: 10px;
} 
body.page-id-51 h1.wp-block-heading {
font-size: 2.6em !important;
}
body.page-id-51 h2.wp-block-heading {
font-size: 1.4em !important;
color:#5198d6 !important;
}
body.page-id-51 main {
margin-top: 0.5em !important;
}
body h1 {
text-align: center;
}
body.single-snus .entry-content {
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: white;
transition: box-shadow 0.2s;
max-width: 800px;
margin: auto;
padding-top: 2em;
padding-bottom: 2em;
}
body.single-snus .entry-content .prs-link,
body.prs-best-page .entry-content .prs-link {
padding-bottom:0;
}
body.single-snus .entry-content ul,
body.prs-best-page .entry-content ul {
margin-left: 2em;
}
body.single-snus figure.wp-block-post-featured-image {
aspect-ratio: unset !important;
text-align: center;
}
body.single-snus .wp-block-post-featured-image img{
max-height:300px !important;
max-width:300px !important;
border-radius: 4px;
}
body.single-snus h2 {
margin-bottom: 0.5em;
}
body.single-snus .prs-extra-info {
width: 100%;
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: var(--background);
transition: box-shadow 0.2s;
max-width: 800px;
margin: auto;
padding-top: 1em;
padding-bottom: 1em;
margin-top: 2em;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
body.single-snus .prs-extra-info h2 {
font-size: 1.2em;
margin-bottom: 0.6em;
}
body.single-snus .prs-extra-info .prs-extra-info-content-wrapper {
display: flex;
flex-direction: row;
gap: 1.5rem;
width: 100%;
}
body.single-snus .prs-extra-info h2 {
text-align: center;
border-bottom: 2px solid #d3e5ec;
margin-left: 2em;
margin-right: 2em;
display: block;
padding-bottom: 0.3em;
margin-top:0;
} 
body.single-snus .prs-extra-info img {
max-width: 250px;
max-height: 250px;
margin-left: 1.5em;
margin-top: 0.6em;
border-radius: var(--radius);
}
body.single-snus .prs-extra-info .prs-extra-info-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem 1rem;
width: 100%; display: flex;
flex-wrap: wrap;
justify-content: center;
flex-flow: column;
padding-left: 1em;
}
.prs-extra-info .prs-brand,
.prs-extra-info .prs-flavour,
.prs-extra-info .prs-strength,
.prs-extra-info .prs-madefor-item {
display: inline-block;
background-color: var(--tagged);
padding: 0.4em 0.6em;
border-radius: var(--radius);
font-size: 0.7em;
text-decoration: none;
}
.prs-extra-info .prs-brand:hover,
.prs-extra-info .prs-flavour:hover,
.prs-extra-info .prs-strength:hover,
.prs-extra-info .prs-madefor-item:hover {
background-color: var(--tagged-hover);
}
.prs-extra-info .prs-brands-title,
.prs-extra-info .prs-flavours-title,
.prs-extra-info .prs-strengths-title,
.prs-extra-info .prs-madefor-title {
font-size: 0.9em;
padding-bottom: 0.4em;
}
.prs-extra-info .prs-strength,
.prs-extra-info .prs-madefor-item {
margin: 0.2em 0.4em;
}
body.prs-best-page .entry-content {
border: 1px solid var(--border);
border-radius: var(--radius);
background-color: white;
transition: box-shadow 0.2s;
margin: auto;
padding-top: 2em;
padding-bottom: 2em;
}
body.prs-best-page main {
margin-top: 0 !important;
}
body.prs-best-page figure.wp-block-post-featured-image {
text-align: center;
}
body.prs-best-page figure.wp-block-post-featured-image img {
max-height:180px !important;
max-width:180px !important;
margin-bottom: 1em;
}
body.prs-best-page h1 {
text-align: center;
margin-bottom: 0.5em;
}
.home-highlight {
}
.prs-logo-name { 
min-width:260px;
}
.prs-actions {
min-width:200px;
}
.metric.overall-rating {
display: none;
}
.star-semi-filled {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
padding: 0;
height: 18px !important;
}
.score-label-extra {
display: none;
}
.prs-name-container a {
text-decoration: none;
}
@media (max-width: 1366px) {
.metric-2 {
display: none;
}
.prs-metrics {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1140px) {
.star {
font-size: 12px;
line-height: 12px;
}
.star-semi-filled {
line-height: 12px;
font-size: 12px;
height: 12px !important;
}
.star-container {
width: 12px !important;
height: 12px !important;
}
.prs-our-rating .star-container {
width: 23px !important;
height: 23px !important;
}
.prs-our-rating p {
line-height: 23px !important;
}
.metric-3 {
display: none;
}
}
@media (max-width: 952px) {
.metric-3 {
display: none;
}
.prs-metrics {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 856px) {
.metric {
display: none;
}
.metric.overall-rating {
display: block;
}
.prs-metrics {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 768px) {
.prs-card-header {
text-align:center;
}
.prs-logo-name {
justify-content: center;
}
.prs-name-container h3 {
font-size: 1em;
}
.prs-metrics {
grid-template-columns: repeat(2, 1fr);
}
.metric {
display: flex;
}
.metric.overall-rating {
display: none;
}
.rating-stars {
justify-content: center;
}
.star {
font-size: 18px;
line-height: 18px;
}
.star-semi-filled {
line-height: 18px;
font-size: 18px;
height: 18px !important;
}
.overall-score {
justify-content: center;
margin: auto;
max-width:80%;
flex-direction: row;
gap: 10px;
}
.score-label-extra {
display: inline-block;
}
.score-label {
font-size: 1.2em;
}
.prs-link.prs-link-top .winner-badge {
margin-bottom: 0.5em;
}
.prs-actions .toggle-expand {
display: none;
}
}
@media (max-width: 600px) {
body.single-snus .prs-extra-info .prs-extra-info-content-wrapper {
flex-direction: column;
}
body.single-snus .prs-extra-info img { 
margin:auto;
}
body.single-snus .prs-extra-info .prs-extra-info-content { 
text-align: center;
}
.star-container {
width: 23px !important;
height: 23px !important;
}
.rating-stars p {
line-height: 23px !important;
}
}body {
background-color: var(--wp--preset--color--base) !important;
color: var(--wp--preset--color--accent-4) !important;
font-family: var(--wp--preset--font-family--manrope) !important;
font-size: var(--wp--preset--font-size--large) !important;
}
.prs-card, .prs-list {
color: #282828 !important;
}
.button-primary,
.prsbutton {
background-color: hsl(32.05deg 77.22% 58.64%);
color: hsl(0deg 0% 0%);
text-decoration: none;
border-radius: 4px;
}
.prs-link .prsbutton {
background-color: hsl(32.05deg 94.41% 9.47%);
color: hsl(0deg 0% 0%);
text-decoration: none;
border-radius: 4px;
}
.prs-description {
margin-bottom: 1rem;
color: hsl(40.79deg 90% 10.13%);
font-size: 0.9375rem;
}
.prs-description h3 {
text-align: center;
margin-bottom: 1em;
}
.prs-extra-info .prs-brand, .prs-extra-info .prs-flavour, .prs-extra-info .prs-strength, .prs-extra-info .prs-madefor-item {
display: inline-block;
color: black;
background-color: #d2da46;
padding: 0.4em 0.6em;
border-radius: var(--radius);
font-size: 0.7em;
text-decoration: none;
}
.prs-grid-product-review p {
font-size: 0.8em;
line-height: 1.2;
text-align: justify;
color: #b18830;
}
body .prs-grid .prs-grid-card a:hover {
color: #f6aa11;
}
.prs-grid-card .prs-our-rating .prs-our-rating-label {
color: hsl(35.12deg 16.3% 46.9%);
}
body.single-snus .entry-content {
border: 1px solid hsl(34.58deg 76.75% 36.24%);
background-color: #fde8cf;
color: black;
}
.entry-content span.prs-our-rating-label {
color: black;
}
.home-highlight a {
background-color: hsl(32.05deg 94.41% 9.47%) !important;
color: #FFF !important;
}
.prs-extra-info .prs-brand:hover, .prs-extra-info .prs-flavour:hover, .prs-extra-info .prs-strength:hover, .prs-extra-info .prs-madefor-item:hover {
background-color: #ca7e19;
}
body.single-snus .prs-extra-info {
background-color: #FFF;
}
h2.wp-block-post-title {
color: black;
}
.blog .entry-content p {
color: #1b1b1b;
}
.archive .entry-content p,
.archive .entry-content h2 {
color: #f0a079;
}
time a {
color: #ff8600 !important;
}
.archive h2.wp-block-post-title {
color: #ff8300;
}
.wp-singular h2 {
color: #ff8300;
text-align: center;
}