@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-ext-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-ext-italic.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f8f9fb;
  --surface: #ffffff;
  --surface-alt: #f1f3f7;
  --border: #e2e5ec;
  --border-light: #eef0f4;
  --text-primary: #1c1c1c;
  --text-secondary: #3c3d3f;
  --text-tertiary: #8a90a0;
  --kalshi-green: #00d4aa;
  --kalshi-green-bg: #e6faf5;
  --kalshi-green-dark: #00b892;
  --red: #ef4444;
  --red-bg: #fef2f2;
  --amber: #f59e0b;
  --amber-bg: #fffbeb;
  --blue: #3b82f6;
  --blue-bg: #eff6ff;
  --light-blue: #eff4ff;
  --purple: #8b5cf6;
  --purple-bg: #f5f3ff;
  --gray-tag: #6b7280;
  --gray-tag-bg: #f3f4f6;
  --accent: #00b892;
  --navy: #1a1f36;
  --green: #00d084;
  --green-dark: #00b371;
  --shadow: 0 1px 3px rgba(26, 31, 54, 0.06), 0 4px 16px rgba(26, 31, 54, 0.04);
  --radius: 10px;
  --radius-sm: 6px;
  --blue: #2970ff;
  --alt-blue: #518bfd;
  --gray-100: #f0f2f7;
  --gray-200: #e2e5ee;
  --gray-400: #9ba2b3;
}

a {
  color: #0b47a0;
  text-decoration: underline;
}

html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #fff;
  font-size: 15px;
  background: var(--surface);
  color: var(--text-primary);
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.container {
  max-width: 1400px !important;
}

.container .container {
  max-width: 100%;
}

.entry-content h2 {
  margin-top: 1.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 0.4em;
  font-size: 1.5rem;
}

.entry-content h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 0.4em;
}

.entry-content h4 {
  margin-top: 1.2em;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.7em;
}

ol,
ul {
  padding-left: 1.2rem;
}

ul li,
ol li {
  margin-bottom: 1em;
}

.no-border{border:none !important;}

.alert-tip {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 1em;
}

.alert-tip .content {
  padding-left: 10px;
}

.alert-tip .content .label {
  font-weight: 800;
}

.alert-tip .content .message {
  font-size: 0.95em;
}

.alert-tip .icon.dot:before {
  content: "";
  display: block;
  position: relative;
  top: -3px;
  font-size: 1.3em;
  line-height: normal;
}

div[data-bs-toggle="popover"],
span[data-bs-toggle="popover"] {
  cursor: help;
  border-bottom: 1px dashed #000;
  display: inline-block;
}

.popover {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.popover-header {
  background-color: var(--navy);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  margin: 0;
}

.popover-body {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  padding: 10px 12px;
}

.bs-popover-top > .popover-arrow::after {
  border-top-color: #f8f9fa; /* Match this to your border/bg color */
}

.header-description {
  margin-bottom: 2.5em;
}

table {
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 1em;
  box-shadow: var(--box-shadow);
  background: #fff;
  border-radius: 0;
  min-width: 600px;
}

table.category-table {
  margin-top: 0;
}

table thead {
  border: none !important;
}

table thead th {
  border: none !important;
  padding: 1em !important;
  background: var(--navy) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left !important;
  white-space: nowrap;
}

table thead th:first-child {
  padding-left: 14px;
}

table tbody {
  border: none !important;
}

table tbody tr {
  border-left: 1px solid var(--gray-200);
  border-right: 1px solid var(--gray-200);
}

table tbody td {
  vertical-align: middle;
  overflow-wrap: break-word;
  background: #fff;
  border: 1px solid var(--gray-200) !important;
  padding: 1em !important;
}

table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fff;
}

table .tag-list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}

table .tag-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 500;
  color: var(--gray-700);
  white-space: nowrap;
}

table .copy-code {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 208, 132, 0.06);
  border: 1px dashed var(--green);
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
  font-family: inherit;
}

table .copy-code svg {
  width: 13px;
  height: 13px;
  opacity: 0.4;
}

table .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 15px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  background: var(--green);
  color: #fff;
  min-width: 130px;
}

table .cta-btn svg {
  width: 14px;
  height: 14px;
}

table .name-wrap {
  position: relative;
  display: flex;
  gap: 5px;
}

table .operator-name-link {
  color: var(--gray-700);
}

table .operator-name {
  font-weight: 600;
}

table .operator-icon-logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 9px;
  color: #fff;
  background-color: #000;
  margin-right: 4px;
}

figcaption {
  opacity: 0.6;
  font-size: 0.9em;
  font-style: italic;
}

.sm-text {
  font-size: 0.9em;
}

.wp-block-button {
}

.wp-block-button a {
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: 600;
  box-shadow: 0 15px 25px -12px rgba(18, 67, 117, 0.35);
  transition: all 0.3s;
}

.wp-block-button a:hover {
  transform: translateY(2px);
  box-shadow: 0 9px 4px -9px rgba(18, 67, 117, 0.35);
}

.button-prime a {
  background: var(--navy);
  color: #fff;
}

.button-prime a:hover {
  color: #fff;
}

.button-second a {
  background: var(--navy);
  color: #fff;
}

.button-second a:hover {
  color: #fff;
}

.button-light a {
  border: 1px solid rgba(0, 0, 0, 0.17);
  background: transparent;
  color: #3a3a3a;
}

.h-badge {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.75em;
  font-weight: 500;
  margin-bottom: 0.5em;
  background: var(--navy);
}

.main-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
}

.announcement-bar {
  background: var(--gray-200);
  color: #fff;
  height: 30px;
}

.site-header {
  background: #fff;
  /*    padding: 0 .8rem 0;*/
  border-bottom: 1px solid #ededed;
  position: fixed;
  width: 100%;
  z-index: 4;
  transition: all 0.5s;
}

.site-header > .container {
  align-items: center;
  display: flex;
}

.site-header .mm-toggle {
  display: none;
}

.site-header .site-branding img {
  max-width: 125px;
  height: auto;
}

.site-header .main-navigation {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.15em;
}

.site-header .main-navigation ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  align-items: center;
}

.site-header .main-navigation ul li {
  padding-left: 40px;
  margin: 0;
  /* height: 50px; */
  padding: 12px 0 12px 40px;
}

.site-header .main-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
  color: #101f30;
}

.site-header .main-navigation .toggle {
  display: none;
}

.site-header .main-navigation .sub-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding-bottom: 10px;
  min-width: 180px;
  margin-top: 12px;
  z-index: 2;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.site-header .main-navigation li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.site-header .main-navigation .sub-menu li {
  padding: 10px 10px 0 10px;
}

.site-header .header-actions {
  margin-left: auto;
}

.site-main {
  padding-top: 56px !important;
}

.has-jump-nav .site-main {
  padding-top: 100px !important;
}

.jump-nav-container {
  position: relative;
}

.jump-nav-container:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: var(--gray-200);
  width: 100%;
  top: 0;
  left: 0;
}

.jump-nav {
  display: inline-flex;
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  height: 42px;
  flex-wrap: nowrap;
}

.jump-nav li {
  margin: 0;
  white-space: nowrap;
  position: relative;
  height: 100%;
  padding-top: 6px;
}
.jump-nav li.jump-label {
  font-size: 0.9rem;
  /* height: 100%; */
  display: flex;
  align-items: center;
  color: #000;
  padding: 4px 10px;
  font-weight: 700;
  border-radius: 5px;
  font-weight: 800;
  border-right: 1px solid var(--gray-200);
}

.jump-nav li a {
  text-decoration: none;
  white-space: nowrap;
  color: #323232;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
}

.jump-nav li a:hover {
  color: var(--blue);
}

.jump-nav li.active:after {
  content: "";
  display: block;
  height: 4px;
  background: var(--blue);
  width: 100%;
  position: absolute;
  bottom: 0;
}

.jump-nav .more-menu {
  position: relative;
}

.jump-nav .more-menu > button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1em;
  border-left: 1px solid var(--gray-200);
  padding-left: 11px;
}

.jump-nav .overflow-nav {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 10px;
  border: 1px solid #ccc;
  top: 100%;
  right: 0;
  min-width: 180px;
  z-index: 10;
}

.jump-nav .overflow-nav li a {
  padding: 7px 0;
  display: inline-block;
}

.jump-nav .more-menu:hover .overflow-nav {
  display: block;
}

.scrolled .site-header {
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.1);
}

.site-footer {
  margin-top: 2em;
  padding: 3em 0 0em;
  border-radius: 0;
  background: #0c0c1c;
  color: #9d9da4;
}

.site-footer .copyright {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 3em;
  padding: 15px 0;
}

.site-footer > .container {
  display: flex;
  flex-wrap: nowrap;
}

.site-footer .footer-brand {
  width: 35%;
}

.site-footer .footer-brand .logo img {
  max-width: 190px;
}

.site-footer .footer-brand .desc {
  font-size: 0.9rem;
  margin-top: 20px;
}

.site-footer nav {
  width: 12%;
  margin-left: auto;
}

.site-footer nav ul {
  list-style-type: none;
  padding: 0;
}

.site-footer nav ul li {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.site-footer nav ul li.nav-title {
  border-bottom: 1px solid var(--alt-blue);
  padding-bottom: 8px;
  font-weight: 700;
}

.site-footer nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.site-footer nav ul li a:hover {
  color: #fff;
}

.site-footer nav ul li a:not([href]) {
  color: #fff;
  font-size: 1em;
}

.site-footer nav ul li a:not([href]):hover {
  color: #fff;
}

.breadcrumbs {
  position: relative;
  font-size: 0.8em;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 6px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.entry-content {
  padding-top: 2em;
}

.entry-wrap-col {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  padding-top: 2em;
}

.entry-wrap-col .entry-content {
  width: 80%;
}

.entry-content a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.entry-content a.anchor.alt {
  top: -120px;
}

.single-post .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.toc-wrap {
  width: 20%;
}

.toc-card {
  position: sticky;
  top: 120px;
}

.toc-card .toc-close {
  position: absolute;
  right: 14px;
  top: 15px;
  font-weight: 700;
  display: none;
}

.toc-card .toc-close:after {
  background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMTUuNTMsOC40N2MtLjI5LS4yOS0uNzctLjI5LTEuMDYsMGwtMi40NywyLjQ3LTIuNDctMi40N2MtLjI5LS4yOS0uNzctLjI5LTEuMDYsMHMtLjI5Ljc3LDAsMS4wNmwyLjQ3LDIuNDctMi40NywyLjQ3Yy0uMjkuMjktLjI5Ljc3LDAsMS4wNi4xNS4xNS4zNC4yMi41My4yMnMuMzgtLjA3LjUzLS4yMmwyLjQ3LTIuNDcsMi40NywyLjQ3Yy4xNS4xNS4zNC4yMi41My4yMnMuMzgtLjA3LjUzLS4yMmMuMjktLjI5LjI5LS43NywwLTEuMDZsLTIuNDctMi40NywyLjQ3LTIuNDdjLjI5LS4yOS4yOS0uNzcsMC0xLjA2WiIvPjxwYXRoIGQ9Im0xMiwyLjI1QzYuNjIsMi4yNSwyLjI1LDYuNjIsMi4yNSwxMnM0LjM3LDkuNzUsOS43NSw5Ljc1LDkuNzUtNC4zNyw5Ljc1LTkuNzVTMTcuMzgsMi4yNSwxMiwyLjI1Wm0wLDE4Yy00LjU1LDAtOC4yNS0zLjctOC4yNS04LjI1UzcuNDUsMy43NSwxMiwzLjc1czguMjUsMy43LDguMjUsOC4yNS0zLjcsOC4yNS04LjI1LDguMjVaIi8+PC9zdmc+);
  content: "";
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
}

.toc-card h4 {
  font-weight: 800;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

.toc-card .toc-contents {
  padding: 0;
  list-style-type: none;
  padding: 15px 20px 0;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
}

.toc-card .toc-contents li {
  line-height: normal;
}

.toc-card .toc-contents li a {
  text-decoration: none;
  font-size: 0.9em;
  color: #4a4a4a;
  font-weight: 600;
}

.toc-toggle {
  display: none;
}

.page-hero-clean {
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 70px;
}

.page-hero-clean .left-col {
  align-self: center;
}

.page-hero-clean .hero-intro {
  font-size: 0.9em;
}

.page-hero-clean h1 {
  color: #101f30;
  font-size: 3em;
  font-weight: 900;
}

.page-hero-clean .focal-image {
    position: relative;
    z-index: -1;
    margin-top: -2em;
}

.page-hero-clean .focal-image img {
  max-width: 136%;
  position: absolute;
  top: -70px;
  left: -8px;
}

.home-cta-cols .wp-block-column {
  align-self: flex-end;
}



.entry-header {
  position: relative;
  margin-bottom: 0.5em;
  padding: 2rem 0 0;
  text-align: left;
}

.entry-header > .container {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;  
}

.entry-header h1 {
  font-size: 2.4em;
  color: #000;
}

.entry-header .authors {
    display: inline-block;
    padding: 8px 20px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 1em 0;
    border: 1px solid var(--border);
}

.entry-header .authors .inner {
  display: flex;
}

.entry-header .author {
  position: relative;
}

.entry-header .author a {
  text-decoration: none;
  color: #000;
}

.entry-header .author .thumb img {
  max-width: 33px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}

.entry-header .author:after {
  content: "|";
  display: inline-block;
  margin: 0 0.8em;
  opacity: 0.4;
  color: #314d85;
}

.entry-header .author:last-of-type:after {
  display: none;
}

.authors .author .author-popover-wrap {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding-top: 5px;
  left: 50%;
  margin-left: -190px;
  z-index: 2;
}

.authors .author:hover .author-popover-wrap {
  visibility: visible !important;
  opacity: 1;
}

.authors .author .author-popover {
  background: #fff;
  font-size: 13px;
  border-radius: 10px;
  padding: 20px;
  width: 380px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  color: #000;
}

.authors .author .author-popover .top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.authors .author .author-popover .top .thumb {
  display: inline-block;
  margin-right: 8px;
}

.authors .author .author-popover .top .thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  max-width: 100%;
}

.authors .author .author-popover .top .name {
  font-weight: 800;
  font-size: 1.3em;
  display: block;
  text-align: left;
}

.authors .author .author-popover .top .title {
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  display: block;
}

.authors .author .author-popover .bio {
  color: #000;
  text-align: left;
  font-weight: 500;
}

.authors .author .author-popover .bio a.read-more {
  text-decoration: none;
  font-weight: 700;
  margin-top: 9px;
  margin-left: auto;
  display: block;
  text-align: right;
  color: #000;
  font-size: 13px;
}

.authors .author .author-popover .author-social {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-start;
  zoom: 0.8;
}

.entry-header .date-wrap {
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 600;
}

.entry-header .date-wrap .published {
}

.entry-header .date-wrap .sep:before {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}

.entry-header .date-wrap .updated {
}

.entry-header .read-more {
  /* max-width: 900px; */
  margin: 0 auto;
}

.link-cards {
}

.link-cards .container {
  margin-bottom: 0;
}

.link-cards .wp-block-column {
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.01);
    padding: 10px;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); */
    margin-top: -40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid var(--border);
}
.link-cards h2 {
  vertical-align: middle;
  font-size: 1.35em;
  margin: 0;
  margin-bottom: 10px;
  color: #000 !important;
}

.link-cards h2 a {
  text-decoration: none;
  color: #000;
}

.link-cards .wp-block-image {
  margin: 0;
  background: #fff;
  /* width: 57px; */
  border-radius: 7px;
  margin-bottom: 10px;
  display: inline-block;
  background: #fff;
}

.link-cards .wp-block-image img,
.link-cards svg {
  max-width: 75px;
  display: block;
  width: 75px;
}

.link-cards p {
  font-size: 0.8em;
  color: #565656;
}

.link-cards ul {
  list-style-type: none;
  padding: 0;
  font-size: 0.8em;
}

.link-cards .wp-block-buttons {
  justify-content: center;
}

.link-cards .wp-block-button a {
  padding: calc(0.267em + 2px) calc(1.333em + 2px);
}

.pros-cons {
  margin-bottom: 2em;
}

.pros-cons .pros-cons-inner {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.pros-cons .pros,
.pros-cons.cons {
  width: 45%;
}

.pros-cons h3 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 8px;
  font-weight: 800;
}

.pros-cons ul {
  list-style-type: none;
  padding-left: 0px;
}

.pros-cons li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.pros-cons li:before {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: inline-block;
  background-size: cover;
}

.pros-cons .pros li:before {
  background-image: url(https://xutz.com/wp-content/uploads/2024/08/checkmark.svg);
}

.pros-cons .cons li:before {
  background-image: url(https://xutz.com/wp-content/uploads/2024/08/minus.svg);
  width: 25px;
  height: 25px;
}

.content-toggle {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--blue);
  font-weight: 600;
  font-size: 0.9em;
}

.featured-logo-group h4 {
  font-size: 0.9em;
  font-weight: 800;
}

.featured-logo-group figure {
  display: inline-block;
  max-width: 130px;
  padding: 0 10px;
  opacity: 0.7;
  margin: 0 12px;
  vertical-align: middle;
}

.defirate-posts {
}

.defirate-posts.post-list-h {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.defirate-posts li {
  width: 25%;
  clear: both;
  overflow-wrap: break-word;
  border: 1px solid #dddddd;
  padding: 1em;
  border-radius: var(--radius);
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.25),
    0 10px 20px -5px rgba(45, 62, 80, 0.15);
}

.defirate-posts.post-list-h.post-50 {
  flex-wrap: wrap;
  gap: 1%;
}

.defirate-posts.post-50 li {
  width: 48%;
}

.defirate-posts.post-50 li a {
  display: block;
}

.defirate-posts.post-50 li a img {
  width: 100%;
}

.defirate-posts .wp-post-image {
  border-radius: var(--radius);
  /*    height: 200px;*/
  width: auto;
}

.defirate-posts .wp-block-latest-posts__post-title {
  color: #000;
  text-decoration: none;
  font-weight: 800;
  margin-top: 18px;
  display: block;
  margin-bottom: 7px;
  line-height: 1.4em;
  font-size: 1.1em;
}

.defirate-posts .wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
  font-size: 0.9em;
}

.defirate-posts .wp-block-latest-posts__read-more {
  display: none;
}

.single-post .site-main.container {
  max-width: 100%;
  padding: 34px 0 0;
}

.article-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.article-feed article {
  flex: 0 0 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.25),
    0 10px 20px -5px rgba(45, 62, 80, 0.15);
}

.article-feed article .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.article-feed article .thumb a {
  border-radius: 15px;
  overflow: hidden;
}

.article-feed article .thumb a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 25%,
    rgba(0, 0, 0, 0.048807) 50%
  );
  z-index: 2;
}

.article-feed article .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
  transition: all 0.3s;
  transform: scale(1);
  min-height: 200px;
}

.article-feed article .thumb a:hover img {
  transform: scale(1.1);
}

.article-feed article .body {
  flex-basis: 50%;
  position: absolute;
  bottom: 0;
  padding: 0 35px 10px 10px;
  z-index: 2;
}

.article-feed article .body .post-title {
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: none;
}

.article-feed article .body .post-title a {
  text-decoration: none;
  color: var(--white);
}

.article-feed article.news-card {
  background: #fff;
  border-radius: 20px;
  display: block;
}

.article-feed article.news-card .thumb {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

.article-feed article.news-card .category-badge {
  position: absolute;
  padding: 3px 10px 3px;
  color: #fff;
  background: #2970ff;
  border-radius: 4px;
  top: 10px;
  left: 10px;
  z-index: 3;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
}

.article-feed article.news-card .body {
  position: static;
  padding: 20px 20px 85px 20px;
}

.article-feed article.news-card .post-title {
  margin: 0;
}

.article-feed article.news-card .post-title a {
  color: #000;
}

.article-feed article.news-card .excerpt {
  line-height: 1.6;
}

.article-feed article.news-card .news-card-footer {
  display: flex;
  align-items: center;
  margin-top: 0.3em;
  font-size: 0.85rem;
  border-top: 1px solid #e5e5e5;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.article-feed article.news-card .news-card-footer .author {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
}

.article-feed article.news-card .news-card-footer .author .thumb {
}

.article-feed article.news-card .news-card-footer .author .thumb img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  min-height: 0;
}

.article-feed article.news-card .news-card-footer .author .name {
  font-weight: 700;
}

.article-feed article.news-card .news-card-footer .date {
  margin-left: auto;
  font-size: 0.9em;
}

.article-feed.list {
  flex-direction: column;
  gap: 0;
}

.article-feed.list article {
  display: flex;
  gap: 20px;
  flex-direction: row;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e1e1e1;
}

.article-feed.list article .thumb {
  width: 25%;
}

.article-feed.list article .thumb img {
  height: auto;
  min-height: 0;
}

.article-feed.list article .body {
  position: relative;
  flex-basis: 60%;
  padding-right: 0;
}

.article-feed.list article .body .post-title a {
  color: #000;
  font-size: 0.95em;
}

.article-feed.list article .body .post-title a:hover {
  color: var(--blue);
}

.article-feed.list article .body .excerpt {
  font-size: 0.9em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-feed.list article .category-badge {
  color: #1452d0;
  font-weight: 700;
  font-size: 0.75em;
  padding: 2px 5px;
  background: #ecf2ff;
  display: inline-block;
  margin-bottom: 7px;
}

.article-feed.list article .date {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8em;
  text-align: center;
  font-weight: 600;
  color: #717171;
}

.article-feed.list article .date svg {
  width: 18px;
  fill: var(--blue);
}

.pagination {
  margin-top: 20px;
  justify-content: center;
}

.pagination a {
  text-decoration: none;
  color: #0c0c1c;
}

.pagination .page-numbers {
  background: #fff;
  display: flex;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid var(--gray-200);
  width: 35px;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.pagination .page-numbers:hover {
  background-color: #f1f1f1;
}

.pagination .page-numbers.dots {
  border: none;
  padding: 0 4px;
  width: auto;
}
.pagination .page-numbers.current {
  background: #0c0c1c;
  color: #fff;
  font-weight: 800;
  border-color: #0c0c1c;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: none;
  font-weight: 800;
}

.news-article {
  max-width: 100%;
  margin: 0 auto;
}

.news-article .news-header {
  margin-top: 0;
  padding: 60px 0 40px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.news-article .news-header:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.news-article .news-header .grad {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgb(248 249 251) 6%,
    rgba(255, 255, 255, 0) 80%
  );
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  height: 75%;
  bottom: 0;
  opacity: 0;
}

.news-article .news-header .breadcrumbs {
  opacity: 1;
  color: #fff;
}

.news-article .news-header .breadcrumbs a {
  color: #fff;
}

.news-article .news-header h1 {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
  text-align: center;
  margin-top: 0;
}

.news-header .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.news-article .entry-wrap-col.news {
  max-width: 1450px;
  margin: 0 auto;
}

.news-article .news-meta-wrap {
  display: inline-block;
}

.news-article .news-meta {
  padding: 10px;
  margin: 0 35px 0;
  background: #0c0c1c;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.news-article .news-meta .authors {
  padding: 0;
  margin: 0;
  border: 0;
}

.news-article .news-meta .author {
  display: inline-block;
}

.news-article .news-meta .author a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: 600;
}

.news-article .news-meta .author .thumb {
  margin-right: 5px;
}

.news-article .news-meta .author .thumb img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.news-article .news-meta .date {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 25px;
}

.news-article .news-meta .date svg {
  max-width: 20px;
  filter: invert(1);
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 3px;
}

.news-article h1 {
  font-size: 3em;
  color: #000;
  margin-bottom: 25px;
  margin-top: 30px;
}

.news-article .featured-image {
  margin-bottom: 2em;
}

.news-article .featured-image img {
  width: 100%;
  object-fit: cover;
  height: 500px;
  border-radius: 20px;
}

.news-article .news-summary {
  padding: 30px;
  background: #edf3ff;
  margin-top: -50px;
  border-radius: 37px;
  position: relative;
  box-shadow: var(--box-shadow);
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.7em;
}

.news-article .news-summary h4 {
  margin-bottom: 19px;
  font-size: 1.3rem;
}

.news-article .news-summary h4 img {
  max-width: 35px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom;
}

.news-article .entry-wrap-col.news .social-share-col {
  width: 5%;
  padding-left: 15px;
}

.news-article .entry-wrap-col.news .social-share-col .share-stick {
  position: sticky;
  top: 110px;
}

.news-article .entry-wrap-col.news .social-share-col .title {
  font-size: 17px;
  font-weight: 800;
}

.news-article .entry-wrap-col.news .excerpt {
  font-style: italic;
  background: var(--light-blue);
  padding: 15px;
  font-size: 1.1em;
  border-radius: 10px;
  margin-bottom: 1em;
}

.news-article .entry-wrap-col.news .entry-content {
  width: 70%;
}

.news-article .entry-wrap-col.news .news-sb {
  width: 25%;
}

.news-article .entry-wrap-col.news .news-sb .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gray-200);
}

.sb-article-feed.horizontal {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.sb-article-feed .os-card {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.sb-article-feed.horizontal .os-card {
  display: block;
  gap: 5px;
  margin-bottom: 10px;
}

.sb-article-feed .os-card .thumb {
  width: 33%;
}

.sb-article-feed.horizontal .os-card .thumb {
  width: 100%;
}

.sb-article-feed .os-card .thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.sb-article-feed .os-card .body {
  width: 66%;
}

.sb-article-feed.horizontal .os-card .body {
  width: 100%;
}

.sb-article-feed .os-card .body .post-title {
  font-size: 0.95em;
  line-height: 1.4;
}

.sb-article-feed.horizontal .os-card .body .post-title {
  border: none;
  margin-top: 13px;
  font-size: 0.95em;
}

.sb-article-feed .os-card .body .post-title a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.single-share {
  margin-top: 1em;
  text-align: center;
  line-height: normal;
}

.single-share .share-list {
  padding: 0;
}

.single-share .share-list li {
  list-style-type: none;
  display: block;
  vertical-align: top;
  margin: 0 0 15px;
}

.single-share .share-list li a {
  display: flex;
  background: #0c0c1c;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%;
  margin: 0 5px 0;
  align-items: center;
  justify-content: center;
}

.single-share .share-list li a svg {
  height: 18px;
}

.single-share .share-list li a svg path {
  fill: #fff;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9em;
  font-weight: 600;
  color: #c00;
}

.live-badge .pulse {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #e60000;
  border-radius: 50%;
}

/* Outer pulse ring */
.live-badge .pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(230, 0, 0, 0.6);
  animation: livePulse 1.8s ease-out infinite;
}

/* Animation */
@keyframes livePulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.link-widget {
  border: 1px solid var(--gray-200);
  padding: 10px;
  margin-bottom: 2em;
  border-radius: 10px;
}

.link-widget .topper {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}

.link-widget .topper .live-badge {
  position: absolute;
  right: 5px;
  top: 0;
  background: #f1f1f1;
  padding: 3px 10px;
  border-radius: 14px;
}

.link-widget .widget-title {
  border: none !important;
  margin: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 7px !important;
}

.link-widget .link-list {
  padding: 0;
  margin: 0;
}

.link-widget .link-list li {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid var(--gray-200);
}

.link-widget .link-list li:last-of-type {
  border: none;
}

.link-widget .link-list li a {
  text-decoration: none;
  color: #575757;
  display: block;
  padding: 15px 10px 15px 5px;
  font-size: 0.9em;
  font-weight: 700;
  position: relative;
}

.link-widget .link-list li a:hover {
  background-color: #f6f6f6;
}

.link-widget .link-list li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9IlJpZ2h0YXJyb3ciPgogIDxwYXRoIGZpbGw9IiMyOTcwZmYiIGQ9Ik0xNyAxM0g3YTEgMSAwIDAgMSAwLTJoMTBhMSAxIDAgMCAxIDAgMloiIGNsYXNzPSJjb2xvcjY1NjNmZiBzdmdTaGFwZSI+PC9wYXRoPgogIDxwYXRoIGZpbGw9IiMyOTcwZmYiIGQ9Ik0xMiAxOGExIDEgMCAwIDEtLjcwNy0xLjcwN0wxNS41ODYgMTJsLTQuMjkzLTQuMjkzYTEgMSAwIDAgMSAxLjQxNC0xLjQxNGw1IDVhMSAxIDAgMCAxIDAgMS40MTRsLTUgNUEuOTk3Ljk5NyAwIDAgMSAxMiAxOFoiIGNsYXNzPSJjb2xvcjY1NjNmZiBzdmdTaGFwZSI+PC9wYXRoPgo8L3N2Zz4K);
  top: 13px;
}

.defirate-accordion .accordion-item {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
}

.defirate-accordion .accordion-header {
  margin: 0;
  border: 0;
  padding: 0;
}

.defirate-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 1.3rem 1.25rem;
  margin: 0;
}

.defirate-accordion .accordion-button::after {
  content: "+";
  background-image: none;
}

.defirate-accordion .accordion-button:not(.collapsed)::after {
  transform: none;
  content: "-";
  background-image: none;
}

.defirate-accordion .accordion-button:not(.collapsed) {
  color: #000;
}

.defirate-accordion .accordion-body {
  padding: 0.4rem 1.25rem 1rem 1.25rem;
}

.defirate-accordion .accordion-body li {
  overflow: hidden;
}

.defirate-accordion .accordion-body li a {
  overflow-wrap: break-word;
}

.number-crunch {
  /*  background: var(--blue);
    color: #fff;*/
  padding: 2em 0;
}

.number-crunch .stats {
  text-align: center;
  margin-top: 3em;
}

.number-crunch .stat-number {
  font-size: 3em;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-top: 0;
}

.geo-image {
  position: relative;
}

.geo-image:before {
  content: "";
  display: block;
  background: #ffefef;
  border-radius: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0.9);
  width: 100%;
  transform-origin: bottom right;
}

.geo-image img {
  position: relative;
}

.cta-card {
  padding: 2em;
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
  border: 1px solid var(--gray-200);
  margin-bottom: 2em;
  background: #fff;
}
.cta-card img {
  border-radius: 8px;
}

.cta-card table {
  margin: 0;
  border-radius: 0;
}

.cta-card h3 {
  font-weight: 800;
  margin-bottom: 0.8em;
  margin-top: 0;
}

.cta-card .wp-block-columns {
  margin: 0;
}

.author-card {
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 700px;
  margin-top: 3em;
}

.single-post .author-card {
  max-width: 100%;
}

.author-card .author-header {
  background: var(--navy);
  color: #fff;
  padding: 0.5em 0.7em;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 800;
}

.author-card .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em;
}

.author-card .thumb {
  margin-right: 12px;
}

.author-card .thumb img {
  border-radius: 50%;
}

.author-card .name {
  font-size: 1.6em;
  font-weight: 700;
  color: #000;
}

.author-card .bio {
  width: 100%;
  padding-top: 10px;
  font-size: 0.9em;
}

.author-card .actions {
  width: 100%;
}

.author-card .actions > div {
  float: right;
}

.author-social {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.author-social a {
}

.author-archive.container {
  max-width: 1000px !important;
}

.author-archive header {
  display: flex;
  gap: 60px;
  margin: 2em 0 3em;
}

.author-archive .job-title {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
}

.author-archive header .author-name {
  font-size: 3em;
  color: #000;
  margin-bottom: 20px;
}

.author-archive header .short-bio {
  font-size: 0.9em;
}

.author-archive header .thumb {
  width: 30%;
}

.author-archive header .thumb img {
  border-radius: 10%;
  width: 100%;
  height: auto;
}

.author-archive header .author-intro {
  width: 70%;
}

.author-archive h2 {
  font-size: 1.15em;
  margin-bottom: 10px;
  display: flex;
  align-items: CENTER;
}

.author-archive h2 svg {
  width: 25px;
  height: auto;
  display: none;
}

.author-archive h2 span {
  display: inline-block;
  padding-left: 0px;
}

.author-archive .focus-areas-wrap {
  padding: 20px;
  background: #edf3ff;
  border-radius: 10px;
  margin-bottom: 3em;
  /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4); */
}

.author-archive .focus-areas {
  display: flex;
  gap: 20px;
}

.author-archive .focus-areas .focus-item {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4); */
}

.author-archive .focus-areas .focus-item-name {
  font-weight: 800;
}

.author-archive .focus-areas .focus-item-desc {
  font-size: 0.8em;
}

.author-archive .long-bio {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e1e1e1;
}

.author-archive .long-bio-content {
  font-size: 0.9em;
}

.author-archive .experience-wrap {
  margin-bottom: 1.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e1e1e1;
}

.author-archive .experience {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.author-archive .experience-item {
  padding: 20px;
  /* border:1px solid #e1e1e1; */
  background: #edf3ff;
  border-radius: 10px;
  width: 33.3%;
  text-align: center;
  /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2); */
}

.author-archive .experience-item .role {
  font-weight: 700;
  font-size: 0.9em;
  line-height: normal;
}

.author-archive .experience-item .years {
  font-size: 0.85em;
  margin-top: 8px;
  font-style: italic;
}

.author-post-wrap {
}

.contact-form {
  text-align: center;
}

.contact-form .wpcf7-form {
  background-color: var(--alt-blue);
  max-width: 640px;
  padding: 40px;
  border-radius: 1em;
  color: #fff;
  font-weight: 800;
  text-align: left;
  margin: 0 auto;
  box-shadow: var(--box-shadow);
}

.contact-form label {
  display: block;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0.2em;
  line-height: 2.3em;
  color: #fff;
}

.contact-form textarea {
  height: 170px;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  border: none !important;
  outline: none;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.contact-form .wpcf7-not-valid-tip {
  color: #bfd4ff;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  font-style: italic;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.contact-form input[type="submit"] {
  background: #fff;
  font-weight: 800;
  box-shadow: var(--box-shadow);
  color: #2970ff;
}

/*CTA STYLES (CAN MOVE LATER)*/

.cta-wrapper {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cta.card-list-item.cta-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  margin: 0;
}

.cta.card-list-item .cta-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cta.card-list-item .cta-card.featured {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
}

.cta.card-list-item .cta-card.featured:hover {
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.cta.card-list-item .card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.cta.card-list-item .platform-logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  height: 40px;
}

.cta.card-list-item .platform-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.cta.card-list-item .platform-type {
  font-size: 11px;
  font-weight: 500;
  color: #4e5867;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.cta.card-list-item .availability {
  text-align: right;
  flex-shrink: 0;
}

.cta.card-list-item .availability-text {
  font-size: 11px;
  font-weight: 600;
  color: #4e5867;
  line-height: 1.3;
  max-width: 80px;
}

/* Bonus section */
.cta.card-list-item .bonus-section {
  margin-bottom: 14px;
}

.cta.card-list-item .bonus-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.cta.card-list-item .bonus-amount {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -1.5px;
  line-height: 1;
}

.cta.card-list-item .bonus-label {
  font-size: 13px;
  font-weight: 600;
  color: #4e5867;
}

.cta.card-list-item .bonus-description {
  font-size: 13px;
  color: #4e5867;
  line-height: 1.4;
  margin-top: 6px;
  font-weight: 600;
}

.cta.card-list-item .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-top: auto;
}

.cta.card-list-item .cta-button.primary {
  background: #0f172a;
  color: #fff;
}

.cta.card-list-item .cta-button.primary:hover {
  background: #1e293b;
}

.cta.card-list-item .cta-button.secondary {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.cta.card-list-item .cta-button.secondary:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

.cta.card-list-item .cta-button.green {
  background: #16a34a;
  color: #fff;
}

.cta.card-list-item .cta-button.green:hover {
  background: #15803d;
}

.cta.card-list-item .cta-button svg {
  width: 14px;
  height: 14px;
}

.cta.card-list-item .terms-popover {
  font-size: 12px;
  color: #4e5867;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 5px;
  color: #000;
  font-weight: 600;
}

.cta.card-list-item .terms {
  font-size: 12px;
  color: #4e5867;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

/* SCROLLABLE VERTICAL TIMELINE */
.section {
  margin-bottom: 48px;
}

.section {
  margin-bottom: 48px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-tertiary);
  margin-bottom: 8px;
}
.section h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  margin-top: 0;
}
.section-desc {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.6;
}

.callout {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0;
}

.sidebar .callout {
  background: var(--surface);
  margin-top: 0;
}

.callout-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.callout p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 0px;
}

.tl-scroll-container {
  max-height: 480px;
  overflow-y: auto;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  padding: 24px 24px 24px 48px;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  margin-bottom: 1em;
}
.tl-scroll-container::-webkit-scrollbar {
  width: 6px;
}
.tl-scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.tl-scroll-container::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 3px;
}
.tl-scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--text-tertiary);
}
.tl-scroll-container .timeline {
  position: relative;
  padding-left: 0;
}
.tl-scroll-container .timeline::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--border);
}
.tl-scroll-container .tl-item {
  position: relative;
  padding-bottom: 28px;
}
.tl-scroll-container .tl-item:last-child {
  padding-bottom: 0;
}
.tl-scroll-container .tl-dot {
  position: absolute;
  left: -27px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--border);
}
.tl-scroll-container .tl-dot.green {
  border-color: var(--kalshi-green);
  background: var(--kalshi-green-bg);
}
.tl-scroll-container .tl-dot.red {
  border-color: var(--red);
  background: var(--red-bg);
}
.tl-scroll-container .tl-dot.blue {
  border-color: var(--blue);
  background: var(--blue-bg);
}
.tl-scroll-container .tl-dot.amber {
  border-color: var(--amber);
  background: var(--amber-bg);
}
.tl-scroll-container .tl-date {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-tertiary);
  margin-bottom: 4px;
}
.tl-scroll-container .tl-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.tl-scroll-container .tl-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.55;
}
.tl-scroll-container .tl-source {
  font-size: 11px;
  margin-top: 4px;
}
.tl-scroll-container .tl-source a {
  color: var(--kalshi-green-dark);
  text-decoration: none;
  font-weight: 600;
}
.tl-scroll-container .tl-source a:hover {
  text-decoration: underline;
}
.tl-scroll-container .tl-scroll-bottom-fade {
  position: sticky;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, var(--surface));
  pointer-events: none;
  margin-left: -48px;
  margin-right: -24px;
  margin-bottom: -24px;
}

/* STATUS TAGS */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 100px;
  white-space: nowrap;
}
.tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tag-green {
  background: var(--kalshi-green-bg);
  color: #047857;
}
.tag-green .tag-dot {
  background: #10b981 !important;
}
.tag-red {
  background: var(--red-bg) !important;
  color: #b91c1c;
}
.tag-red .tag-dot {
  background: var(--red);
}
.tag-yellow {
  background: var(--amber-bg) !important;
  color: #92400e;
}
.tag-yellow .tag-dot {
  background: var(--amber);
}
.tag-blue {
  background: var(--blue-bg) !important;
  color: #1d4ed8;
}
.tag-blue .tag-dot {
  background: var(--blue);
}
.tag-purple {
  background: var(--purple-bg) !important;
  color: #6d28d9;
}
.tag-purple .tag-dot {
  background: var(--purple);
}
.tag-grey {
  background: var(--gray-tag-bg) !important;
  color: var(--gray-tag);
}
.tag-grey .tag-dot {
  background: #9ca3af !important;
}

/* FILTER PILLS */
.filter-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
  align-items: center;
}
.filter-bar-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-tertiary);
  margin-right: 4px;
}
.filter-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s;
}
.filter-pill:hover {
  border-color: var(--text-tertiary);
  color: var(--text-primary);
}
.filter-pill.active {
  background: var(--text-primary);
  color: var(--surface);
  border-color: var(--text-primary);
}
.filter-count {
  font-size: 11px;
  margin-left: 3px;
  opacity: 0.7;
}

.section .wpcf7 {
  margin-top: 16px;
}

.section .wpcf7-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 28px 20px;
}

.section .wpcf7-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-tertiary);
  margin-bottom: 6px;
}

.section .wpcf7-form p {
  margin-bottom: 16px;
}

.section .wpcf7-form input[type="text"],
.section .wpcf7-form input[type="email"],
.section .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.5;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}

.section .wpcf7-form input[type="text"]:focus,
.section .wpcf7-form input[type="email"]:focus,
.section .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 184, 146, 0.1);
  background: var(--surface);
}

.section .wpcf7-form input[type="text"]::placeholder,
.section .wpcf7-form input[type="email"]::placeholder,
.section .wpcf7-form textarea::placeholder {
  color: var(--text-tertiary);
  font-weight: 400;
}

.section .wpcf7-form textarea {
  height: 160px;
  resize: vertical;
}

.section .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

.section .wpcf7-form input[type="submit"]:hover {
  background: var(--kalshi-green-dark);
}

.section .wpcf7-form .wpcf7-not-valid-tip {
  color: var(--red);
  font-size: 11px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.section .wpcf7-form .wpcf7-response-output {
  border: 1px solid var(--border) !important;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  margin: 16px 0 0;
}

.section .wpcf7-form .wpcf7-spinner {
  display: none;
}

.section .wpcf7-form .wpcf7-not-valid {
  border-color: var(--red);
}

.section .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--accent) !important;
  color: var(--accent);
  background: var(--kalshi-green-bg);
}

.section .wpcf7-form.failed .wpcf7-response-output,
.section .wpcf7-form.aborted .wpcf7-response-output {
  border-color: var(--red) !important;
  color: var(--red);
  background: var(--red-bg);
}



/* Responsive */
@media (max-width: 900px) {
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-container {
    padding: 16px;
  }
}

@media (max-width: 1399px) {
  .container {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .site-main {
    padding-top: 55px;
  }

  .site-header {
    padding: 0;
  }

  .site-header .mm-toggle {
    display: block;
    width: auto;
    margin: 15px 22px 15px 0;
    cursor: pointer;
    border-radius: 5px;
    top: -3px;
    position: relative;
  }

  .site-header .mm-toggle .bar-cont {
    display: inline-block;
    width: 26px;
    position: relative;
    top: -8px;
    vertical-align: middle;
    left: 3px;
  }

  .site-header .mm-toggle .bar {
    height: 4px;
    width: 32px;
    position: absolute;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s;
    opacity: 1;
  }

  .site-header .mm-toggle .bar:nth-of-type(1) {
    width: 16px;
  }
  .site-header .mm-toggle .bar:nth-of-type(2) {
    top: 7px;
  }
  .site-header .mm-toggle .bar:nth-of-type(3) {
    top: 14px;
    width: 16px;
    margin-left: 16px;
  }

  .site-header .mm-toggle span {
    color: #fff;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
  }

  .site-header .mm-toggle span:before {
    /* content: "Explore"; */
    display: inline-block;
  }

  .mm-open .site-header .mm-toggle span:before {
    /*    content: "Close";*/
    display: inline-block;
  }

  .mm-open .site-header .mm-toggle .bar {
    height: 4px;
    width: 20px;
    position: relative;
    border-radius: 3px;
  }

  .mm-open .site-header .mm-toggle .bar:nth-of-type(1) {
    top: 15px;
    transform: rotate(45deg);
    width: 30px;
  }
  .mm-open .site-header .mm-toggle .bar:nth-of-type(2) {
    transform: translateX(-10px);
    opacity: 0;
  }
  .mm-open .site-header .mm-toggle .bar:nth-of-type(3) {
    top: 6px;
    transform: rotate(-45deg);
    width: 30px;
    left: -16px;
  }

  .site-header .main-navigation {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    background: #fff;
    height: 100vh;
    top: 57px;
    left: 0;
    transition: all 0.3s;
    transform: translateX(-100%);
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .has-jump-nav .site-header .main-navigation {
    top: 96px;
  }

  .mm-open .site-header .main-navigation {
    transform: translateX(0%);
  }

  .site-header .main-navigation ul {
    flex-wrap: wrap;
    padding-top: 1em;
    padding-left: 0;
  }

  .site-header .main-navigation > div > ul {
    max-width: 390px;
    font-size: 0.8em;
  }

  .site-header .main-navigation ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.7em;
    padding: 0;
    position: relative;
  }

  .site-header #primary-menu > li {
    border-bottom: 1px solid var(--gray-200);
    padding: 10px;
    margin: 0;
  }

  .site-header .main-navigation .toggle {
    display: block;
    position: absolute;
    top: 1px;
    right: 13px;
    font-weight: 800;
    color: var(--blue);
    font-size: 1.4em;
    line-height: normal;
    height: auto;
    cursor: pointer;
  }

  .site-header .main-navigation .sub-menu {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    margin-top: 0;
  }

  .site-header .main-navigation li.open .sub-menu {
    display: block;
  }

  .site-header .main-navigation .sub-menu li {
    padding: 0 0 0 10px;
    height: auto;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .site-header .main-navigation .sub-menu li a {
    font-size: 14px;
  }

  .news-article .entry-wrap-col.news {
    flex-wrap: wrap;
  }

  .news-article .entry-wrap-col.news .entry-content {
    width: 90%;
  }

  .news-article .entry-wrap-col.news .news-sb {
    width: 100%;
    padding: 15px;
  }

  .toc-toggle {
    display: block;
    position: fixed;
    width: 100%;
    padding: 14px;
    background: var(--light-grey);
    right: 0;
    bottom: 0;
    cursor: pointer;
    transform: translateY(0);
    transition: all 0.3s;
    text-align: center;
    font-weight: 700;
    border-top: 1px solid var(--gray-200);
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);
    z-index: 4;
    background: var(--light-blue);
    pointer-events: auto;
    cursor: pointer;
  }

  .toc-toggle.in {
    transform: translateY(0px);
  }

  .toc-toggle svg {
    width: 27px;
    margin-right: 10px;
  }

  .toc-toggle path {
    fill: #000;
  }

  .toc-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 90%;
    z-index: -1;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 7;
  }

  .toc-card {
    position: relative;
    top: 0;
    background: var(--light-blue);
    margin: 20px;
    padding: 20px;
    border-radius: 30px;
    font-size: 1.1em;
  }

  .toc-curtain {
    z-index: 6;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    background: #000;
    pointer-events: auto;
    cursor: pointer;
    display: none;
  }

  .toc-in .toc-wrap {
    visibility: visible;
    opacity: 1;
  }

  .toc-in .toc-curtain {
    visibility: visible;
    opacity: 0.8;
    display: block;
  }

  .toc-card .toc-close {
    display: block;
  }
}

@media (max-width: 1000px) {
  .article-feed article {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.9em;
  }

  body.has-jump-nav .site-main {
    padding-top: 93px !important;
  }

  .jump-nav {
    overflow-x: auto;
    overflow-y: hidden;

    /* iOS momentum scrolling */
    -webkit-overflow-scrolling: touch;

    /* Hide scrollbar (Firefox) */
    scrollbar-width: none;

    /* Hide scrollbar (IE/Edge legacy) */
    -ms-overflow-style: none;
  }

  /* Hide scrollbar (WebKit: iOS Safari, Chrome Android) */
  .jump-nav::-webkit-scrollbar {
    display: none;
  }

  .jump-nav-container .container {
    padding: 0;
  }

  .jump-nav {
    overflow-x: scroll;
    display: flex;
    padding-right: 10px;
  }

  .jump-nav li {
    padding-top: 9px;
  }

  .jump-nav .more-menu {
    position: relative;
    display: none;
  }

  .page-hero-clean {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .page-hero-clean .focal-image {
    display: none;
  }

  .page-hero-clean .focal-img-col {
    display: none;
  }

  .home-cta-cols {
    gap: 0;
  }

  .defirate-posts.post-list-h {
    flex-wrap: wrap;
  }

  .defirate-posts li {
    width: 100%;
  }

  .number-crunch .stat-number {
    margin-top: 0;
  }

  .site-footer > .container {
    display: flex;
    flex-wrap: wrap;
  }

  .site-footer > .container > * {
    width: 100%;
    margin-bottom: 1em;
  }

  .entry-wrap-col {
    display: block;
  }

  .entry-wrap-col.news {
    display: flex;
    gap: 0;
  }

  .entry-wrap-col > div {
    width: 100% !important;
  }

  .featured-logo-group .logo-group-inner > div {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .featured-logo-group figure {
    margin: 0 2px;
  }

  .authors .author .author-popover-wrap {
    display: none;
  }

  .news-article .news-header {
    margin-top: 0;
    padding: 20px 20px 0;
  }

  .news-article .news-header .breadcrumbs {
    margin-top: 15px;
  }

  .news-article .entry-wrap-col.news .social-share-col {
    padding-left: 0;
  }

  .news-article .news-meta {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 20px;
    border-radius: 60px;
    gap: 2px;
    padding: 0px 25px 10px 25px;
  }

  .news-article .news-meta .author {
    display: inline-block;
    padding-top: 9px;
    margin-bottom: 4px;
  }

  .news-article .authors .author > a {
    background: transparent;
  }

  .news-article .news-meta .author .thumb {
    margin-right: 0;
  }

  .news-article .authors .author img {
    margin-right: 5px;
  }

  .news-article .news-meta .date {
    display: flex;
    margin: 0;
    font-size: 0.8em;
    justify-content: center;
  }

  .news-article .news-meta .date svg {
    fill: #fff;
    filter: none;
    width: 20px;
  }

  .news-article h1 {
    font-size: 2em;
  }

  .news-article .entry-wrap-col.news {
    padding: 0 20px;
  }

  .news-article .news-summary {
    margin-top: 0;
  }
  .news-article .entry-wrap-col.news .social-share-col .title {
    display: none;
  }

  .news-article .entry-wrap-col.news .social-share-col h4 {
    display: none;
  }

  .single-share .share-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 300px;
    margin: 0 auto 13px;
  }

  .single-share .share-list li a svg {
    position: relative;
    top: 2px;
  }

  .author-archive header {
    display: flex;
    gap: 20px;
    margin: 1em 0 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .author-archive header .thumb {
    width: 70%;
    max-width: 400px;
  }

  .author-archive header .author-intro {
    width: 100%;
  }

  .author-archive .job-title {
    text-align: center;
  }

  .author-archive header .author-name {
    text-align: center;
  }

  .author-archive .focus-areas-wrap {
    padding: 10px;
  }

  .author-archive .focus-areas {
    flex-direction: column;
  }

  .author-archive .focus-areas .focus-item-desc {
    font-size: 0.9em;
  }

  .author-archive .experience {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .author-archive .experience-item {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .site-header .site-branding img {
    max-width: 116px;
    height: auto;
  }

  .entry-header {
    padding: 1rem;
    margin-top: 10px;
  }

  .section-gradient {
    background-image: none;
    position: relative;
    padding-bottom: 0px;
  }

  .section-gradient:after {
    display: none;
  }

  .entry-header h1,
  .page-hero-clean h1 {
    font-size: 1.7em;
  }

  .entry-content h2 {
    margin-top: 0.4em;
    font-size: 1.4rem;
  }

  .pros-cons .pros-cons-inner {
    display: block;
  }

  .pros-cons .pros,
  .pros-cons.cons {
    width: 100%;
  }

  .article-feed {
    gap: 0;
    flex-direction: row;
  }

  .article-feed article {
    flex: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .entry-header .authors {
    padding: 8px 20px;
    font-size: 0.8rem;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .entry-header .authors .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1em;
  }

  .entry-header .author:nth-of-type(2) {
    display: none;
  }

  .entry-header .author:after {
    display: none;
  }

  .entry-header .author .thumb img {
    border: 3px solid #c0c0c0;
  }

  .entry-header .date-wrap {
    margin-bottom: 0;
  }

  .sb-article-feed.horizontal {
    display: block !important;
  }

  .news-article .entry-wrap-col.news .news-sb {
    width: 100%;
    padding: 15px 0 0;
  }

  .article-feed.list article .thumb {
    display: none;
  }

  .article-feed.list article .body {
    position: relative;
    flex-basis: 85%;
    padding-right: 0;
  }

  .author-archive header .author-name {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

/*Ovverrides for Ivan later*/

.defirate-pred-event .hero {
  margin-top: 2em;
}

.defirate-lend-rates .protocol-logo-wrap, .defirate-borrow-rates .protocol-logo-wrap {
    border-radius: 50%;
    overflow: hidden;
}

.defirate-prediction-footer {
  color: var(--text-primary);
  font-size: 0.9em;
}

.defirate-prediction-footer .prediction-footer__updated {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  color: var(--text-primary);
}

.defirate-lend-rates .protocol-name,
.defirate-borrow-rates .protocol-name {
  display: block;
  font-size: 13px;
  color: #ffffff !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: inherit !important;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  max-width: 140px;
}

.defirate-lend-rates table,
.defirate-borrow-rates table {
  margin: 0;
}

.defirate-lend-rates .table-container,
.defirate-borrow-rates .table-container,
.defirate-lend-rates tbody tr.data-row,
.defirate-borrow-rates tbody tr.data-row {
  border: none !important;
}




/*overrides to move up*/

.page-id-6972 article.page {
    position: relative;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2026/03/axiom-pattern2.png);
    background-attachment: fixed;
}

.page-id-6972 article.page:before {
    content: "";
    display: block;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* z-index: -1; */
    background-attachment: fixed;
}

.page-id-6972 .entry-content {
  position: relative;  
}

.homepage-new .page-hero {
    text-align: center;
    padding: 3em 0 0em;
}

.homepage-new .page-hero h1 {
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 3em;
}

.homepage-new .page-hero .wp-block-buttons {
    display: flex;
    justify-content: center;
}

.homepage-new .page-hero .hero-intro {
  max-width: 1000px;
  margin: 0 auto 30px;
}

.homepage-new .featured-logo-group h4 {
    font-size: 0.9em;
    font-weight: 800;
    margin: 40px 0 -5px;
}

.homepage-new .link-cards .wp-block-image img {
  width: 100%;
  max-width: 100%;
}

.homepage-new .link-cards .wp-block-image.icon-section img,
.homepage-new .link-cards .wp-block-image.icon-section svg {
  width: 48px;
}

.homepage-new .link-cards .platform-card .wp-block-image.icon-section img {
  max-width: 100%;
  width: auto;
  max-height: 30px;
  margin-top: 15px;
}

.homepage-new .link-cards .platform-card.kalshi .wp-block-image.icon-section img {
  max-height: 24px;
}

.homepage-new .link-cards .wp-block-heading {
    margin-top: 0;
    font-size: 1.2em;
}

.homepage-new .link-cards .platform-card .wp-block-heading {
    border: none;
    margin: 0;
    padding-bottom: 5px;
    margin-top: 10px;
}

.homepage-new .link-cards .wp-block-buttons {
    justify-content: center;
    margin-bottom: 20px;
}

.homepage-new .number-crunch .stats {
    text-align: center;
    max-width: 1000px;
    margin: 3em auto 0;
    border: 1px solid var(--border);
    padding: 30px;
    border-radius: 30px;
}