/*
Theme Name: My SEO Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A clean, SEO-ready, minimal WordPress theme with schema markup and sidebar layout.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deenz-minimal
*/

/* -------- Layout Container -------- */
body {
font: 13px/1.5 Arial,Helvetica,sans-serif;
color: #464646;
	font-size: 17px;
}sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    font-size: 14px;
    color: #000fff;
}
.container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    gap: 30px;
}
body:not(.ct-16p) li, body:not(.ct-16p) p, body:not(.ct-16p) ul, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-family: 'Open Sans',sans-serif;
}body:not(.ct-16p) p {
    font-size: 17px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
/* -------- Main Content -------- */
.main-area {
    flex: 1 1 70%;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
	padding-top: 0px;
}

.main-area h1 {
	margin-top: 0px;
    color: #222;
}

.post-content p {
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.2em;
	font-size:17px;
}

.post-content img {
    max-width: 100%;
    border-radius: 8px;
}

/* -------- Sidebar -------- */
.sidebar {
    flex: 1 1 30%;
    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    height: fit-content;
}

.sidebar h3 {
    font-size: 1.2rem;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #0073aa;
    transition: color 0.3s;
}

.sidebar ul li a:hover {
    color: #005177;
}

/* -------- Responsive -------- */
@media (max-width: 820px) {
    .container {
        flex-direction: column;
    }
h2 {
    font-size: 20px;
	padding: 0;
}
    .main-area,
    .sidebar {
        margin: 0;
		max-width: 820px;
		padding: 5px;
    }

    .main-area {
        order: 1;
    }

    .sidebar {
        order: 2;
    }
}
/* -------- Footer -------- */
#site-footer {
    background: linear-gradient(135deg, #0073aa, #00bcd4);
    color: #fff;
    margin-top: 60px;
    font-size: 15px;
}

.footer-widgets {
    padding: 40px 0;
}
.watu-question p.watupro-qnum-info {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 12px;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 30px;
}

.footer-block {
    flex: 1 1 30%;
    min-width: 250px;
}

.footer-block h2,
.footer-block h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
    display: inline-block;
}

.footer-block p {
    line-height: 1.6;
    color: #f8f9fb;
    margin-top: 0;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-block ul li {
    margin: 8px 0;
}

.footer-block ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-block ul li a:hover {
    color: #ffeb3b;
}

/* Footer bottom */
.region-footer {
    text-align: center;
    padding: 25px 10px;
    font-size: 14px;
    background: rgba(0,0,0,0.1);
}

.region-footer a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.region-footer a:hover {
    color: #ffeb3b;
}

/* -------- Responsive Footer -------- */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-block {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .footer-block h2,
    .footer-block h3 {
        border: none;
    }
}
@media (max-width: 500px){.nav-buttons a {
    display: none;
}.container {
    padding: 5px;
    margin: 0;
}main.main-area {
    padding: 5px;
	box-shadow: none;
}
table.quiz-information {
    border: 0px;
}
  .quiz-information,
  .quiz-information tbody,
  .quiz-information tr,
  .quiz-information td,
  .quiz-information th {
    display: block;
    width: 100%;
  }

.quiz-information tr {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

  .quiz-information td,
  .quiz-information th {
    border: none;
    padding: 6px 8px;
    text-align: left!important;
  }
  /* Optional: style labels (first column) bold */
  .quiz-information td:first-child {
    margin-bottom: 4px;
  }
tbody {
    border-top: 1px solid #E0E0E0;
}}
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document basics */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

body {
  margin: 0;
}

/* Sections */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

/* Headings */
h1 {
  font-size: 1.5rem;
  margin: 0.67em 0;
}

/* Grouping content */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

/* Text-level semantics */
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

/* Links */
a {
  background-color: transparent;
  text-decoration: underline;
  color: inherit;
}

/* Lists */
ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Embedded content */
audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  max-width: 100%;
  border-style: none;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td, th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #D4D4D4;
  font-size: 17px;
}

/* Forms basics */
button, input, select, textarea {
  margin: 0;
  font: inherit;
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Summary */
summary {
  display: list-item;
}

/* Hidden elements */
[hidden], template {
  display: none;
}

/* Global box-sizing */
*, *::before, *::after {
  box-sizing: border-box;
}
.reference-list li {
    border-top: 0.063rem solid #ccc;
    margin: 20px 0px;
    padding-top: 10px;
}.inner img {
    margin: 0;
}.quiz-form-intra {
    background: #f0f8ff;
}span.thecategory a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 0 10px 0 12px;
    background: #777;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-weight: 700;
    border-radius: 3px;
}.langs {
    background: #E0E0E0!important;
    border-radius: 10px;
    padding: 0 13px;
    margin-top: 10px;
}.langs p {
    margin-bottom: 0;
    padding-top: 10px;
}.langs .inner {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}.langs a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}#description-quiz .langs p {
    font-size: 15px;
}