/*!
Theme Name: kvizopija
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kvizopija
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
/* ol {
	margin: 0 0 1.5em 3em;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #a754c4;
}

a:visited {
	color: #a754c4;
}

a:hover {
	color: #a754c4;
}

a:focus, a:active {
	color: #a754c4;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.45em 1em 0.45em;
    font-family: "Axiforma-Regular";
    font-size: 2rem;
    width: 100%;
    margin-top: 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
    background-color: #753bbd;
    cursor: pointer;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
    height: 40px;
    font-family: "Gilroy-Bold";
    font-size: 2em;
    width: 100%; /* Å¡irina forme */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
    margin: auto;
    padding-bottom: 1rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.hoverable {
	display: inline-block;
	backface-visibility: hidden;
	vertical-align: middle;
	position: relative;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
}

.hoverable:before {
	position: absolute;
	pointer-events: none;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
	/* W3C */
	transition-duration: 0.3s;
	transition-property: transform, opacity;
}

.hoverable:hover,
.hoverable:active,
.hoverable:focus {
	transform: translateY(-5px);
}

.hoverable:hover:before,
.hoverable:active:before,
.hoverable:focus:before {
	opacity: 1;
	transform: translateY(-5px);
}

@keyframes bounce-animation {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounce {
	animation-name: bounce-animation;
	animation-duration: 2s;
}

/* Moji custom stilovi */
@font-face {
	font-family: "Axiforma-Regular";
	src: url(fonts/Axiforma-Regular.ttf) format("truetype");
	src: url(fonts/Axiforma-Regular.woff) format("woff");
	src: url(fonts/Axiforma-Regular.woff2) format("woff2");
}

@font-face {
	font-family: "ProximaNova-Light";
	src: url(fonts/ProximaNova-Light.ttf) format("truetype");
	src: url(fonts/ProximaNova-Light.woff) format("woff");
	src: url(fonts/ProximaNova-Light.woff2) format("woff2");
}

@font-face {
	font-family: "ProximaNova-Regular";
	src: url(fonts/ProximaNova-Regular.ttf) format("truetype");
	src: url(fonts/ProximaNova-Regular.woff) format("woff");
	src: url(fonts/ProximaNova-Regular.woff2) format("woff2");
}

@font-face {
	font-family: "Gilroy-Bold";
	src: url(fonts/Gilroy-Bold.ttf) format("truetype");
	src: url(fonts/Gilroy-Bold.woff) format("woff");
	src: url(fonts/Gilroy-Bold.woff2) format("woff2");
}

.container {
	background-color: #e7f3f1;
	width: 100%;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.container-single {
	background-color: #e7f3f1;
	width: 100%;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.content-container-single {
    background-color: #e7f3f1;
	width: 75%;
	margin: auto;
	padding: 0.6rem;
    margin-top: 95px;
    margin-bottom: 45px;
}

.content-container {
	background-color: #e7f3f1;
	width: 75%;
	margin: auto;
	padding: 0.6rem;
    margin-top: 30px;
}

.content-container-fof {
	background-color: #e7f3f1;
	margin: auto;
	padding: 0.6rem;
}

@media only screen and (max-width: 768px) {
    .content-container {
    width: 95%;
    }
  }

a {
	text-decoration: none;
	color: #753bbd;
}

h1 {
	font-family: "Axiforma-Regular";
	color: #753bbd;
	font-size: 3.2rem;
	margin-top: 4rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-family: "Gilroy-Bold";
	color: #753bbd;
	font-size: 2.8rem;
	margin-top: 2.0rem;
	margin-bottom: 0.5rem;
}

h3 {
	font-family: "Gilroy-Bold";
	color: #753bbd;
	font-size: 2.2rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}

p {
	font-family: "ProximaNova-Regular";
	font-size: 1.7rem;
	margin: 0rem;
}

.page-description-paragraph-text {
	font-size: 1.85rem;
}

.number-of-questions {
	font-size: 1.7rem;
	color: #000000;
}

.refresh-date {
	font-size: 1.7rem;
	color: #000000;
}

.accent {
	font-weight: bolder;
}

.categories-title {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin-top: 1rem;
}

.category-container {
	display: flex;
    flex-grow: 1;
	flex-wrap: wrap;
	justify-content: space-evenly;
    width: 100%;
}

.category-box {
    background-color: #ebe8e8;
	margin: 2rem;
	padding: 2rem 2rem;
	border: 0.2rem solid #753bbd;
	border-radius: 2rem;
	height: 14.5rem;
	/* width: 31rem; */
}

.terms-container {
	display: flex;
    flex-grow: 1;
	flex-wrap: wrap;
	justify-content: left;
    width: 100%;
}

.terms-box {
    /* background-color: #ebe8e8; */
	margin: 0.5rem;
	padding: 0.5rem 0.5rem;
/* 	border: 0.2rem solid #753bbd;
	border-radius: 2rem;
	height: 14.5rem; */
	/* width: 31rem; */
}

/* Modern glossary (pojmovnik) redesign */
.terms-page {
	--terms-card-min: 220px;
}

.terms-page .content-container {
	margin-top: 95px;
	margin-bottom: 56px;
}

/* Homepage redesign */
.home-modern .home-modern__container {
	width: min(1280px, 90%);
	margin-top: 95px;
	margin-bottom: 56px;
}

.home-modern {
	--home-modern-card-min: 230px;
}

.home-modern__hero,
.home-modern__panel {
	border-radius: 18px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: linear-gradient(135deg, rgba(117, 59, 189, 0.08), rgba(92, 184, 228, 0.12));
	box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
}

.home-modern__hero {
	padding: 18px;
}

.home-modern__text .page-description {
	margin: 0;
}

.home-modern__text .page-description-paragraph-text {
	color: #2f4252;
}

.home-modern__quick-buttons {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.home-modern__quick-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 88px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.18);
	background: #eef7f6;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-modern__quick-button:hover,
.home-modern__quick-button:focus {
	transform: translateY(-2px);
	border-color: rgba(117, 59, 189, 0.38);
	background: #f8f4fd;
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.home-modern__quick-button-label {
	margin: 0;
	font-family: "Axiforma-Regular";
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4a6070;
}

.home-modern__quick-button-value {
	margin-top: 5px;
	font-family: "Gilroy-Bold";
	font-size: 2rem;
	line-height: 1.2;
	color: #24394b;
}

.home-modern__quick-button--donate {
	background: linear-gradient(180deg, #753bbd 0%, #6a31af 100%);
	border-color: rgba(117, 59, 189, 0.66);
}

.home-modern__quick-button--donate:hover,
.home-modern__quick-button--donate:focus {
	background: linear-gradient(180deg, #7f45c6 0%, #7037b8 100%);
	border-color: rgba(117, 59, 189, 0.9);
}

.home-modern__quick-button--donate .home-modern__quick-button-label,
.home-modern__quick-button--donate .home-modern__quick-button-value {
	color: #ffffff;
}

.home-modern__quick-button--donate .home-modern__quick-button-value {
	font-size: 1.5rem;
}

.home-modern__quick-button--count .home-modern__quick-button-value,
.home-modern__quick-button--updated .home-modern__quick-button-value {
	color: #6d3db2;
}

.home-modern__stats {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.home-modern__stat {
	margin: 0;
	font-size: 1.8rem;
}

.home-modern__stat-accent {
	font-family: "Gilroy-Bold";
	color: #753bbd;
}

.home-modern__grid {
	margin-top: 16px;
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
	gap: 14px;
}

.home-modern__panel {
	padding: 14px;
}

.home-modern__panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.home-modern__panel-head h2 {
	margin: 0;
	font-size: 2.4rem;
}

.home-modern__panel-link {
	font-size: 1.35rem;
	font-family: "Axiforma-Regular";
	color: #6e3eb3;
}

.home-modern-news-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.home-modern-news-card-link {
	display: block;
	text-decoration: none;
	height: 100%;
}

.home-modern-news-card {
	padding: 12px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: #eef7f6;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-modern-news-card-link:hover .home-modern-news-card,
.home-modern-news-card-link:focus .home-modern-news-card,
.home-modern-news-card-link:focus-visible .home-modern-news-card {
	transform: translateY(-2px);
	border-color: rgba(117, 59, 189, 0.36);
	background: #f8f4fd;
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.home-modern-news-date {
	margin: 0;
	font-size: 1.25rem;
	color: #3f5666;
}

.home-modern-news-title {
	margin: 6px 0 0;
	font-size: 2rem;
	line-height: 1.2;
	color: #24394b;
}

.home-modern-news-card-link:hover .home-modern-news-title,
.home-modern-news-card-link:focus .home-modern-news-title {
	color: #6d3db2;
}

.home-modern-news-excerpt {
	margin-top: 6px;
	font-size: 1.45rem;
	color: #3f5666;
}

.home-modern-login-note {
	margin: 0 0 10px;
	font-size: 1.5rem;
	color: #3f5666;
}

.home-modern-login-form form,
.home-modern-login-form .mp_wrapper,
.home-modern-login-form .mepr-form {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.home-modern-login-form input[type="text"],
.home-modern-login-form input[type="email"],
.home-modern-login-form input[type="password"] {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.25);
	background: #ffffff;
	color: #26374a;
	font-size: 1.6rem;
}

.home-modern-login-form .mepr_password .mp-hide-pw {
	position: relative;
	margin-bottom: 10px;
}

.home-modern-login-form .mepr_password .mp-hide-pw > input[type="password"],
.home-modern-login-form .mepr_password .mp-hide-pw > input[type="text"] {
	margin-bottom: 0;
	padding-right: 46px;
}

.home-modern-login-form .mepr_password .mp-hide-pw > button.mp-hide-pw {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #6e3eb3;
	line-height: 1;
}

.home-modern-login-form .mepr_password .mp-hide-pw > button.mp-hide-pw:hover,
.home-modern-login-form .mepr_password .mp-hide-pw > button.mp-hide-pw:focus {
	background: transparent;
	color: #5b2ca0;
}

.home-modern-login-form .mepr_password .mp-hide-pw > button.mp-hide-pw .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.home-modern-login-form input[type="submit"],
.home-modern-login-form button[type="submit"],
.home-modern-login-form .mepr-submit {
	width: 100%;
	margin: 0;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.32);
	background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%);
	color: #6e3eb3;
	font-family: "Gilroy-Bold";
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 12px 18px;
	cursor: pointer;
}

.home-modern-login-form input[type="submit"]:hover,
.home-modern-login-form button[type="submit"]:hover,
.home-modern-login-form .mepr-submit:hover {
	background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
	border-color: rgba(117, 59, 189, 0.55);
}

.home-modern-login-form .mepr-login-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 10px;
}

.home-modern-login-form .mepr-login-actions .mepr-login-register-link {
	margin-left: auto;
}

.home-modern-login-form .mepr-login-actions a {
	color: #6e3eb3;
	font-family: "ProximaNova-Regular";
	font-size: 1.2rem;
	line-height: 1.35;
	text-decoration: none;
	border-bottom: 1px solid rgba(117, 59, 189, 0.25);
}

.home-modern-login-form .mepr-login-actions a:hover,
.home-modern-login-form .mepr-login-actions a:focus {
	border-bottom-color: rgba(117, 59, 189, 0.55);
}

.home-modern__panel--categories {
	margin-top: 14px;
}

.home-modern-categories {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--home-modern-card-min), 1fr));
	gap: 10px;
}

.home-modern-category-card {
	display: block;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: #eef7f6;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.home-modern-category-card:hover,
.home-modern-category-card:focus {
	transform: translateY(-2px);
	border-color: rgba(117, 59, 189, 0.36);
	background: #f8f4fd;
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.home-modern-category-title {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #24394b;
}

.home-modern-category-meta {
	margin-top: 7px;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #3f5666;
}

.home-modern-category-count {
	display: inline-flex;
	margin-top: 8px;
	padding: 4px 9px;
	border-radius: 999px;
	border: 1px solid rgba(117, 59, 189, 0.18);
	background: rgba(117, 59, 189, 0.08);
	color: #6d3db2;
	font-family: "Axiforma-Regular";
	font-size: 1.2rem;
	line-height: 1;
}

.home-modern-empty {
	margin: 0;
	padding: 12px;
	border-radius: 12px;
	border: 1px dashed rgba(117, 59, 189, 0.32);
	background: #f8f5fd;
	color: #3f5666;
}

/* Single post redesign */
.single-post,
.single-post #page,
.single-post #content {
	background-color: #e7f3f1;
}

.single-post-page .single-post-page__container {
	width: min(1280px, 90%);
	margin-top: 95px;
	margin-bottom: 38px;
}

.single-post-modern__header,
.single-post-modern__body,
.single-post-modern__tax {
	border-radius: 16px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: linear-gradient(135deg, rgba(117, 59, 189, 0.08), rgba(92, 184, 228, 0.12));
	box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
}

.single-post-modern__header {
	padding: 16px;
  margin-bottom: 13px;
}

.single-post-modern__meta {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 1.35rem;
	color: #3f5666;
}

.single-post-modern__meta strong {
	color: #6d3db2;
}

.single-post-modern__meta a {
	color: #6d3db2;
	text-decoration: none;
}

.single-post-modern__title {
	margin: 8px 0 0;
	color: #24394b;
	font-size: 3.2rem;
	line-height: 1.16;
}

.single-post-modern__excerpt {
	margin: 10px 0 0;
	font-size: 1.75rem;
	color: #3f5666;
}

.single-post-modern__thumbnail {
	margin-top: 12px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(117, 59, 189, 0.14);
}

.single-post-modern__thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.single-post-modern__body {
	margin-top: 12px;
	padding: 16px;
}

.single-post-modern__body.entry-content {
	margin: 0;
	padding-bottom: 16px;
}

.single-post-modern__body p,
.single-post-modern__body li {
	font-size: 1.75rem;
	line-height: 1.62;
	color: #24394b;
}

.single-post-modern__body p {
	margin: 0 0 12px;
}

.single-post-modern__body h2,
.single-post-modern__body h3 {
	margin: 20px 0 8px;
	color: #6d3db2;
}

.single-post-modern__body a {
	color: #6d3db2;
	text-decoration: underline;
}

.single-post-modern__tax {
	margin-top: 12px;
	padding: 14px 16px;
}

.single-post-modern__tax-row {
	margin: 0;
	font-size: 1.45rem;
	color: #3f5666;
}

.single-post-modern__tax-row + .single-post-modern__tax-row {
	margin-top: 8px;
}

.single-post-modern__tax-row span {
	font-family: "Gilroy-Bold";
	color: #6d3db2;
}

.single-post-modern__tax a {
	color: #24394b;
	text-decoration: none;
	border-bottom: 1px solid rgba(117, 59, 189, 0.22);
}

.single-post-modern__tax a:hover {
	color: #6d3db2;
	border-bottom-color: rgba(117, 59, 189, 0.5);
}

.single-post-modern__nav {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-post-modern__nav-link {
	flex: 1 1 280px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.2);
	background: #eef7f6;
	color: #24394b;
	font-family: "Axiforma-Regular";
	font-size: 1.15rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.single-post-modern__nav-link:hover,
.single-post-modern__nav-link:focus {
	transform: translateY(-2px);
	background: #f8f4fd;
	border-color: rgba(117, 59, 189, 0.4);
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.single-post-modern__nav-link--next {
	text-align: right;
}

/* News category archive redesign */
.category,
.category #page,
.category #content,
.category-news,
.category-news #page,
.category-news #content {
	background-color: #e7f3f1;
}

.news-archive-modern__container {
	width: min(1280px, 90%);
	margin-top: 95px;
	margin-bottom: 38px;
}

.news-archive-modern__header {
	padding: 16px;
	border-radius: 16px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: linear-gradient(135deg, rgba(117, 59, 189, 0.08), rgba(92, 184, 228, 0.12));
	box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
}

.news-archive-modern__title {
	margin: 0;
	color: #24394b;
	font-size: 3rem;
}

.news-archive-modern__description {
	margin-top: 8px;
	font-size: 1.65rem;
	color: #3f5666;
}

.news-archive-modern__list {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 10px;
}

.news-archive-modern__card {
	padding: 14px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: #eef7f6;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.news-archive-modern__card:hover,
.news-archive-modern__card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(117, 59, 189, 0.36);
	background: #f8f4fd;
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.news-archive-modern__date {
	margin: 0;
	font-size: 1.2rem;
	color: #3f5666;
}

.news-archive-modern__card-title {
	margin: 6px 0 0;
	font-size: 2rem;
	line-height: 1.2;
}

.news-archive-modern__card-title a {
	color: #24394b;
	text-decoration: none;
}

.news-archive-modern__card-title a:hover {
	color: #6d3db2;
}

.news-archive-modern__excerpt {
	margin-top: 7px;
	font-size: 1.45rem;
	line-height: 1.5;
	color: #3f5666;
}

.news-archive-modern__read-more {
	margin-top: 9px;
	display: inline-flex;
	font-family: "Gilroy-Bold";
	font-size: 1.45rem;
	color: #6d3db2;
	text-decoration: none;
}

.news-archive-modern__read-more:hover {
	text-decoration: underline;
}

.news-archive-modern__actions {
	margin-top: 14px;
}

.news-archive-modern__button {
	width: 100%;
}

/* Unified wide layout for question listings (archive/category/term) */
.questions-term-page .content-container,
.questions-archive-page .content-container,
.questions-category-page .content-container {
	width: min(1280px, 90%);
	margin-top: 40px;
	margin-bottom: 30px;
}

.terms-hero {
	background: linear-gradient(135deg, rgba(117, 59, 189, 0.08), rgba(92, 184, 228, 0.16));
	border: 1px solid rgba(117, 59, 189, 0.14);
	border-radius: 18px;
	padding: 18px 18px 16px;
}

.terms-hero .page-title h1 {
	margin-top: 0;
}

.terms-hero .page-description {
	margin-top: 8px;
}

.terms-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.terms-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(117, 59, 189, 0.16);
	color: #2f4252;
	font-family: "ProximaNova-Regular";
	font-size: 1.35rem;
}

.terms-stat strong {
	color: #753bbd;
	font-family: "Gilroy-Bold";
	font-size: 1.45rem;
}

.terms-controls {
	position: sticky;
	top: 78px;
	z-index: 30;
	margin-top: 16px;
	padding: 12px;
	border-radius: 14px;
	background: rgba(231, 243, 241, 0.95);
	border: 1px solid rgba(117, 59, 189, 0.14);
	backdrop-filter: blur(4px);
}

.terms-search-input {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.25);
	background: #ffffff;
	color: #26374a;
	font-family: "ProximaNova-Regular";
	font-size: 1.65rem;
}

.terms-search-input:focus {
	outline: none;
	border-color: #753bbd;
	box-shadow: 0 0 0 3px rgba(117, 59, 189, 0.14);
}

.terms-letter-filter {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.terms-letter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	width: auto;
	margin-top: 0;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(117, 59, 189, 0.26);
	background: #ffffff;
	color: #6c3cb0;
	font-family: "Axiforma-Regular";
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.terms-letter-btn:hover {
	background: #f3edfb;
	border-color: #753bbd;
	transform: translateY(-1px);
}

.terms-letter-btn.is-active {
	background: #753bbd;
	border-color: #753bbd;
	color: #ffffff;
}

.terms-results-header {
	margin-top: 18px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 12px;
}

.terms-results-note {
	margin: 0;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-size: 1.35rem;
	color: #3f5666;
}

.terms-page .terms-container.terms-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--terms-card-min), 1fr));
	gap: 12px;
	margin-top: 8px;
	width: 100%;
}

.terms-page .term-card-link {
	display: block;
	text-decoration: none;
}

.terms-page .term-card {
	margin: 0;
	padding: 14px;
	min-height: 88px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.14);
	background: #eef7f6;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.terms-page .term-card-link:hover .term-card,
.terms-page .term-card-link:focus .term-card {
	transform: translateY(-2px);
	border-color: rgba(117, 59, 189, 0.36);
	background: #f8f4fd;
	box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.terms-page .term-title {
	margin: 0;
	line-height: 1.24;
	font-family: "Gilroy-Bold";
	font-size: 1.85rem;
	color: #24394b;
}

.terms-page .term-count-badge {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 10px;
	padding: 4px 9px;
	border-radius: 999px;
	border: 1px solid rgba(117, 59, 189, 0.18);
	background: rgba(117, 59, 189, 0.08);
	color: #6d3db2;
	font-family: "Axiforma-Regular";
	font-size: 1.2rem;
	line-height: 1;
}

.terms-empty {
	margin-top: 12px;
	padding: 14px;
	border-radius: 12px;
	border: 1px dashed rgba(117, 59, 189, 0.32);
	background: #f8f5fd;
	color: #3f5666;
}

.pagination--terms {
	margin-top: 18px;
	padding: 0;
	display: block;
	width: 100%;
}

.terms-load-more {
	width: 100%;
	max-width: none;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	border: 1px solid rgba(117, 59, 189, 0.32);
	background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%);
	color: #6e3eb3;
	font-family: "Gilroy-Bold";
	font-size: 1.65rem;
	line-height: 1.2;
	box-shadow: 0 10px 18px rgba(48, 66, 82, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.terms-load-more:hover,
.terms-load-more:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 22px rgba(48, 66, 82, 0.12);
	border-color: rgba(117, 59, 189, 0.55);
	background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
}

.terms-load-more:disabled {
	transform: none;
	box-shadow: 0 8px 14px rgba(48, 66, 82, 0.08);
	opacity: 0.78;
	cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
	.home-modern .home-modern__container {
		width: 95%;
	}

	.home-modern__quick-buttons {
		grid-template-columns: 1fr;
	}

	.home-modern__quick-button {
		min-height: 76px;
	}

	.home-modern__quick-button-value {
		font-size: 1.8rem;
	}

	.home-modern__grid {
		grid-template-columns: 1fr;
	}

	.home-modern__panel-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.home-modern-news-grid,
	.home-modern-categories {
		grid-template-columns: 1fr;
	}

	.single-post-page .single-post-page__container {
		width: 95%;
	}

	.single-post-modern__meta {
		flex-direction: column;
		gap: 4px;
	}

	.single-post-modern__title {
		font-size: 2.6rem;
	}

	.single-post-modern__body p,
	.single-post-modern__body li {
		font-size: 1.65rem;
	}

	.single-post-modern__nav-link,
	.single-post-modern__nav-link--next {
		text-align: left;
	}

	.news-archive-modern__container {
		width: 95%;
	}

	.news-archive-modern__list {
		grid-template-columns: 1fr;
	}

	.questions-archive-page .content-container,
	.questions-term-page .content-container,
	.questions-category-page .content-container {
		width: 95%;
	}

	.terms-controls {
		position: static;
		top: auto;
	}

	.terms-results-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.terms-letter-filter {
		flex-wrap: wrap;
	}

	.terms-letter-btn {
		flex: 0 0 auto;
	}

	.terms-page .terms-container.terms-grid {
		grid-template-columns: 1fr;
	}
}

.category-box:hover {
	background-color: #e3e3e3;
}

.container-questions {
    /* background-color: #677019; */
    display: block;
    flex-wrap: wrap;
    /* padding-left: 7%;
    padding-right: 4%; */
}

.questions {
    font-size: 1.9rem;
    padding-bottom: 10px;
}

.questions-block {
	margin-bottom: 0.6rem;
}

.questions-homepage {
	margin-bottom: 0rem;
}

.questions-homepage a {
	font-weight: bolder;
}

.questions-homepage a:visited {
    color: #753bbd;
}

.questions-homepage a:hover {
    color: #3bbd87;
    text-decoration-line: underline;
}

.question-category {
	font-size: 1.2rem;
}

.question-date {
	font-size: 1.2rem;
}

.question-accent {
	font-weight: bolder;
}

.question-author {
	font-size: 1.2rem;
}

.question-category-single {
    margin-top: 0rem;
    margin-bottom: 0px;
}

.answer {
	padding-top: 0.1rem;
    padding-bottom: 0.5rem;
	font-weight: bolder;
    font-size: 1.7rem;
    font-family: "ProximaNova-Regular";
}

.answer-homepage {
	padding-top: 0.1rem;
    padding-bottom: 0.5rem;
	font-weight: bolder;
    font-size: 1.7rem;
    font-family: "ProximaNova-Regular";
    display: none;
}

.answer-homepage.show {
	display: block;
}

.answer-category {
	font-weight: bolder;
    font-size: 1.7rem;
    font-family: "ProximaNova-Regular";
    display: none;
}

.answer-category.show {
	display: block;
}

.more-questions {
    padding: 1.5rem;
    display: flex;
    justify-content: space-evenly;
}

.more-questions--questions-archive {
    width: 100%;
    max-width: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

.more-questions--questions-archive .homepage-button {
    width: 100%;
    margin: 0;
}

.cat-taxonomy{
	margin-bottom: 2em;
}

.pagination {
    font-family: "ProximaNova-Regular";
    font-size: 1.7rem;
    font-weight: bolder;
    padding: 0.5rem;
    text-align: center;
}

.page-numbers a {
    color: #000000;
}

.page-numbers.current {
    color: #04aa6d;
    text-decoration-color: #04aa6d;
    text-decoration-line: underline;
}

.sidebar-content-container {
	width: 100%;
	margin: auto;
}

.questions-sidebar {
    width: min(1280px, 90%);
    margin: 0 auto 34px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Keep question list templates on the same mint canvas as content/sidebars */
.tax-questions_terms,
.tax-questions_terms #page,
.tax-questions_terms #content,
.tax-questions_categories,
.tax-questions_categories #page,
.tax-questions_categories #content,
.post-type-archive-questions,
.post-type-archive-questions #page,
.post-type-archive-questions #content {
    background-color: #e7f3f1;
}

.questions-sidebar__search-panel,
.questions-sidebar__panel {
    border-radius: 16px;
    border: 1px solid rgba(117, 59, 189, 0.14);
    background: linear-gradient(135deg, rgba(117, 59, 189, 0.08), rgba(92, 184, 228, 0.12));
    box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
    padding: 12px;
}

.questions-sidebar__panel-head {
    margin-bottom: 10px;
}

.questions-sidebar__title {
    margin: 0;
    color: #753bbd;
    font-family: "Gilroy-Bold";
    font-size: 2.2rem;
}

.questions-sidebar__subtitle {
    margin: 4px 0 0;
    color: #3f5666;
    font-size: 1.35rem;
}

.questions-sidebar .search-form-custom {
    width: 100%;
    padding: 0;
}

.questions-sidebar .search-form-custom form {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.questions-sidebar .search-form-custom input[type="search"] {
    border-radius: 12px;
    border: 1px solid rgba(117, 59, 189, 0.25);
    background: #ffffff;
    color: #26374a;
    font-size: 1.7rem;
}

.questions-sidebar .search-form-custom input[type="submit"] {
    border-radius: 12px;
    border: 1px solid rgba(117, 59, 189, 0.32);
    background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%);
    color: #6e3eb3;
    font-family: "Gilroy-Bold";
    font-size: 1.65rem;
}

.questions-sidebar .search-form-custom input[type="submit"]:hover {
    background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
    border-color: rgba(117, 59, 189, 0.55);
}

.questions-sidebar__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
}

.questions-sidebar__card {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(117, 59, 189, 0.14);
    background: #eef7f6;
    padding: 12px 12px 11px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.questions-sidebar__card:hover,
.questions-sidebar__card:focus {
    transform: translateY(-2px);
    border-color: rgba(117, 59, 189, 0.36);
    background: #f8f4fd;
    box-shadow: 0 12px 20px rgba(48, 66, 82, 0.08);
}

.questions-sidebar__card-title {
    margin: 0;
    line-height: 1.24;
    color: #24394b;
    font-family: "Gilroy-Bold";
    font-size: 1.95rem;
}

.questions-sidebar__meta {
    margin: 8px 0 0;
    color: #3f5666;
    font-family: "ProximaNova-Regular";
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.questions-sidebar__badge {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(117, 59, 189, 0.18);
    background: rgba(117, 59, 189, 0.08);
    color: #6d3db2;
    font-family: "Axiforma-Regular";
    font-size: 1.2rem;
    line-height: 1;
}

.sidebar-categories {
    align-items: center;
    width: 75%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
    .questions-sidebar {
    width: 95%;
    margin-bottom: 24px;
    }

    .questions-sidebar__grid {
    grid-template-columns: 1fr;
    }

    .sidebar-categories {
    width: 100%;
    }
  }


.search-form-custom {
    /* Å¡irina forme  CHILD  */
    padding: 10px;

    align-self: center;
    justify-self: center;

    width: 1280px;
    
}

@media only screen and (max-width: 1280px) {
    .search-form-custom {
    width: 90%;
    }
  }

/*Parent*/
.forma {

    display: grid;

}


.search-title{
    background-color: transparent;
    padding-top: 0;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.search-title-body {
    display: block;
    flex-wrap: wrap;
    margin-left: 0;
}

#searchResultsList {
    margin-top: 8px;
}

.search-result-item .answer-category p {
    margin: 0;
}

/* Highlited search results */
.search-results-highlited { 
    background-color:rgb(255, 255, 121);
    }


/* FOOTER */
.footer-main {
    background: #5CB8E4;
    text-align: center;
}

.footer-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 14px 12px;
}

.footer-row-menu {
    background: #79c9eb;
}

.footer-row-info {
    background: #5CB8E4;
    padding: 16px 12px 18px;
}

.footer-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.footer-navigation {
    width: 100%;
    max-width: 920px;
}

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
}

#footer-menu > li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#footer-menu > li + li::before {
    content: "-";
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    margin-inline: 0.6em;
    font-family: "Axiforma-Regular";
    font-size: 1.35rem;
    line-height: 1;
}

#footer-menu a {
    color: #ffffff;
    font-family: "Axiforma-Regular";
    font-size: 1.45rem;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

#footer-menu a:hover,
#footer-menu a:focus {
    color: #f0f5ff;
    border-bottom-color: rgba(255, 255, 255, 0.85);
}

/* classed link styles, appropriate for navigation area */
a.footer-links {color: white; text-decoration: underline;}
a.footer-links:link {color: white; text-decoration: underline;}
a.footer-links:visited {color: white; text-decoration: none;}
a.footer-links:hover {color: rgb(206, 206, 206); text-decoration: none;}
a.footer-links:active {color: white; text-decoration: none;}

p.footer {
    color: white;
    font-size: 2.0rem;
}

p.footer-small {
    color: #000000;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .footer-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #footer-menu {
        gap: 6px 0;
    }

    #footer-menu a {
        font-size: 1.3rem;
    }
}

.site-main-search {
    background-color: #e7f3f1;
}

.site-main-search .content-container {
    margin-top: 95px;
}

p.fof {
    margin: auto;
}

.form-consent-font-size {
    font-size: 1.1rem;
}

.not-found{
    padding: 2rem;
}

.page-title {
    margin-top: 5px;
}

.nav-spacing {
    padding-top: 55px;
}

.content-container-search {

    background-color: #e7f3f1;
	width: 75%;
	margin: auto;
	padding: 0.6rem;
    margin-top: 1.7rem;

}

.dummy-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -1;
  padding: 0 20px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.dummy-text h2{
  font-size: 45px;
  margin: 5px 0;
}

p.term-title {
    font-size: 2.0rem;
}

.homepage-button {
    color: #753bbd;
    width: 215.48px;
}

.homepage-button:hover {
    background: rgb(194, 194, 194);
}

/* Keep modern gradient button style when combined with legacy homepage-button class */
.homepage-button.terms-load-more {
    width: 100%;
    color: #6e3eb3;
}

.homepage-button.terms-load-more:hover,
.homepage-button.terms-load-more:focus {
    background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
    border-color: rgba(117, 59, 189, 0.55);
}

.more-questions--random40 {
    width: 100%;
    padding: 0;
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.more-questions--random40 .random40-action-form,
.more-questions--random40 .random40-action-button {
    width: 100%;
    max-width: none;
    margin: 0;
}

.more-questions--random40 .random40-action-form {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Random 40 + question archives readability: zebra rows + clearer spacing */
.container-questions--random40,
.questions-list--readable {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.container-questions--random40 .questions-homepage,
.questions-list--readable > .questions-homepage,
.questions-list--readable > article {
    margin: 0;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(117, 59, 189, 0.12);
    background: #eef7f6;
}

.container-questions--random40 .questions-homepage:nth-child(even),
.questions-list--readable > .questions-homepage:nth-of-type(even),
.questions-list--readable > article:nth-of-type(even) {
    background: #e3eeec;
}

.container-questions--random40 .question-author,
.questions-list--readable .question-author {
    margin: 0 0 0px;
    color: #34424d;
}

.container-questions--random40 .question-category,
.container-questions--random40 .question-date {
    margin: 0 0 6px;
    color: #34424d;
}

.container-questions--random40 .questions,
.questions-list--readable .questions,
.questions-list--readable .question-category-single p {
    margin: 0;
    line-height: 1.45;
}

.container-questions--random40 .answer-homepage,
.questions-list--readable .answer-homepage,
.questions-list--readable .answer-category {
    margin-top: 8px;
}

.questions-list--onlinequiz {
    margin-top: 12px;
}

.more-questions--onlinequiz {
    width: 100%;
    padding: 0;
}

.onlinequiz-message {
    margin-top: 12px;
}

.onlinequiz-generator {
    margin-top: 22px;
}

.onlinequiz-generator-form {
    width: 100%;
}

.quizapp-page-layout .content-container {
    margin-bottom: 48px;
}

.onlinequiz-field-label {
    display: block;
    margin: 14px 0 6px;
    color: #753bbd;
    font-family: "Axiforma-Regular";
    font-size: 1.7rem;
}

.onlinequiz-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
}

.onlinequiz-category-item {
    width: 50%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.onlinequiz-category-item span {
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .onlinequiz-category-item {
        width: 100%;
    }
}



@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap");
* {
  box-sizing: border-box;
}

.page-contain {
  display: flex;
  min-height: 100vh;
  align-items: center;
  background: #e7f3f1;
  /* border: 0.75em solid white; */
  padding: 2em;
  font-family: "Open Sans", sans-serif;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.page-contain.sidebar {
    background: #ffffff;
  }

.data-card {
  display: flex;
  flex-direction: column;
  /* max-width: 20.75em; */
  width: 23.3em;
  min-height: 20.75em;
  overflow: hidden;
  border-radius: 0.5em;
  text-decoration: none;
  background: white;
  margin: 1em;
  padding: 2.75em 2.5em;
  box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, 0.1);
  transition: transform 0.45s ease, background 0.45s ease;
}

.data-card.sidebar {
    background: #e7f3f1;
  }


.data-card h2 {
color: #2e3c40;
font-size: 2.0em;
font-weight: 600;
line-height: 1;
padding-bottom: 0.5em;
margin: 0 0 0.142857143em;
border-bottom: 2px solid #753bbd;
transition: color 0.45s ease, border 0.45s ease;
}
  
.data-card h3 {
  color: #2e3c40;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5em;
  margin: 0 0 0.142857143em;
  border-bottom: 2px solid #753bbd;
  transition: color 0.45s ease, border 0.45s ease;
}

.data-card h4 {
  color: #627084;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 1.777777778em;
  transition: color 0.45s ease;
}

.data-card h5 {
    color: #627084;
    text-transform: uppercase;
    font-size: 1.225em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 1.777777778em;
    transition: color 0.45s ease;
  }
.data-card p {
  opacity: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 1.25em;
  transform: translateY(-1em);
  transition: opacity 0.45s ease, transform 0.5s ease;
}
.data-card .link-text {
  display: block;
  color: #753bbd;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2;
  margin: auto 0 0;
  transition: color 0.45s ease;
}
.data-card .link-text svg {
  margin-left: 0.5em;
  transition: transform 0.6s ease;
}
.data-card .link-text svg path {
  transition: fill 0.45s ease;
}
.data-card:hover {
  background: #753bbd;
  transform: scale(1.02);
}
.data-card:hover h3 {
  color: #ffffff;
  border-bottom-color: #a754c4;
}

.data-card:hover h2 {
    color: #ffffff;
    border-bottom-color: #a754c4;
  }
.data-card:hover h4 {
  color: #ffffff;
}
.data-card:hover h5 {
    color: #ffffff;
  }
.data-card:hover p {
  opacity: 1;
  transform: none;
}
.data-card:hover .link-text {
  color: #ffffff;
}
.data-card:hover .link-text svg {
  -webkit-animation: point 1.25s infinite alternate;
          animation: point 1.25s infinite alternate;
}
.data-card:hover .link-text svg path {
  fill: #ffffff;
}

@-webkit-keyframes point {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.125em);
  }
}

@keyframes point {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.125em);
  }
}


/* AdWords Center*/

.adwords {
    margin: auto;
    width: 100%;
    border: 5px solid #1d1d1d;
    padding: 10px;
    }

ins.adsbygoogle { background: transparent !important; 
padding: 5px;}


/* Kviz Generator*/

form {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #ccc;
}
label {
  font-size: 18px;
  font-weight: 200;
  /* margin-bottom: 10px; */
  display: block;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}
input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
input[type=checkbox] {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin-top: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
input[type=checkbox]:checked {
  background-color: green;
}

.post-question-generator {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 15px;
  padding-left: 15px;
  float:left !important;
  background-color: #e7f3f1;
}

.post-answer-generator {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: green;
  padding-left: 15px;
  float:left !important;
}

/* Load more button */

.homepage-button {
  display: block;      /* Postavlja svaki gumb kao blok element */
  margin-bottom: 10px; /* Dodaje malo razmaka izmeÄ‘u gumba */
  width: 100%;         /* Postavlja Å¡irinu gumba na cijelu Å¡irinu roditeljskog elementa */
}
/* Standard WP menu styled to match the legacy navbar look */
#masthead.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #378ab1;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
}

#masthead .site-branding {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-right: 20px;
  flex-shrink: 0;
}

#masthead .custom-logo-link {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

#masthead .custom-logo {
  max-height: 44px;
  width: auto;
}

#masthead .site-title {
  margin: 0;
  line-height: 1;
}

#masthead .site-title a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

#masthead .site-description {
  display: none;
}

#site-navigation.main-navigation {
  width: auto;
  position: relative;
  margin-left: auto;
}

#site-navigation > div {
  display: block;
}

#site-navigation .menu-toggle {
  display: none;
}

#primary-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary-menu > li {
  list-style: none;
  line-height: 70px;
  position: relative;
  background: transparent;
}

#primary-menu > li:hover {
  background: transparent;
}

#primary-menu > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

#primary-menu > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

#primary-menu .submenu-toggle {
  display: none;
}

#primary-menu > li > a:hover,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.18);
}

#primary-menu > li > a:hover::after,
#primary-menu > li.current-menu-item > a::after,
#primary-menu > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

#primary-menu .sub-menu {
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  margin: 0;
  padding: 0;
  min-width: 220px;
  background: #5CB8E4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: none;
  z-index: 9999;
}

#primary-menu li:hover > .sub-menu,
#primary-menu li.focus > .sub-menu {
  top: 70px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#primary-menu .sub-menu li {
  display: block;
  width: 100%;
  line-height: 1.2;
  background: transparent;
}

#primary-menu .sub-menu li:hover {
  background: transparent;
}

#primary-menu .sub-menu a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding: 8px 17px;
  border-radius: 0 !important;
}

#primary-menu .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.14);
}

#primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

@media screen and (max-width: 1250px) {
  #masthead.site-header {
    padding: 0 16px;
  }

  #masthead .site-title a {
    font-size: 19px;
  }
}

@media screen and (max-width: 900px) {
  #masthead.site-header {
    padding: 0 16px;
  }

  #site-navigation .menu-toggle {
    display: block;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0;
    line-height: 1;
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 8px;
  }

  #site-navigation .menu-toggle::before,
  #site-navigation .menu-toggle::after {
    content: "";
    position: absolute;
    left: 13px;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: top 0.24s ease, transform 0.24s ease, opacity 0.24s ease, box-shadow 0.24s ease;
  }

  #site-navigation .menu-toggle::before {
    top: 16px;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }

  #site-navigation .menu-toggle::after {
    top: 23px;
    opacity: 0;
  }

  #site-navigation.toggled .menu-toggle::before {
    top: 23px;
    transform: rotate(45deg);
    box-shadow: none;
  }

  #site-navigation.toggled .menu-toggle::after {
    opacity: 1;
    transform: rotate(-45deg);
    top: 23px;
  }

  #site-navigation > div {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    max-width: 350px;
    height: calc(100vh - 70px);
    overflow-y: auto;
    background: #14181f;
    transition: left 0.3s ease;
  }

  #site-navigation.toggled > div {
    left: 0;
  }

  #primary-menu {
    display: block;
    padding: 15px 0 100px;
  }

  #primary-menu > li {
    margin: 15px 20px;
    line-height: normal;
  }

  #primary-menu > li > a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 8px 18px;
  }

  #primary-menu .menu-item-has-children,
  #primary-menu .page_item_has_children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 10px;
  }

  #primary-menu .menu-item-has-children > a,
  #primary-menu .page_item_has_children > a {
    margin: 0;
  }

  #primary-menu .submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
  }

  #primary-menu .submenu-toggle::before {
    content: "+";
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
  }

  #primary-menu .submenu-toggle[aria-expanded="true"]::before {
    content: "\2212";
  }

  #primary-menu .submenu-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 2px;
  }

  #primary-menu .menu-item-has-children > .sub-menu,
  #primary-menu .page_item_has_children > .sub-menu {
    grid-column: 1 / -1;
  }

  #primary-menu .sub-menu,
  #primary-menu .sub-menu .sub-menu {
    position: static;
    float: none;
    clear: both;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    top: auto;
    left: 0;
    transform: none;
  }

  #primary-menu .menu-item-has-children:hover > .sub-menu,
  #primary-menu .page_item_has_children:hover > .sub-menu {
    max-height: 0;
  }

  #primary-menu .menu-item-has-children.focus > .sub-menu,
  #primary-menu .page_item_has_children.focus > .sub-menu {
    max-height: 100vh;
  }

  #primary-menu .sub-menu li {
    display: block;
    width: 100%;
    margin: 6px 0 0;
    padding: 0;
    text-align: center;
  }

  #primary-menu .sub-menu a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12.6px;
    line-height: 18px;
    text-align: center;
    border-radius: 5px !important;
    padding: 8px 18px;
  }

  #primary-menu .sub-menu .sub-menu a {
    font-size: 11.34px;
    padding: 8px 18px;
  }
}

/* MemberPress form labels */
.mp_wrapper .mp-form-label,
.mepr-form .mp-form-label {
  display: block;
  margin: 0 0 8px;
  color: inherit;
  font-family: "ProximaNova-Regular";
  font-size: 1.35rem;
  font-weight: 100;
  line-height: inherit;
  letter-spacing: normal;
}

.mp_wrapper .mp-form-label .required,
.mepr-form .mp-form-label .required {
  color: inherit;
  opacity: 1;
}

/* MemberPress password toggle alignment across login/checkout forms */
.mepr-form .mepr_password .mp-hide-pw,
.mepr-form .mepr_password_confirm .mp-hide-pw,
.mepro-form .mepr_password .mp-hide-pw,
.mepro-form .mepr_password_confirm .mp-hide-pw {
  position: relative;
}

.mepr-form .mepr_password .mp-hide-pw > input[type="password"],
.mepr-form .mepr_password .mp-hide-pw > input[type="text"],
.mepr-form .mepr_password_confirm .mp-hide-pw > input[type="password"],
.mepr-form .mepr_password_confirm .mp-hide-pw > input[type="text"],
.mepro-form .mepr_password .mp-hide-pw > input[type="password"],
.mepro-form .mepr_password .mp-hide-pw > input[type="text"],
.mepro-form .mepr_password_confirm .mp-hide-pw > input[type="password"],
.mepro-form .mepr_password_confirm .mp-hide-pw > input[type="text"] {
  padding-right: 46px !important;
}

.mepr-form .mepr_password .mp-hide-pw > button.mp-hide-pw,
.mepr-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw,
.mepro-form .mepr_password .mp-hide-pw > button.mp-hide-pw,
.mepro-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #6e3eb3;
  line-height: 1;
  cursor: pointer;
}

.mepr-form .mepr_password .mp-hide-pw > button.mp-hide-pw:hover,
.mepr-form .mepr_password .mp-hide-pw > button.mp-hide-pw:focus,
.mepr-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw:hover,
.mepr-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw:focus,
.mepro-form .mepr_password .mp-hide-pw > button.mp-hide-pw:hover,
.mepro-form .mepr_password .mp-hide-pw > button.mp-hide-pw:focus,
.mepro-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw:hover,
.mepro-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw:focus {
  color: #5b2ca0;
  background: transparent !important;
}

.mepr-form .mepr_password .mp-hide-pw > button.mp-hide-pw .dashicons,
.mepr-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw .dashicons,
.mepro-form .mepr_password .mp-hide-pw > button.mp-hide-pw .dashicons,
.mepro-form .mepr_password_confirm .mp-hide-pw > button.mp-hide-pw .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

/* Search results aligned with questions_categories layout */
.search,
.search #page,
.search #content {
  background-color: #e7f3f1;
}

.search-results-page .content-container {
  margin-top: 40px;
  margin-bottom: 30px;
}

.search-results-page .search-results-summary {
  margin-bottom: 10px;
}

.search-results-page .search-results-highlited {
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(117, 59, 189, 0.14);
  color: #6d3db2;
}

.search-results-page #primary.site-main {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-results-page #primary.site-main > article.search-result-item {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(117, 59, 189, 0.12);
  background: #eef7f6;
}

.search-results-page #primary.site-main > article.search-result-item:nth-of-type(even) {
  background: #e3eeec;
}

.search-results-page .search-result-item .question-category,
.search-results-page .search-result-item .question-date,
.search-results-page .search-result-item .question-author {
  margin: 0 0 0px;
  color: #34424d;
  font-size: 1.2rem;
}

.search-results-page .search-result-item .questions {
  margin: 0;
  padding-bottom: 0;
  line-height: 1.45;
}

.search-results-page .search-result-item .answer-category {
  margin-top: 8px;
}

.search-results-page .search-result-item .answer-category p {
  margin: 0;
}

.search-results-page .more-questions--questions-archive {
  margin-top: 14px;
  padding: 0;
  gap: 10px;
}

.search-results-page .more-questions--questions-archive .search-results-action-button {
  width: 100%;
  margin: 0;
}

.search .questions-sidebar .search-form-custom {
  width: 100%;
  padding: 0;
}

.search .questions-sidebar .search-form-custom form {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.search .questions-sidebar .search-form-custom input[type="search"] {
  border-radius: 12px;
  border: 1px solid rgba(117, 59, 189, 0.25);
  background: #ffffff;
  color: #26374a;
  font-size: 1.7rem;
}

.search .questions-sidebar .search-form-custom input[type="search"]:focus {
  outline: none;
  border-color: #753bbd;
  box-shadow: 0 0 0 3px rgba(117, 59, 189, 0.14);
}

.search .questions-sidebar .search-form-custom input[type="submit"] {
  width: 100%;
  margin-top: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(117, 59, 189, 0.32);
  background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%);
  color: #6e3eb3;
  font-family: "Gilroy-Bold";
  font-size: 1.65rem;
  line-height: 1.2;
  box-shadow: 0 10px 18px rgba(48, 66, 82, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.search .questions-sidebar .search-form-custom input[type="submit"]:hover,
.search .questions-sidebar .search-form-custom input[type="submit"]:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(48, 66, 82, 0.12);
  border-color: rgba(117, 59, 189, 0.55);
  background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
}

.search .questions-sidebar .search-form-custom input[type="submit"]:disabled {
  transform: none;
  box-shadow: 0 8px 14px rgba(48, 66, 82, 0.08);
  opacity: 0.78;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  .search-results-page .content-container {
    width: 95%;
  }
}

/* MemberPress pricing pages in ReadyLaunch: align with theme layout */
.mepr-pro-template.mepr-app-layout,
.mepr-pro-template.mepr-app-layout #page,
.mepr-pro-template.mepr-app-layout #primary.site-main {
  background-color: #e7f3f1;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .memberpress-pricing-page__container {
  margin-top: 95px;
  margin-bottom: 24px;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-price-menu {
  width: 100%;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-pricing-title h1 {
  color: #753bbd;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-price-box {
  border: 1px solid rgba(117, 59, 189, 0.2);
  border-radius: 12px;
  background: #eef7f6;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-price-box-button a {
  border: 1px solid rgba(117, 59, 189, 0.32);
  border-radius: 12px;
  background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%);
  color: #6e3eb3;
}

.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-price-box-button a:hover,
.mepr-pro-template.mepr-app-layout .memberpress-pricing-page .mepr-price-box-button a:focus {
  border-color: rgba(117, 59, 189, 0.55);
  background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%);
}

.mepr-pro-template.mepr-app-layout .questions-sidebar {
  margin-top: 0;
  margin-bottom: 36px;
}

/* MemberPress checkout: prevent fixed header from clipping top of 2-column layout */
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-signup-form,
.mepr-pro-template.mepr-app-layout #primary.site-main #mepr_signup_form {
  margin-top: 70px;
}

/* MemberPress checkout form fields: match site form design */
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-label label {
  color: #24394b;
  font-family: "Axiforma-Regular";
  font-size: 1.42rem;
  line-height: 1.3;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row {
  margin-bottom: 12px;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-form-input,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="text"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="email"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="url"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="tel"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="password"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper select,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper textarea {
  border: 1px solid rgba(117, 59, 189, 0.25) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #26374a !important;
  font-family: "ProximaNova-Regular";
  font-size: 1.6rem;
  line-height: 1.35;
  box-shadow: none !important;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-form-input:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="text"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="email"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="url"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="tel"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="password"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper select:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper textarea:focus {
  outline: none !important;
  border-color: #753bbd !important;
  box-shadow: 0 0 0 3px rgba(117, 59, 189, 0.14) !important;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-form-input::placeholder,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input::placeholder,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper textarea::placeholder {
  color: #5f7285;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group {
  gap: 10px;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group > .mepr-form-input + .mepr-form-input {
  margin-left: 0;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group .mepr-form-input:not(:first-child),
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group .mepr-form-input:not(:last-child) {
  border-radius: 12px !important;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label label {
  display: block;
  text-align: center;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label {
  margin: 0 0 6px;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label label {
  margin: 0 auto;
  font-size: 1.24rem;
  line-height: 1.2;
  color: #3f5666;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label .placeholder-text {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  text-align: center;
  width: auto !important;
  max-width: none;
  padding: 0 !important;
  background: transparent !important;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  pointer-events: auto;
  font-size: 1.24rem !important;
  line-height: 1.2;
  color: #3f5666 !important;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mp-form-row-group-wrapper .mp-form-label .placeholder-text.active {
  transform: none !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: 1.24rem !important;
  color: #3f5666 !important;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .invoice-wrapper .mp-cart-item {
  align-items: flex-start;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .invoice-wrapper .mp-cart-item .mp-cart-item-details > p:first-child {
  font-family: "ProximaNova-Regular";
  font-size: 1.7rem;
  line-height: 1.3;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .invoice-wrapper .mp-cart-item .mp-currency-cell,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .invoice-wrapper .mp-cart-coupon .mp-currency-cell,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .invoice-wrapper .mp-cart-footer .mp-currency-cell {
  margin-left: auto;
  padding-left: 12px;
  min-width: 68px;
  text-align: right;
  align-self: flex-start;
  font-family: "ProximaNova-Regular";
  font-size: 1.4rem;
  line-height: 1.2;
  color: #24394b;
  font-weight: 400;
  padding-top: 2px;
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="submit"],
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-submit {
  border: 1px solid rgba(117, 59, 189, 0.32) !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f8f4fd 0%, #efe7fb 100%) !important;
  color: #6e3eb3 !important;
  font-family: "Gilroy-Bold";
  font-size: 1.9rem;
  line-height: 1.2;
  padding: 12px 18px;
  box-shadow: 0 10px 18px rgba(48, 66, 82, 0.08);
}

.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="submit"]:hover,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-submit:hover,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper input[type="submit"]:focus,
.mepr-pro-template.mepr-app-layout #primary.site-main .mepr-checkout-container .form-wrapper .mepr-submit:focus {
  border-color: rgba(117, 59, 189, 0.55) !important;
  background: linear-gradient(180deg, #f3ecfb 0%, #e9ddfa 100%) !important;
}

/* MemberPress pricing/header: keep the standard solid menu color */
.mepr-pro-template.mepr-app-layout #masthead.site-header {
  background: #378ab1 !important;
}

.mepr-pro-template.mepr-app-layout #site-navigation.main-navigation,
.mepr-pro-template.mepr-app-layout #site-navigation > div {
  background: transparent;
}

.mepr-pro-template.mepr-app-layout #primary-menu .sub-menu {
  background: #5CB8E4;
}

@media screen and (max-width: 900px) {
  .mepr-pro-template.mepr-app-layout #site-navigation > div {
    background: #14181f;
  }
}

/* Quiz app results table styling */
.quizapp-results-page {
  background-color: #e7f3f1;
}

.quizapp-results-page .quizapp-results-page__container {
  margin-top: 95px;
  margin-bottom: 45px;
  width: min(96%, 1480px);
}

.quizapp-results-page .quizapp-results-page__description {
  margin-top: 8px;
  margin-bottom: 18px;
}

.quizapp-results-page .quizapp-results-mobile-sort {
  display: none;
}

.quizapp-results-page .quizapp-results-table-wrap {
  width: 100%;
  border: 1px solid rgba(117, 59, 189, 0.2);
  border-radius: 12px;
  background: #eef7f6;
  box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
  overflow-x: auto;
}

.quizapp-results-page .quizapp-results-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "ProximaNova-Regular";
  color: #26374a;
}

.quizapp-results-page .quizapp-results-table thead th {
  background: #753bbd;
  color: #ffffff;
  font-family: "Axiforma-Regular";
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  padding: 14px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  user-select: none;
  white-space: normal;
}

.quizapp-results-page .quizapp-results-table thead th:first-child {
  border-top-left-radius: 11px;
}

.quizapp-results-page .quizapp-results-table thead th:last-child {
  border-right: 0;
  border-top-right-radius: 11px;
}

.quizapp-results-page .quizapp-results-table thead th:hover {
  background: #6a31af;
}

.quizapp-results-page .quizapp-results-table .sort-indicator {
  margin-left: 8px;
  font-size: 0.9em;
  opacity: 0.85;
}

.quizapp-results-page .quizapp-results-table tbody td {
  padding: 12px 14px;
  font-size: 1.45rem;
  border-top: 1px solid rgba(117, 59, 189, 0.16);
  vertical-align: middle;
}

.quizapp-results-page .quizapp-results-table tbody tr:nth-child(even) td {
  background: #e3eeec;
}

.quizapp-results-page .quizapp-results-table tbody tr:hover td {
  background: #f8f4fd;
}

.quizapp-results-page .quizapp-results-table__empty {
  text-align: center;
  font-family: "Axiforma-Regular";
  color: #5a4f70;
  padding: 22px 16px;
}

@media only screen and (max-width: 768px) {
  .quizapp-results-page .quizapp-results-page__container {
    margin-top: 88px;
    margin-bottom: 30px;
    width: 95%;
  }

  .quizapp-results-page .quizapp-results-mobile-sort {
    display: block;
    margin: 0 0 12px;
  }

  .quizapp-results-page .quizapp-results-mobile-sort label {
    display: block;
    margin: 0 0 6px;
    color: #753bbd;
    font-family: "Axiforma-Regular";
    font-size: 1.35rem;
  }

  .quizapp-results-page .quizapp-results-mobile-sort select {
    width: 100%;
    border: 1px solid rgba(117, 59, 189, 0.25);
    border-radius: 12px;
    background: #ffffff;
    color: #26374a;
    font-family: "ProximaNova-Regular";
    font-size: 1.45rem;
    line-height: 1.25;
    padding: 10px 12px;
  }

  .quizapp-results-page .quizapp-results-mobile-sort select:focus {
    outline: none;
    border-color: #753bbd;
    box-shadow: 0 0 0 3px rgba(117, 59, 189, 0.14);
  }

  .quizapp-results-page .quizapp-results-table thead th {
    font-size: 1.2rem;
    padding: 10px 10px;
  }

  .quizapp-results-page .quizapp-results-table tbody td {
    font-size: 1.35rem;
    padding: 10px 10px;
  }

  .quizapp-results-page .quizapp-results-table-wrap {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .quizapp-results-page .quizapp-results-table {
    display: block;
  }

  .quizapp-results-page .quizapp-results-table thead {
    display: none;
  }

  .quizapp-results-page .quizapp-results-table tbody {
    display: block;
  }

  .quizapp-results-page .quizapp-results-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid rgba(117, 59, 189, 0.2);
    border-radius: 12px;
    background: #eef7f6;
    box-shadow: 0 10px 18px rgba(48, 66, 82, 0.06);
  }

  .quizapp-results-page .quizapp-results-table tbody tr:nth-child(even) td,
  .quizapp-results-page .quizapp-results-table tbody tr:hover td {
    background: transparent;
  }

  .quizapp-results-page .quizapp-results-table tbody td {
    border-top: 0;
    padding: 0;
    font-size: 1.4rem;
  }

  .quizapp-results-page .quizapp-results-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: #5a4f70;
    font-family: "Axiforma-Regular";
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .quizapp-results-page .quizapp-results-table tbody td:nth-child(1) {
    width: calc(62% - 5px);
    color: #25364a;
    font-family: "Axiforma-Regular";
    font-size: 1.7rem;
    line-height: 1.25;
  }

  .quizapp-results-page .quizapp-results-table tbody td:nth-child(1)::before {
    display: none;
  }

  .quizapp-results-page .quizapp-results-table tbody td:nth-child(6) {
    width: calc(38% - 5px);
    text-align: right;
  }

  .quizapp-results-page .quizapp-results-table tbody td:nth-child(2),
  .quizapp-results-page .quizapp-results-table tbody td:nth-child(3),
  .quizapp-results-page .quizapp-results-table tbody td:nth-child(4),
  .quizapp-results-page .quizapp-results-table tbody td:nth-child(5) {
    width: calc(50% - 5px);
    border: 1px solid rgba(117, 59, 189, 0.18);
    border-radius: 10px;
    background: #f8f4fd;
    padding: 8px 10px;
    font-size: 1.45rem;
  }

  .quizapp-results-page .quizapp-results-table tbody tr.quizapp-results-table__empty-row {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .quizapp-results-page .quizapp-results-table tbody tr.quizapp-results-table__empty-row td {
    width: 100%;
    padding: 16px 12px;
    border: 1px dashed rgba(117, 59, 189, 0.3);
    border-radius: 12px;
    background: #f8f5fd;
  }

  .quizapp-results-page .quizapp-results-table tbody tr.quizapp-results-table__empty-row td::before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .quizapp-results-page .quizapp-results-table tbody td:nth-child(1),
  .quizapp-results-page .quizapp-results-table tbody td:nth-child(6) {
    width: 100%;
    text-align: left;
  }
}

