:root {
--mauritius-red: #EA2839;
--mauritius-blue: #1A206D;
--mauritius-yellow: #FFD500;
--mauritius-green: #00A551;
}
html {
overflow-x: hidden;
}
body { background-color: #f3f4f6;
background-image:
radial-gradient(at 0% 0%, rgba(234, 40, 57, 0.15) 0px, transparent 50%),
radial-gradient(at 100% 0%, rgba(26, 32, 109, 0.15) 0px, transparent 50%),
radial-gradient(at 100% 100%, rgba(0, 165, 81, 0.15) 0px, transparent 50%),
radial-gradient(at 0% 100%, rgba(255, 213, 0, 0.15) 0px, transparent 50%);
background-attachment: fixed;
min-height: 100vh;
font-family: 'Inter', sans-serif;
color: #1f2937;
overflow-x: hidden;
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.container {
animation: fadeIn 0.8s ease-out forwards;
} .mauritius-gradient {
background: linear-gradient(to right,
var(--mauritius-red) 0%,
var(--mauritius-blue) 33%,
var(--mauritius-yellow) 66%,
var(--mauritius-green) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
} .glass-card {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow:
0 4px 6px -1px rgba(0, 0, 0, 0.05),
0 2px 4px -1px rgba(0, 0, 0, 0.03),
inset 0 0 20px rgba(255, 255, 255, 0.5);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.glass-card:hover {
background: rgba(255, 255, 255, 0.85);
transform: translateY(-5px) scale(1.01);
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04),
inset 0 0 20px rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 1);
} .glass-button {
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.glass-button:hover,
.glass-button:focus {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
} .btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table {
margin: 2rem 0;
overflow-x: auto;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
} body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: rgba(26, 32, 109, 0.05); color: var(--mauritius-blue);
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(255, 255, 255, 0.4);
} @media (max-width: 640px) {
body .wp-block-table table {
display: block;
white-space: nowrap;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
.glass-card:hover {
background: rgba(255, 255, 255, 0.85);
transform: translateY(-5px) scale(1.01);
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04),
inset 0 0 20px rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 1);
} .glass-button {
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.glass-button:hover,
.glass-button:focus {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
} .btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table {
margin: 2rem 0;
overflow-x: auto;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
} body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: rgba(26, 32, 109, 0.05); color: var(--mauritius-blue);
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(255, 255, 255, 0.4);
} @media (max-width: 640px) {
body .wp-block-table table {
display: block;
white-space: nowrap;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
.glass-card:hover {
background: rgba(255, 255, 255, 0.85);
transform: translateY(-5px) scale(1.01);
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04),
inset 0 0 20px rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 1);
} .glass-button {
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.glass-button:hover,
.glass-button:focus {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
} .btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table {
margin: 2rem 0;
overflow-x: auto;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
} body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: rgba(26, 32, 109, 0.05); color: var(--mauritius-blue);
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(255, 255, 255, 0.4);
} @media (max-width: 640px) {
body .wp-block-table table {
display: block;
white-space: nowrap;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
.glass-card:hover {
background: rgba(255, 255, 255, 0.85);
transform: translateY(-5px) scale(1.01);
box-shadow:
0 20px 25px -5px rgba(0, 0, 0, 0.1),
0 10px 10px -5px rgba(0, 0, 0, 0.04),
inset 0 0 20px rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 1);
} .glass-button {
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.glass-button:hover,
.glass-button:focus {
background: rgba(255, 255, 255, 0.9);
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
} .btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table {
margin: 2rem 0;
overflow-x: auto;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
} body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%) !important;
color: white !important;
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(255, 255, 255, 0.4);
} @media (max-width: 640px) {
body .wp-block-table table {
display: block;
white-space: nowrap;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
border-color: var(--mauritius-blue);
} .btn-primary {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
color: white;
border: none;
box-shadow: 0 4px 15px rgba(26, 32, 109, 0.3);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(26, 32, 109, 0.4);
filter: brightness(110%);
} body .wp-block-table {
margin: 2rem 0;
overflow-x: auto;
}
body .wp-block-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
} body .wp-block-table td,
body .wp-block-table th {
border: none !important;
}
body .wp-block-table th {
background: rgba(26, 32, 109, 0.05); color: var(--mauritius-blue);
font-weight: 700;
text-align: left;
padding: 1rem 1.5rem !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.8) !important;
}
body .wp-block-table td {
padding: 1rem 1.5rem !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
color: #4b5563;
}
body .wp-block-table tr:last-child td {
border-bottom: none !important;
}
body .wp-block-table tr:hover td {
background: rgba(255, 255, 255, 0.4);
} @media (max-width: 640px) {
body .wp-block-table table {
display: table;
width: 100%;
white-space: normal;
}
body .wp-block-table td,
body .wp-block-table th {
padding: 0.75rem !important;
word-wrap: break-word;
overflow-wrap: break-word;
}
} .category-btn {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-btn.active {
background: linear-gradient(135deg, var(--mauritius-blue) 0%, #2a3494 100%);
box-shadow: 0 4px 12px rgba(26, 32, 109, 0.25);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
background: rgba(26, 32, 109, 0.2);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
article.prose a:hover,
.prose a:hover {
color: var(--mauritius-blue) !important;
} .wp-block-group {
margin-bottom: 2rem;
} body #rank-math-toc {
background: rgba(255, 255, 255, 0.7) !important;
backdrop-filter: blur(20px) !important;
-webkit-backdrop-filter: blur(20px) !important;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
border-radius: 1.5rem !important;
padding: 2.5rem !important;
margin: 3rem 0 !important;
box-shadow: 0 10px 30px -10px rgba(26, 32, 109, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.5) !important;
position: relative !important;
overflow: hidden !important;
} body #rank-math-toc::before {
content: '' !important;
position: absolute !important;
top: -50px !important;
right: -50px !important;
width: 150px !important;
height: 150px !important;
background: radial-gradient(circle, rgba(234, 40, 57, 0.1) 0%, transparent 70%) !important;
z-index: 0 !important;
pointer-events: none !important;
}
body #rank-math-toc h2 {
font-size: 1.5rem !important;
font-weight: 800 !important;
color: var(--mauritius-blue) !important;
margin-bottom: 1.5rem !important;
margin-top: 0 !important;
display: flex !important;
align-items: center !important;
gap: 1rem !important;
position: relative !important;
z-index: 1 !important;
} body #rank-math-toc h2::before {
content: '\1F4D1' !important; font-size: 1.25rem !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 3rem !important;
height: 3rem !important;
background: white !important;
border-radius: 50% !important;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
color: var(--mauritius-red) !important;
font-family: "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
body #rank-math-toc nav {
position: relative !important;
z-index: 1 !important;
}
body #rank-math-toc nav ul {
list-style: none !important;
padding-left: 0 !important;
margin: 0 !important;
}
body #rank-math-toc nav ul li {
margin-bottom: 0.5rem !important;
padding-left: 0 !important;
}
body #rank-math-toc nav ul li a {
color: #4b5563 !important;
text-decoration: none !important;
font-weight: 600 !important;
transition: all 0.3s ease !important;
display: flex !important;
align-items: center !important;
padding: 0.75rem 1rem !important;
border-radius: 0.75rem !important;
gap: 0.75rem !important;
background: rgba(255, 255, 255, 0.3) !important;
border: 1px solid transparent !important;
}
body #rank-math-toc nav ul li a:hover {
color: var(--mauritius-blue) !important;
background: white !important;
padding-left: 1.25rem !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
border-color: rgba(255, 255, 255, 0.8) !important;
}
body #rank-math-toc nav ul li a:hover::before {
opacity: 1 !important;
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(26, 32, 109, 0.4);
} .prose>*+* {
margin-top: 1.5em;
}
.prose h2 {
font-size: 1.5em;
font-weight: 700;
color: var(--mauritius-blue);
margin-top: 2em;
margin-bottom: 1em;
}
.prose h3 {
font-size: 1.25em;
font-weight: 600;
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
article.prose a:hover,
.prose a:hover {
color: var(--mauritius-blue) !important;
} .wp-block-group {
margin-bottom: 2rem;
} body #rank-math-toc {
background: rgba(255, 255, 255, 0.7) !important;
backdrop-filter: blur(20px) !important;
-webkit-backdrop-filter: blur(20px) !important;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
border-radius: 1.5rem !important;
padding: 2.5rem !important;
margin: 3rem 0 !important;
box-shadow: 0 10px 30px -10px rgba(26, 32, 109, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.5) !important;
position: relative !important;
overflow: hidden !important;
} body #rank-math-toc::before {
content: '' !important;
position: absolute !important;
top: -50px !important;
right: -50px !important;
width: 150px !important;
height: 150px !important;
background: radial-gradient(circle, rgba(234, 40, 57, 0.1) 0%, transparent 70%) !important;
z-index: 0 !important;
pointer-events: none !important;
}
body #rank-math-toc h2 {
font-size: 1.5rem !important;
font-weight: 800 !important;
color: var(--mauritius-blue) !important;
margin-bottom: 1.5rem !important;
margin-top: 0 !important;
display: flex !important;
align-items: center !important;
gap: 1rem !important;
position: relative !important;
z-index: 1 !important;
} body #rank-math-toc h2::before {
content: '\1F4D1' !important; font-size: 1.25rem !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 3rem !important;
height: 3rem !important;
background: white !important;
border-radius: 50% !important;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
color: var(--mauritius-red) !important;
font-family: "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
body #rank-math-toc nav {
position: relative !important;
z-index: 1 !important;
}
body #rank-math-toc nav ul {
list-style: none !important;
padding-left: 0 !important;
margin: 0 !important;
}
body #rank-math-toc nav ul li {
margin-bottom: 0.5rem !important;
padding-left: 0 !important;
}
body #rank-math-toc nav ul li a {
color: #4b5563 !important;
text-decoration: none !important;
font-weight: 600 !important;
transition: all 0.3s ease !important;
display: flex !important;
align-items: center !important;
padding: 0.75rem 1rem !important;
border-radius: 0.75rem !important;
gap: 0.75rem !important;
background: rgba(255, 255, 255, 0.3) !important;
border: 1px solid transparent !important;
}
body #rank-math-toc nav ul li a:hover {
color: var(--mauritius-blue) !important;
background: white !important;
padding-left: 1.25rem !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
border-color: rgba(255, 255, 255, 0.8) !important;
}
body #rank-math-toc nav ul li a:hover::before {
opacity: 1 !important;
transform: translateX(0) !important;
color: var(--mauritius-blue) !important;
} body #rank-math-toc nav ul ul {
margin-top: 0.5rem !important;
padding-left: 1.5rem !important;
border-left: 2px solid rgba(26, 32, 109, 0.1) !important;
margin-left: 1.5rem !important;
}
body #rank-math-toc nav ul ul li a {
color: var(--mauritius-blue);
margin-top: 1.5em;
margin-bottom: 0.75em;
}
.prose p {
line-height: 1.75;
margin-bottom: 1.25em;
}
.prose ul {
list-style-type: disc;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose ol {
list-style-type: decimal;
padding-left: 1.625em;
margin-bottom: 1.25em;
}
.prose li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose blockquote {
font-weight: 500;
font-style: italic;
color: #111827;
border-left-width: 0.25rem;
border-left-color: var(--mauritius-yellow);
quotes: "\201C" "\201D" "\2018" "\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.prose strong {
font-weight: 600;
color: #111827;
} article.prose a,
.prose a {
color: var(--mauritius-red) !important;
text-decoration: underline !important;
font-weight: 600 !important;
transition: color 0.2s;
}
article.prose a:hover,
.prose a:hover {
color: var(--mauritius-blue) !important;
} .wp-block-group {
margin-bottom: 2rem;
} body #rank-math-toc {
background: rgba(255, 255, 255, 0.7) !important;
backdrop-filter: blur(20px) !important;
-webkit-backdrop-filter: blur(20px) !important;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
border-radius: 1.5rem !important;
padding: 2.5rem !important;
margin: 3rem 0 !important;
box-shadow: 0 10px 30px -10px rgba(26, 32, 109, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.5) !important;
position: relative !important;
overflow: hidden !important;
} #rank-math-toc {
background: rgba(255, 255, 255, 0.65) !important;
backdrop-filter: blur(16px) !important;
border: 1px solid rgba(255, 255, 255, 0.8) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
border-radius: 1.5rem !important;
padding: 1.5rem !important;
margin-bottom: 2rem !important;
}
#rank-math-toc h2 {
font-size: 1.25rem !important;
color: var(--mauritius-blue) !important;
margin: 0 0 1rem 0 !important;
padding-bottom: 0.5rem;
border-bottom: 2px solid rgba(234, 40, 57, 0.1);
font-weight: 800 !important;
letter-spacing: -0.02em;
}
#rank-math-toc nav ul {
margin: 0 !important;
padding-left: 0 !important;
list-style: none !important;
}
#rank-math-toc nav ul li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
} #rank-math-toc nav>ul>li {
margin-top: 10px !important;
margin-bottom: 2px !important;
}
#rank-math-toc nav>ul>li:first-child {
margin-top: 0 !important;
}
#rank-math-toc nav ul li a {
text-decoration: none !important;
color: #334155 !important;
font-size: 0.95rem !important;
font-weight: 700 !important;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.2s ease;
padding: 6px 8px !important;
border-radius: 6px;
line-height: 1.4;
background: transparent !important;
} #rank-math-toc nav>ul>li>a::before {
content: '◈' !important;
color: var(--mauritius-red) !important;
font-size: 14px !important;
font-weight: bold !important;
font-family: Arial, sans-serif !important;
display: inline-block !important;
min-width: 14px;
opacity: 1 !important;
transform: none !important;
} #rank-math-toc nav ul ul {
margin: 4px 0 8px 10px !important;
padding-left: 12px !important;
border-left: 2px solid rgba(26, 32, 109, 0.1) !important;
}
#rank-math-toc nav ul ul li {
margin: 0 !important;
}
#rank-math-toc nav ul ul li a {
font-size: 0.85rem !important;
font-weight: 500 !important;
color: #64748b !important;
padding: 2px 8px !important;
line-height: 1.3 !important;
} #rank-math-toc nav ul ul li a::before {
content: '↪' !important;
color: #94a3b8 !important;
font-size: 14px !important;
font-family: Arial, sans-serif !important;
font-weight: normal !important;
margin-top: 2px;
} #rank-math-toc nav ul li a:hover {
background: rgba(26, 32, 109, 0.05) !important;
color: var(--mauritius-blue) !important;
transform: translateX(3px) !important;
box-shadow: none !important;
border: none !important;
}
#rank-math-toc nav ul ul li a:hover::before {
color: var(--mauritius-blue) !important;
} .sticky {
z-index: 40; } .prose strong {
transform: none !important;
box-shadow: none !important;
border: none !important;
font-weight: 700 !important;
color: inherit !important;
} .prose img {
border-radius: 1rem;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
border: 4px solid rgba(255, 255, 255, 0.8);
margin-top: 2.5em;
margin-bottom: 2.5em;
width: 100%;
height: auto;
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
display: block;
}
.prose img:hover {
transform: scale(1.02);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
} .prose img.emoji,
.prose img.icon {
border: none;
box-shadow: none;
border-radius: 0;
display: inline-block;
width: auto;
margin: 0;
} ul.page-numbers {
display: flex;
justify-content: center;
gap: 0.5rem;
list-style: none;
padding: 0;
margin: 0;
align-items: center;
}
.page-numbers {
display: flex;
align-items: center;
justify-content: center;
min-width: 2.5rem;
height: 2.5rem;
padding: 0 0.75rem;
border-radius: 9999px; background: white;
border: 1px solid #e2e8f0; color: #475569; font-weight: 700;
font-size: 0.875rem;
text-decoration: none !important;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-numbers:hover,
.page-numbers:focus {
border-color: var(--mauritius-blue);
color: var(--mauritius-blue);
transform: translateY(-2px);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.page-numbers.current {
background: var(--mauritius-blue);
border-color: var(--mauritius-blue);
color: white;
box-shadow: 0 4px 6px -1px rgba(26, 32, 109, 0.3);
}
.page-numbers.prev,
.page-numbers.next {
padding-left: 1.25rem;
padding-right: 1.25rem;
width: auto;
background: white;   background: transparent;
border: none;
box-shadow: none;
padding: 0;
height: auto;
min-width: 0;
}
.page-numbers.prev:hover,
.page-numbers.next:hover {
transform: none; background: transparent;
color: inherit;
} .no-scrollbar::-webkit-scrollbar {
display: none;
} .no-scrollbar {
-ms-overflow-style: none; scrollbar-width: none; }