/*
Theme Name: Mavix Resume Child
Theme URI: http://creativthemes.com/downloads/mavix-resume/
Template: mavix-resume
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Mavix Resume is a WordPress theme best suited for developer, designer, programmer, freelancer, web developer, ml engineer, dataOps, game developer, app developer, engineer, project manager, UI/UX designer, cybersecurity, SEO specialist, business consultant, marketing manager, copywriter, content creator or other professions.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,left-sidebar,editor-style,right-sidebar,full-width-template,two-columns,custom-colors,custom-header,custom-logo,blog,entertainment,portfolio
Version: 1.0.1769448349
Updated: 2026-01-26 17:25:49

*/

body, button, input, select, textarea {
  font-size: 15px !important;
}
#masthead .header-top {
  padding: 5px 0 !important;
}
.section-gap {
  padding: 15px 0 !important;
}
#header-image .page-header {
  margin-top: 18px !important;
}
h1 {
  font-size: 37px !important;
}
h2 {
  font-size: 35px !important;
}


/* H2 HEADINGS WITH ICONS AND LINES */
.styled-heading{
  padding-left: 35px !important;
  position: relative;
  padding-bottom: 7px !important;
  border-bottom: 2px solid rgba(245, 233, 66, 0.3) !important;
}
.styled-heading.wp-block-heading::before,
.styled-heading::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 8px;
  color: #F5E942;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
h2.wp-block-heading,
h2 {
  font-size: 36px !important;
  color: #2a2a2a !important;
  margin: 10px 0 10px 0 !important;
}

/* H3 HEADINGS - CLEAN WITHOUT ICONS */
h3.wp-block-heading,
h3 {
  font-size: 24px !important;
  color: #2a2a2a !important;
  margin: 30px 0 15px 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}


/* INTRO TEXT AFTER H1 */
h1.wp-block-heading + p em,
h1 + p em {
  display: block;
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #555 !important;
  padding: 10px 30px 10px 45px !important;
  background: linear-gradient(to right, #f8f9fa 0%, transparent 100%) !important;
  font-style: italic !important;
  position: relative;
}

h1.wp-block-heading + p em::before,
h1 + p em::before {
  content: "ℹ";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #F5E942;
  color: #2a2a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 17px;
  font-style: normal;
  box-shadow: 0 2px 8px rgba(245, 233, 66, 0.3);
}


/* DISCLAIMER / FOOTNOTE TEXT */
.entry-content > p:first-of-type:not(:has(em)):not(:has(strong)) {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #666 !important;
  padding: 18px 20px !important;
  margin: 30px 0 !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
}

.disclaimer-text {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #666 !important;
  padding: 18px 20px 18px 35px !important;
  margin: 30px 0 !important;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  position: relative;
}

.disclaimer-text::before {
  content: "*";
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
}


/* STATISTIC BLOCKS */
.wp-block-table.statistic-1,
figure.wp-block-table.statistic-1,
.wp-block-table.statistic-2,
figure.wp-block-table.statistic-2,
.wp-block-table.statistic-3,
figure.wp-block-table.statistic-3,
.wp-block-table.statistic-4,
figure.wp-block-table.statistic-4 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.statistic-1,
.statistic-2,
.statistic-3,
.statistic-4 {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 3px solid #F5E942;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.statistic-1 table,
.statistic-2 table,
.statistic-3 table,
.statistic-4 table,
.statistic-1 table.has-fixed-layout,
.statistic-2 table.has-fixed-layout,
.statistic-3 table.has-fixed-layout,
.statistic-4 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.statistic-1 td,
.statistic-2 td,
.statistic-3 td,
.statistic-4 td {
  padding: 25px 30px !important;
  text-align: center;
  border: none !important;
  color: #fff !important;
  background: transparent !important;
}

.statistic-1 td strong,
.statistic-2 td strong,
.statistic-3 td strong,
.statistic-4 td strong {
  display: block;
  font-size: 48px !important;
  color: #F5E942 !important;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}


/* STYLED STAT BOX */
.wp-block-table.styled-stat-box,
figure.wp-block-table.styled-stat-box {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-stat-box {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #dc3545;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-stat-box table,
.styled-stat-box table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-stat-box td {
  padding: 20px 17px !important;
  text-align: center;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #333 !important;
  background: #fff !important;
  width: 25% !important;
}

.styled-stat-box td:last-child {
  border-right: none !important;
}

.styled-stat-box td strong {
  display: block;
  font-size: 40px;
  color: #dc3545;
  font-weight: 900;
  letter-spacing: -1px;
}


/* STYLED STATIC BLOCK */
.wp-block-table.styled-static-block,
figure.wp-block-table.styled-static-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-static-block {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #17a2b8;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-static-block table,
.styled-static-block table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-static-block td {
  padding: 20px 17px !important;
  text-align: center;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #333 !important;
  background: #fff !important;
  width: 25% !important;
}

.styled-static-block td:last-child {
  border-right: none !important;
}

.styled-static-block td strong {
  display: block;
  font-size: 40px;
  color: #17a2b8;
  font-weight: 900;
  letter-spacing: -1px;
}


/* STYLED STATIC BLOCK 2 */
.wp-block-table.styled-static-block-2,
figure.wp-block-table.styled-static-block-2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-static-block-2 {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 3px solid #F5E942;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 30px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-static-block-2 table,
.styled-static-block-2 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-static-block-2 td {
  padding: 17px 20px !important;
  text-align: center;
  border: none !important;
  border-right: 2px solid rgba(245, 233, 66, 0.3) !important;
  color: #fff !important;
  background: transparent !important;
  width: 20% !important;
}

.styled-static-block-2 td:last-child {
  border-right: none !important;
}

.styled-static-block-2 td strong {
  display: block;
  font-size: 48px;
  color: #F5E942;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 10px;
}


/* STYLED STATIC BLOCK 3 */
.wp-block-table.styled-static-block-3,
figure.wp-block-table.styled-static-block-3 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-static-block-3 {
  background: #fff;
  border-radius: 0 !important;
  padding: 15px !important;
  margin: 20px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #2a2a2a;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-static-block-3 table,
.styled-static-block-3 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-static-block-3 td {
  padding: 30px 25px !important;
  text-align: center;
  border: none !important;
  vertical-align: middle;
  width: 50% !important;
}

.styled-static-block-3 td:first-child {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
  border-right: 3px solid #2a2a2a !important;
}

.styled-static-block-3 td:last-child {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
}

.styled-static-block-3 td strong:first-child {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.styled-static-block-3 td:first-child strong:first-child {
  color: #28a745 !important;
}

.styled-static-block-3 td:last-child strong:first-child {
  color: #dc3545 !important;
}

.styled-static-block-3 td strong:not(:first-child) {
  display: block;
  font-size: 42px !important;
  font-weight: 900;
  margin: 20px 0 !important;
  letter-spacing: -1px;
}

.styled-static-block-3 td:first-child strong:not(:first-child) {
  color: #28a745 !important;
}

.styled-static-block-3 td:last-child strong:not(:first-child) {
  color: #dc3545 !important;
}


/* KEY BLOCK */
.key-block {
  background: linear-gradient(135deg, #fffef5 0%, #fffbcc 100%) !important;
  border: 3px solid #F5E942 !important;
  border-radius: 8px !important;
  padding: 15px 30px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 20px rgba(245, 233, 66, 0.2);
}

.key-block p {
  margin-bottom: 12px !important;
  line-height: 1.7;
  color: #2a2a2a !important;
}

.key-block p:last-child {
  margin-bottom: 0 !important;
}

.key-block p strong {
  display: block;
  color: #2a2a2a !important;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.key-block p em {
  display: block;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}


/* KEY BLOCK 2 */
.key-block-2 {
  background: linear-gradient(135deg, #e6f9ff 0%, #d1f0ff 100%) !important;
  border: 3px solid #17a2b8 !important;
  border-radius: 8px !important;
  padding: 15px 30px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 20px rgba(23, 162, 184, 0.2);
}

.key-block-2 p {
  margin-bottom: 12px !important;
  line-height: 1.7;
  color: #2a2a2a !important;
}

.key-block-2 p:last-child {
  margin-bottom: 0 !important;
}

.key-block-2 p strong {
  display: block;
  color: #17a2b8 !important;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.key-block-2 p em {
  display: block;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}


/* R BLOCK */
.r-block {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
  border-left: 5px solid #28a745 !important;
  padding: 15px 25px !important;
  margin: 20px 0 !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
  line-height: 1.7;
}

.r-block p {
  margin-bottom: 8px !important;
  line-height: 1.7;
  color: #2a2a2a !important;
}

.r-block p:last-child {
  margin-bottom: 0 !important;
}

.r-block p strong {
  display: block;
  color: #28a745 !important;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.r-block p em {
  color: #333;
  font-style: italic;
}


/* ADVENTAGE BLOCK */
.wp-block-table.adventage-block,
figure.wp-block-table.adventage-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.adventage-block {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #2a2a2a;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.adventage-block table,
.adventage-block table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.adventage-block td {
  padding: 15px 30px !important;
  text-align: left;
  border: none !important;
  vertical-align: top;
  width: 50% !important;
}

.adventage-block td:first-child {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
  border-right: 3px solid #2a2a2a !important;
}

.adventage-block td:last-child {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
}

.adventage-block td strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.adventage-block td:first-child strong {
  color: #28a745 !important;
}

.adventage-block td:last-child strong {
  color: #ff9800 !important;
}


/* STYLED SLOG */
.styled-slog {
  background: linear-gradient(135deg, #F5E942 0%, #e8db1f 100%) !important;
  border: 3px solid #2a2a2a !important;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  margin: 20px 0 !important;
  text-align: center !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: #2a2a2a !important;
}

.styled-slog em {
  font-style: italic;
  color: #2a2a2a !important;
}


/* STYLES LIST */
.styles-list,
.styles-list li {
  list-style: none !important;
  list-style-type: none !important;
}

.styles-list {
  padding-left: 0 !important;
  margin: 20px 0 !important;
  background: linear-gradient(to bottom, #f8f9fa 0%, #fff 100%);
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px 30px !important;
}

.styles-list li {
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  position: relative;
  line-height: 1.7;
  color: #333;
}

.styles-list li::marker {
  display: none !important;
  content: none !important;
}

.styles-list li::before {
  content: "📄";
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 0;
}


/* BEHAVIOUR BLOCK */
.behaviour-block {
  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%) !important;
  border-left: 5px solid #F5E942 !important;
  border-radius: 0 !important;
  padding: 20px 30px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 20px rgba(245, 233, 66, 0.15);
  line-height: 1.7;
}

.behaviour-block strong {
  display: block;
  color: #2a2a2a !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.behaviour-block em {
  display: block;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}


/* ATTENTION BLOCK */
.wp-block-table.attention-block,
figure.wp-block-table.attention-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.attention-block {
  background: linear-gradient(to right, #fff5f5, #fff) !important;
  border-left: 5px solid #dc3545 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.15) !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.attention-block table,
.attention-block table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.attention-block td {
  padding: 20px 25px !important;
  text-align: left;
  border: none !important;
  color: #2a2a2a !important;
  line-height: 1.7;
  background: transparent !important;
}

.attention-block td strong {
  color: #dc3545 !important;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}


/* REVIEW BLOCK */
.review-block {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
  border-left: 5px solid #28a745 !important;
  padding: 20px 25px !important;
  margin: 20px 0 !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
  line-height: 1.7;
}

.review-block strong {
  display: block;
  color: #28a745 !important;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

.review-block em {
  color: #333;
  font-style: italic;
}


/* SLOGAN YELLOW */
.slogan-yellow {
  background: linear-gradient(135deg, #F5E942 0%, #e8db1f 100%) !important;
  border: 3px solid #2a2a2a !important;
  border-radius: 0 !important;
  padding: 15px 35px !important;
  margin: 28px 0 !important;
  text-align: center !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.slogan-yellow strong {
  color: #2a2a2a !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.slogan-yellow em {
  font-style: italic;
  color: #2a2a2a !important;
}


/* SLOGAN YELLOW 1 */
.slogan-yellow-1 {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%) !important;
  border: 3px solid #F5E942 !important;
  border-radius: 0 !important;
  padding: 20px 40px !important;
  margin: 20px 0 !important;
  text-align: center !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.slogan-yellow-1 strong {
  color: #F5E942 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

.slogan-yellow-1 em {
  font-style: italic;
  color: #F5E942 !important;
}


/* YELLOW BLOCK */
.wp-block-table.yellow-block,
figure.wp-block-table.yellow-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.yellow-block {
  background: linear-gradient(135deg, #fffef5 0%, #fffbcc 100%);
  border: 3px solid #F5E942;
  border-radius: 8px !important;
  padding: 0 !important;
  margin: 30px 0 !important;
  overflow: visible !important;
  box-shadow: 0 6px 20px rgba(245, 233, 66, 0.2);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.yellow-block table,
.yellow-block table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.yellow-block td {
  padding: 25px 30px !important;
  text-align: left;
  border: none !important;
  color: #2a2a2a !important;
  line-height: 1.7;
  background: transparent !important;
}

.yellow-block td strong {
  display: block;
  color: #2a2a2a !important;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 800;
}

.yellow-block td em {
  display: block;
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}


/* STYLED AD BLOCK */
.wp-block-table.styled-ad-block,
figure.wp-block-table.styled-ad-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-ad-block {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 30px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #2a2a2a;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-ad-block table,
.styled-ad-block table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-ad-block td {
  padding: 20px 25px !important;
  text-align: center;
  border: none !important;
  vertical-align: middle;
  width: 50% !important;
}

.styled-ad-block td:first-child {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
  border-right: 3px solid #2a2a2a !important;
}

.styled-ad-block td:last-child {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
}

.styled-ad-block td strong:first-child {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.styled-ad-block td:first-child strong:first-child {
  color: #28a745 !important;
}

.styled-ad-block td:last-child strong:first-child {
  color: #dc3545 !important;
}

.styled-ad-block td strong:not(:first-child) {
  display: block;
  font-size: 48px !important;
  font-weight: 900;
  margin: 15px 0 !important;
  letter-spacing: -1px;
}

.styled-ad-block td:first-child strong:not(:first-child) {
  color: #28a745 !important;
}

.styled-ad-block td:last-child strong:not(:first-child) {
  color: #dc3545 !important;
}


/* ST BLOCK COL 1 */
.st-block-col-1 {
  background: linear-gradient(to bottom, #f8f9fa 0%, #fff 100%) !important;
  border: 2px solid rgba(245, 233, 66, 0.3) !important;
  border-radius: 8px !important;
  padding: 14px 30px !important;
  margin: 6px 0 !important;
}

.st-block-col-1 h3 {
  font-size: 22px !important;
  color: #2a2a2a !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #F5E942 !important;
}

.st-block-col-1 ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.st-block-col-1 ul li {
  padding-left: 10px !important;
  margin-bottom: 7px !important;
  position: relative;
  line-height: 1.7;
}

.st-block-col-1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.st-block-col-1 ul li strong {
  color: #28a745 !important;
  font-size: 18px;
  margin-right: 8px;
}


/* NOTICE BLOCKS */
.wp-block-table.notice-block,
figure.wp-block-table.notice-block,
.wp-block-table.notice-block-2,
figure.wp-block-table.notice-block-2,
.wp-block-table.notice-block-3,
figure.wp-block-table.notice-block-3 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.notice-block,
.notice-block-2,
.notice-block-3 {
  background: linear-gradient(135deg, #fffef5 0%, #fffbcc 100%);
  border-left: 5px solid #F5E942;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 6px 20px rgba(245, 233, 66, 0.2);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.notice-block table,
.notice-block-2 table,
.notice-block-3 table,
.notice-block table.has-fixed-layout,
.notice-block-2 table.has-fixed-layout,
.notice-block-3 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.notice-block td,
.notice-block-2 td,
.notice-block-3 td {
  padding: 20px 25px !important;
  text-align: left;
  border: none !important;
  color: #2a2a2a !important;
  line-height: 1.7;
  background: transparent !important;
}

.notice-block td strong,
.notice-block-2 td strong,
.notice-block-3 td strong {
  color: #2a2a2a !important;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}


/* DID YOU KNOW BLOCK */
.wp-block-table.did-you-know,
figure.wp-block-table.did-you-know {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.did-you-know {
  background: linear-gradient(135deg, #e6f9ff 0%, #d1f0ff 100%);
  border: 3px solid #17a2b8;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  overflow: visible !important;
  box-shadow: 0 6px 20px rgba(23, 162, 184, 0.2);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  position: relative;
}

.did-you-know::before {
  content: "💡";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  opacity: 0.3;
}

.did-you-know table,
.did-you-know table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.did-you-know td {
  padding: 11px 30px !important;
  text-align: left;
  border: none !important;
  color: #2a2a2a !important;
  line-height: 1.7;
  background: transparent !important;
}

.did-you-know td strong {
  color: #17a2b8 !important;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
}


/* GROUP COLUMNS */
.group-1,
.group-2 {
  background: linear-gradient(to bottom, #f8f9fa 0%, #fff 100%) !important;
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  padding: 25px 30px !important;
  margin: 15px 0 !important;
}

.group-1 h3,
.group-2 h3 {
  font-size: 22px !important;
  color: #2a2a2a !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #F5E942 !important;
}

.group-1 p,
.group-2 p {
  margin-bottom: 10px !important;
  line-height: 1.7;
  color: #444 !important;
}


/* LISTS WITH ARROWS */

.styled-list-with-arrow,
.styled-list-with-arrow li {
  list-style: none !important;
  list-style-type: none !important;
}

.styled-list-with-arrow {
  padding-left: 0 !important;
  margin: 14px 0 !important;
}

.styled-list-with-arrow li {
  padding-left: 30px !important;
  margin-bottom: 15px !important;
  position: relative;
  line-height: 1.7;
  color: #333;
}

.styled-list-with-arrow li::marker {
  display: none !important;
  content: none !important;
}

.styled-list-with-arrow li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #F5E942;
  font-weight: bold;
  font-size: 20px;
  top: -5px;
}

.styled-list-with-arrow-1,
.styled-list-with-arrow-1 li {
  list-style: none !important;
  list-style-type: none !important;
}

.styled-list-with-arrow-1 {
  padding-left: 0 !important;
  margin: 25px 0 !important;
}

.styled-list-with-arrow-1 li {
  padding-left: 40px !important;
  margin-bottom: 18px !important;
  position: relative;
  line-height: 1.8;
  background: linear-gradient(to right, #fffef5 0%, transparent 100%);
  padding: 12px 12px 12px 40px !important;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.styled-list-with-arrow-1 li::marker {
  display: none !important;
  content: none !important;
}

.styled-list-with-arrow-1 li:hover {
  background: linear-gradient(to right, #fffbcc 0%, transparent 100%);
  transform: translateX(5px);
}

.styled-list-with-arrow-1 li::before {
  content: "➤";
  position: absolute;
  left: 12px;
  color: #F5E942;
  font-weight: bold;
  font-size: 18px;
  top: 12px;
}

.styled-list-with-arrow-2,
.styled-list-with-arrow-2 li {
  list-style: none !important;
  list-style-type: none !important;
}

.styled-list-with-arrow-2 {
  padding-left: 0 !important;
  margin: 15px 0 !important;
}

.styled-list-with-arrow-2 li {
  padding-left: 30px !important;
  margin-bottom: 10px !important;
  position: relative;
  line-height: 1.7;
}

.styled-list-with-arrow-2 li::marker {
  display: none !important;
  content: none !important;
}

.styled-list-with-arrow-2 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #F5E942 0%, #e8db1f 100%);
  color: #2a2a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  top: 0;
  box-shadow: 0 2px 8px rgba(245, 233, 66, 0.3);
}

.st-list,
.st-list li {
  list-style: none !important;
  list-style-type: none !important;
}

.st-list {
  padding-left: 0 !important;
  margin: 20px 0 !important;
}

.st-list li {
  padding-left: 30px !important;
  margin-bottom: 9px !important;
  position: relative;
  line-height: 1.6;
}

.st-list li::marker {
  display: none !important;
  content: none !important;
}

.st-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #F5E942;
  font-size: 24px;
  top: -8px;
}

/* BOXES AND TABLES */

.wp-block-table.styled-box,
figure.wp-block-table.styled-box {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-box {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 17px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #F5E942;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-box table,
.styled-box table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-box td {
  padding: 15px 17px !important;
  text-align: center;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #333 !important;
  background: #fff !important;
  width: 25% !important;
}

.styled-box td:last-child {
  border-right: none !important;
}

.styled-box td strong {
  display: block;
  font-size: 38px;
  color: #F5E942;
  font-weight: 800;
  letter-spacing: -1px;
}

.styled-box td br + strong,
.styled-box td strong + br {
  display: inline;
}

.wp-block-table.styled-box-2,
figure.wp-block-table.styled-box-2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-box-2 {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-box-2 table,
.styled-box-2 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-box-2 td {
  padding: 6px 25px !important;
  text-align: center;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  color: #2a2a2a !important;
}

.styled-box-2 td:last-child {
  border-right: none !important;
}

.styled-box-2 td strong {
  display: inline-block;
  font-size: 30px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 7px;
}

.wp-block-table.styled-box-3,
figure.wp-block-table.styled-box-3 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-box-3 {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(0, 0, 0, 0.1);
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-box-3 table,
.styled-box-3 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-box-3 td {
  padding: 24px !important;
  vertical-align: top;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.styled-box-3 td:last-child {
  border-right: none !important;
}

.styled-box-3 td strong {
  display: block;
  color: #2a2a2a;
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-block-table.styled-box-4,
figure.wp-block-table.styled-box-4 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.styled-box-4 {
  background: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  overflow: visible !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 3px solid #2a2a2a;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.styled-box-4 table,
.styled-box-4 table.has-fixed-layout {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  table-layout: auto !important;
  display: table !important;
}

.styled-box-4 tr {
  border-bottom: 2px solid rgba(42, 42, 42, 0.1);
}

.styled-box-4 tr:last-child {
  border-bottom: none;
}

.styled-box-4 td {
  padding: 15px !important;
  vertical-align: top;
  border: none !important;
  width: 50%;
}

.styled-box-4 td:first-child {
  background: rgba(255, 0, 0, 0.05);
  border-right: 3px solid #2a2a2a !important;
  position: relative;
}

.styled-box-4 td:last-child {
  background: rgba(0, 255, 0, 0.05);
  position: relative;
}

.styled-box-4 td strong {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.styled-box-4 td:first-child strong:first-child {
  color: #dc3545 !important;
  background: #fff;
  padding: 4px 14px;
  border-radius: 8px;
  border: 2px solid #dc3545;
  display: inline-block;
}

.styled-box-4 td:last-child strong:first-child {
  color: #28a745 !important;
  background: #fff;
  padding: 4px 14px;
  border-radius: 8px;
  border: 2px solid #28a745;
  display: inline-block;
}

.styled-box-4 td:first-child::before {
  content: "✗";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  color: rgba(220, 53, 69, 0.2);
  font-weight: bold;
}

.styled-box-4 td:last-child::before {
  content: "✓";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  color: rgba(40, 167, 69, 0.2);
  font-weight: bold;
}

/* QUOTES AND NOTES */
.styled-quote {
  font-style: italic !important;
  font-size: 19px !important;
  line-height: 1.7 !important;
  color: #2a2a2a !important;
  padding: 30px 30px 30px 30px !important;
  margin: 30px 0 !important;
  background: #f8f9fa !important;
  border-left: 5px solid #F5E942 !important;
  border-radius: 0 !important;
  position: relative;
  box-shadow: none !important;
}

.styled-quote::before {
  display: none !important;
}

.styled-quote-1 {
  padding: 25px 25px 25px 25px !important;
  margin: 24px 0 !important;
  background: #eef1f4 !important;
  border-left: 4px solid #F5E942 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.styled-quote-1 strong {
  color: #F5E942 !important;
  background: #2a2a2a;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
}

.styled-quote-1 em {
  font-style: italic;
  color: #444;
  line-height: 1.7;
}

.styled-quote-3 {
  padding: 25px 30px !important;
  margin: 20px 0 !important;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 3px solid #F5E942 !important;
  border-radius: 12px;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.styled-quote-3 strong {
  color: #F5E942 !important;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 1px;
}

.styled-note {
  background: linear-gradient(135deg, #fff7cc 0%, #ffe680 100%);
  border-left: 5px solid #F5E942 !important;
  border-radius: 0 !important;
  padding: 15px 22px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 20px rgba(245, 233, 66, 0.15);
}

.styled-note p {
  margin-bottom: 12px !important;
  line-height: 1.7;
  word-wrap: break-word !important;
}

.styled-note p strong {
  color: #2a2a2a !important;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.styled-note p:last-child {
  margin-bottom: 0 !important;
}

.styled-note em {
  font-size: 14px;
}

.styled-blocknote {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border: 3px solid #F5E942 !important;
  border-radius: 0 !important;
  padding: 20px 35px !important;
  margin: 20px 0 !important;
  color: #fff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.styled-blocknote p {
  color: #fff !important;
  margin-bottom: 4px !important;
  line-height: 1.8;
}

.styled-blocknote p strong {
  color: #F5E942 !important;
  font-size: 20px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.styled-blocknote em {
  color: #F5E942 !important;
  font-size: 14px;
  opacity: 0.9;
}

.policy-update {
  background: linear-gradient(to right, #fff5f5, #fff);
  border-left: 5px solid #dc3545 !important;
  border-radius: 0 !important;
  padding: 20px 30px !important;
  margin: 20px 0 !important;
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.1);
}

.policy-update strong {
  color: #dc3545 !important;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.policy-update em {
  color: #666;
  font-size: 14px;
}

/* TABLE STYLING */

figure.wp-block-table,
.wp-block-table {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mtr-table.mtr-thead-th,
table.mtr-table.mtr-thead-th,
table.has-fixed-layout.mtr-table.mtr-thead-th {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 13px 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
  table-layout: auto !important;
  display: table !important;
}

.mtr-table.mtr-thead-th thead {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.mtr-table.mtr-thead-th .mtr-th-tag {
  padding: 20px 15px !important;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(245, 233, 66, 0.3) !important;
  border: none !important;
}

.mtr-table.mtr-thead-th .mtr-th-tag:last-child {
  border-right: none !important;
}

.mtr-table.mtr-thead-th tbody tr {
  background: #fff;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(even) {
  background: #fffef5;
}

.mtr-table.mtr-thead-th .mtr-td-tag {
  padding: 18px 15px !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #333 !important;
}

.mtr-table.mtr-thead-th .mtr-td-tag:last-child {
  border-right: none !important;
}

.mtr-table.mtr-thead-th tbody tr:last-child .mtr-td-tag {
  border-bottom: none !important;
}

.mtr-table.mtr-thead-th .mtr-td-tag strong {
  color: #F5E942 !important;
  background: #2a2a2a;
  padding: 4px 12px;
  border-radius: 6px;
  display: inline-block;
}

.mtr-one-row-table {
  background: transparent !important;
  border: none !important;
}

.mtr-one-row-table td {
  background: #fff;
}

/* BLOCKQUOTE STANDARD */

.wp-block-quote {
  border-left: 5px solid #F5E942 !important;
 padding: 12px 30px 12px 30px !important;
  margin: 15px 0 !important;
  background: #eef1f4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.wp-block-quote p {
  font-style: italic;
  color: #333 !important;
  line-height: 1.7;
  margin-bottom: 10px !important;
}

.wp-block-quote p.styled-quote {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.wp-block-quote cite,
.wp-block-quote footer {
  color: #666 !important;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

/* STATISTICS ENHANCEMENTS */

.styled-box.mtr-one-row-table td {
  position: relative;
  overflow: hidden;
}

.styled-box.mtr-one-row-table td strong {
  font-size: 48px !important;
  color: #F5E942 !important;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: -1px;
}

.styled-box-2 td {
  position: relative;
}

.styled-box-2 td:nth-child(1) {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
}

.styled-box-2 td:nth-child(2) {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%) !important;
}

.styled-box-2 td:nth-child(3) {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
}

.styled-box-2 td strong:first-child {
  color: #2a2a2a !important;
  font-size: 22px !important;
  margin-bottom: 5px !important;
  font-weight: 700 !important;
}

.styled-box-2 td strong:nth-child(2) {
  font-size: 48px !important;
  margin: 10px 0 !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.styled-box-2 td:nth-child(1) strong:nth-child(2) {
  color: #28a745 !important;
}

.styled-box-2 td:nth-child(2) strong:nth-child(2) {
  color: #ff9800 !important;
}

.styled-box-2 td:nth-child(3) strong:nth-child(2) {
  color: #dc3545 !important;
}

.styled-box-2 td br + text,
.styled-box-2 td strong + br + text {
  display: block;
  margin-top: 8px;
  color: #555 !important;
  font-size: 14px;
  font-weight: 600;
}

.mtr-table.mtr-thead-th tbody tr .mtr-td-tag:nth-child(2) strong {
  background: #28a745 !important;
  color: #fff !important;
}

.mtr-table.mtr-thead-th tbody tr .mtr-td-tag:nth-child(3) {
  color: #dc3545 !important;
  font-weight: 700 !important;
}

.styled-box-3 h2 {
  font-size: 24px !important;
  margin-bottom: 20px !important;
}

.styled-box-3 td:nth-child(1) {
  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%) !important;
}

.styled-box-3 td:nth-child(2) {
  background: linear-gradient(135deg, #e6f9ff 0%, #fff 100%) !important;
}

.styled-box-3 td:nth-child(1) strong {
  color: #F5E942 !important;
  background: #2a2a2a;
  padding: 8px 16px !important;
  border-radius: 8px;
  border: none !important;
}

.styled-box-3 td:nth-child(2) strong {
  color: #17a2b8 !important;
  background: #2a2a2a;
  padding: 8px 16px !important;
  border-radius: 8px;
  border: none !important;
}

.styled-box-3 td ul,
.styled-box-3 td ol,
.styled-box-3 td ul li,
.styled-box-3 td ol li {
  list-style: none !important;
  list-style-type: none !important;
}

.styled-box-3 td ul,
.styled-box-3 td ol {
  padding-left: 0 !important;
  margin: 0 !important;
}

.styled-box-3 td ul li,
.styled-box-3 td ol li {
  padding-left: 35px !important;
  margin-bottom: 14px !important;
  position: relative;
  line-height: 1.7;
}

.styled-box-3 td ul li::marker,
.styled-box-3 td ol li::marker {
  display: none !important;
  content: none !important;
}

.styled-box-3 td:nth-child(1) ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #F5E942;
  font-weight: bold;
  font-size: 20px;
  top: -2px;
}

.styled-box-3 td:nth-child(2) ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #17a2b8;
  font-weight: bold;
  font-size: 20px;
  top: -2px;
}

.mtr-table.mtr-thead-th tbody tr .mtr-td-tag:nth-child(2),
.mtr-table.mtr-thead-th tbody tr .mtr-td-tag:nth-child(3) {
  overflow: hidden;
}



.mtr-table.mtr-thead-th tbody tr:nth-child(1) .mtr-td-tag:nth-child(2)::after {
  width: 97%;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(2) .mtr-td-tag:nth-child(2)::after {
  width: 95%;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(3) .mtr-td-tag:nth-child(2)::after {
  width: 95%;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(1) .mtr-td-tag:nth-child(3)::after {
  width: 20%;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(2) .mtr-td-tag:nth-child(3)::after {
  width: 28%;
}

.mtr-table.mtr-thead-th tbody tr:nth-child(3) .mtr-td-tag:nth-child(3)::after {
  width: 24%;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  h1.wp-block-heading + p em,
  h1 + p em {
    font-size: 16px !important;
    padding: 18px 20px 18px 40px !important;
  }
  
  h1.wp-block-heading + p em::before,
  h1 + p em::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
    left: 6px;
  }
  
  .styled-heading {
    padding-left: 30px !important;
  }
  
  .styled-heading::before {
    font-size: 28px;
    top: 6px;
  }
  
  h2.wp-block-heading,
  h2 {
    font-size: 32px !important;
  }
  
  h3.wp-block-heading,
  h3 {
    font-size: 20px !important;
  }
  
  .statistic-1 td strong,
  .statistic-2 td strong,
  .statistic-3 td strong,
  .statistic-4 td strong,
  .styled-stat-box td strong,
  .styled-static-block td strong {
    font-size: 36px !important;
  }
  
  .statistic-1 td,
  .statistic-2 td,
  .statistic-3 td,
  .statistic-4 td,
  .styled-stat-box td,
  .styled-static-block td {
    padding: 20px !important;
    display: block;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  
  .statistic-1 td:last-child,
  .statistic-2 td:last-child,
  .statistic-3 td:last-child,
  .statistic-4 td:last-child,
  .styled-stat-box td:last-child,
  .styled-static-block td:last-child {
    border-bottom: none !important;
  }
  
  .styled-static-block-2 td {
    display: block;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 2px solid rgba(245, 233, 66, 0.3) !important;
  }
  
  .styled-static-block-2 td:last-child {
    border-bottom: none !important;
  }
  
  .styled-static-block-2 td strong {
    font-size: 36px !important;
  }
  
  .styled-static-block-3 td {
    display: block;
    width: 100% !important;
    border-right: none !important;
  }
  
  .styled-static-block-3 td:first-child {
    border-right: none !important;
    border-bottom: 3px solid #2a2a2a !important;
  }
  
  .styled-static-block-3 td strong:not(:first-child) {
    font-size: 36px !important;
  }
  
  .key-block,
  .key-block-2 {
    padding: 20px !important;
  }
  
  .r-block,
  .behaviour-block,
  .review-block {
    padding: 20px !important;
  }
  
  .adventage-block td {
    display: block;
    width: 100% !important;
    border-right: none !important;
  }
  
  .adventage-block td:first-child {
    border-right: none !important;
    border-bottom: 3px solid #2a2a2a !important;
  }
  
  .styled-slog {
    padding: 18px 25px !important;
    font-size: 18px;
  }
  
  .styles-list {
    padding: 20px !important;
  }
  
  .slogan-yellow,
  .slogan-yellow-1 {
    padding: 20px 25px !important;
  }
  
  .slogan-yellow strong {
    font-size: 20px !important;
  }
  
  .slogan-yellow-1 strong {
    font-size: 22px !important;
  }
  
  .styled-ad-block td {
    display: block;
    width: 100% !important;
    border-right: none !important;
  }
  
  .styled-ad-block td:first-child {
    border-right: none !important;
    border-bottom: 3px solid #2a2a2a !important;
  }
  
  .styled-ad-block td strong:not(:first-child) {
    font-size: 36px !important;
  }
  
  .st-block-col-1 {
    padding: 20px !important;
  }
  
  .notice-block td,
  .notice-block-2 td,
  .notice-block-3 td,
  .did-you-know td,
  .attention-block td {
    padding: 18px 20px !important;
  }
  
  .did-you-know::before {
    top: 15px;
    right: 15px;
    font-size: 28px;
  }
  
  .group-1,
  .group-2 {
    padding: 20px !important;
  }
  
  .disclaimer-text {
    font-size: 12px !important;
    padding: 15px 18px 15px 30px !important;
  }
  
  .disclaimer-text::before {
    left: 12px;
    top: 15px;
    font-size: 16px;
  }
  
  .styled-box td,
  .styled-box-2 td {
    display: block;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  
  .styled-box td:last-child,
  .styled-box-2 td:last-child {
    border-bottom: none !important;
  }
  
  .styled-box-3 td {
    display: block;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
  
  .styled-box-3 td:last-child {
    border-bottom: none !important;
  }
  
  .styled-box-4 td {
    display: block;
    width: 100% !important;
    border-right: none !important;
  }
  
  .styled-box-4 td:first-child {
    border-right: none !important;
    border-bottom: 2px solid #2a2a2a !important;
  }
  
  .mtr-table.mtr-thead-th .mtr-th-tag,
  .mtr-table.mtr-thead-th .mtr-td-tag {
    display: block;
    width: 100% !important;
    border-right: none !important;
  }
  
  .styled-quote {
    padding: 20px !important;
    font-size: 18px !important;
  }
  
  .styled-list-with-arrow-1 li {
    padding: 10px 10px 10px 35px !important;
  }
  
  .styled-box.mtr-one-row-table td strong {
    font-size: 36px !important;
  }
  
  .styled-box-2 td strong:nth-child(2) {
    font-size: 36px !important;
  }
  
  .styled-box-3 td ul li,
  .styled-box-3 td ol li {
    padding-left: 30px !important;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  h1.wp-block-heading + p em,
  h1 + p em {
    font-size: 15px !important;
    padding: 15px 18px 15px 38px !important;
  }
  
  .styled-heading {
    padding-left: 28px !important;
  }
  
  .styled-heading::before {
    font-size: 24px;
  }
  
  h2.wp-block-heading,
  h2 {
    font-size: 28px !important;
  }
  
  h3.wp-block-heading,
  h3 {
    font-size: 18px !important;
  }
  
  .statistic-1 td strong,
  .statistic-2 td strong,
  .statistic-3 td strong,
  .statistic-4 td strong,
  .styled-stat-box td strong,
  .styled-static-block td strong,
  .styled-static-block-2 td strong {
    font-size: 32px !important;
  }
  
  .styled-static-block-3 td strong:not(:first-child) {
    font-size: 32px !important;
  }
  
  .styled-slog {
    font-size: 17px;
  }
  
  .slogan-yellow strong {
    font-size: 18px !important;
  }
  
  .slogan-yellow-1 strong {
    font-size: 20px !important;
  }
  
  .styled-ad-block td strong:not(:first-child) {
    font-size: 32px !important;
  }
  
  .styled-box.mtr-one-row-table td strong {
    font-size: 32px !important;
  }
  
  .styled-box-2 td strong:nth-child(2) {
    font-size: 32px !important;
  }
  
  .styled-box-3 td strong {
    font-size: 16px !important;
  }
}

/* STYLED LIST AR - with checkmarks */
.styled-list-ar,
.styled-list-ar li {
  list-style: none !important;
  list-style-type: none !important;
}

.styled-list-ar {
  padding-left: 0 !important;
  margin: 10px 0 !important;
}

.styled-list-ar li {
  padding-left: 25px !important;
  margin-bottom: 8px !important;
  position: relative;
  line-height: 1.7;
  color: #333;
}

.styled-list-ar li::marker {
  display: none !important;
  content: none !important;
}

.styled-list-ar li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -5px;
  color: #F5E942;
  font-weight: bold;
  font-size: 20px;
}