blockquote::before { display: none !important; }
.top-metas { display: none !important; }
.post-tags-share { display: none !important; }
.matrix-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 2px solid #ffffff; margin-bottom: 24px; }
.matrix-header-values { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; }
.todey-grid-badge { width: 14px; height: 14px; vertical-align: middle; }
.icon-title-group { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.qr-logo-frame { flex-shrink: 0; width: 80px; height: 80px; border: 2px solid #ffffff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.qr-logo-frame .qr-logo { width: 100%; height: 100%; object-fit: cover; }
.qr-title-group { flex: 1; }
.qr-article-title { font-size: 28px; font-weight: 700; color: #ffffff; margin: 0 0 8px; line-height: 1.2; }
.qr-article-excerpt { font-size: 14px; color: #aaaaaa; margin: 0; }
.todey-qr-master-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #000000; color: #ffffff; width: 100%; box-sizing: border-box; }
.qr-section-headline {
    font-size: 48px;
    font-weight: 900;
    word-spacing: .25rem !important;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    /* letter-spacing: -0.5px; */
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
}
/* Matrix Table Display Infrastructure */
.qr-matrix-grid { width: 100%; border: 1px solid #111111; background: #000000; margin: 40px 0 20px; border-bottom: none; box-sizing: border-box; max-width: 1300px; }
.qr-matrix-header-row { display: grid; grid-template-columns: 240px 1fr; background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); min-height: 50px; }
.qr-matrix-header-label { color: #ffffff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 0 15px; display: flex; align-items: center; border-right: 1px solid #111111; }
.qr-matrix-header-value { color: #ffffff; font-size: 14px; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; gap: 8px; padding: 0 15px; letter-spacing: 0.5px; line-height: 1 !important; }
.qr-matrix-row { display: grid; grid-template-columns: 1fr 1fr; }
.qr-matrix-cell { display: grid; grid-template-columns: 240px 1fr; border-bottom: 1px solid #ffffff14; min-height: 50px; max-height: 50px; box-sizing: border-box; }
.qr-matrix-cell:first-child { border-right: 1px solid #111111; }
.qr-matrix-label { background: #ff4400; color: #000000; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 1px 10px; display: flex; align-items: center; position: relative; }
.qr-matrix-value { color: #ffffff; font-size: 13px; font-weight: 600; text-transform: uppercase; padding: 0 15px; display: flex; align-items: center; justify-content: center; text-align: center; background: #000000; letter-spacing: 0.5px; }
.qr-matrix-value.highlight-yes { color: #3cff01; font-weight: 700; }
.qr-matrix-value.highlight-no { color: #ff0000; font-weight: 700; }
.empty-placeholder { background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.qr-tooltip-wrapper { position: relative; margin-left: auto; display: inline-flex; align-items: center; cursor: help; z-index: 5; }
.tooltip-trigger { background: rgba(0,0,0,0.15); color: #000000; font-size: 10px; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; font-weight: 900; margin-left: 6px; border: 1px solid #000000; }
.qr-matrix-label:hover .tooltip-trigger { background: #000000; color: #ff4400; }
.qr-tooltip-content { visibility: hidden; opacity: 0; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(5px); background: #ffffff; color: #000000; text-transform: none; font-size: 12px; font-weight: 600; padding: 10px 14px; width: 240px; border-radius: 0px; box-shadow: 0 10px 30px rgba(0,0,0,0.9); pointer-events: none; transition: 0.2s; z-index: 999; letter-spacing: 0px; line-height: 1.4; }
.qr-tooltip-content::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-width: 5px; border-style: solid; border-color: #ffffff transparent transparent transparent; }
.qr-tooltip-wrapper:hover .qr-tooltip-content { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(-6px); }
/* Brutalist Text Area Box Display */
.qr-brutalist-block { background: #000000; border: 1px solid #ffffff14; border-radius: 0px; padding: 32px 40px; margin: 0 0 50px 0; color: #888888; line-height: 1.7; font-size: 15px; box-sizing: border-box; font-family: 'DM Sans', sans-serif; max-width: 1300px; }
.qr-brutalist-block > *:first-child { margin-top: 0 !important; }
.qr-brutalist-block > *:last-child { margin-bottom: 0 !important; }
.qr-brutalist-text { margin-bottom: 16px; color: #888888; text-align: justify; }
.qr-brutalist-title { font-size: 18px; font-weight: 700; color: #ffffff; text-transform: uppercase; margin-top: 30px; margin-bottom: 15px; letter-spacing: 0.5px; border-bottom: 1px solid #ffffff14; padding-bottom: 8px; }
ul.qr-brutalist-list { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-wrap: wrap; gap: 10px 24px; }
ul.qr-brutalist-list li { position: relative; padding-left: 20px; margin-bottom: 0; color: #bbbbbb; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.4; max-width: 100%; box-sizing: border-box; }
ul.qr-brutalist-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; background: #ff4400; border-radius: 0px; }
body .qr-brutalist-block blockquote.qr-brutalist-quote { background: #171717 !important; border: none !important; padding: 10px 0 10px 24px !important; margin: 24px 0 !important; color: #a2a2a2 !important; font-style: italic !important; font-size: 16px !important; line-height: 1.6 !important; font-family: 'DM Sans', sans-serif !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0.3px !important; box-shadow: none !important; }
body .qr-brutalist-block q.qr-brutalist-quote-inline { font-style: italic !important; color: #ffffff !important; background: transparent !important; border: none !important; padding: 0 !important; margin: 0 !important; font-family: 'DM Sans', sans-serif !important; }
body .qr-brutalist-block q.qr-brutalist-quote-inline::before, body .qr-brutalist-block q.qr-brutalist-quote-inline::after { content: '"' !important; color: #ff4400 !important; font-weight: bold !important; }
.qr-brutalist-italic { font-style: italic; color: #a1a1aa; margin-bottom: 16px; line-height: 1.7; }
em.qr-brutalist-italic-inline { font-style: italic; color: #a1a1aa; }
.qr-brutalist-collapse-btn { display: inline-flex; align-items: center; justify-content: center; border: none !important; background: transparent !important; padding: 0 !important; margin: 0 0 0 8px !important; cursor: pointer; vertical-align: middle; outline: none; box-shadow: none !important; }
.qr-collapse-icon { font-size: 0; font-weight: 700; line-height: 1; display: inline-block; transition: transform 0.2s ease; }
.qr-collapse-icon::before { content: "[+]"; font-family: 'Roboto Mono', monospace; font-size: 10px; font-weight: 700; color: #3A3A3A; transition: color 0.15s ease; }
.qr-brutalist-collapse-btn[aria-expanded="true"] .qr-collapse-icon::before { content: "[-]"; }
.qr-brutalist-collapse-btn:not([aria-expanded="true"]):hover .qr-collapse-icon::before { content: "[OPEN]"; color: #FF4400; }
.qr-brutalist-collapse-btn[aria-expanded="true"]:hover .qr-collapse-icon::before { content: "[CLOSE]"; color: #FF4400; }
.qr-brutalist-collapse { display: none; padding-left: 20px; border-left: 1px dashed #ffffff14; margin: 15px 0; transition: all 0.3s ease; }
.qr-brutalist-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important; gap: 15px !important; margin: 20px 0 !important; border: 1px solid #ffffff14 !important; background: #000000 !important; padding: 15px !important; align-items: stretch !important; height: auto !important; }
.qr-brutalist-grid-item { display: flex !important; flex-direction: column !important; border: 1px solid #ffffff14 !important; padding: 12px 16px !important; box-sizing: border-box !important; transition: background 0.2s !important; align-self: stretch !important; height: auto !important; }
.qr-brutalist-grid-label { font-size: 10px; font-weight: 700; color: #8a8d98; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.qr-brutalist-grid-value { font-size: 14px; font-weight: 600; color: #ffffff; letter-spacing: 0.5px; }
/* Pros & Cons Infrastructure Mapping Loops */
.qr-pc-wrapper { margin: 0 0 50px 0; box-sizing: border-box; max-width: 1300px; }
.qr-pc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: transparent; }
.qr-pc-container { display: flex; flex-direction: column; padding: 10px 0; background: transparent; }
.qr-pc-header { display: flex; justify-content: space-between; align-items: center; border-bottom: none; padding-bottom: 8px; margin-bottom: 15px; }
.qr-pc-side-title { font-size: 20px; font-weight: 800; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; line-height: 1; }
.qr-pc-status { font-family: monospace; font-size: 10px; font-weight: 700; color: rgba(255, 255, 255, 0.4); display: flex; align-items: center; gap: 6px; letter-spacing: 0.5px; }
.qr-pc-status::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; }
.qr-pc-container:first-child .qr-pc-status::before { background-color: #00ff1e; box-shadow: 0 0 8px rgba(0, 255, 30, 0.8); }
.qr-pc-container:last-child .qr-pc-status::before { background-color: #ff0000; box-shadow: 0 0 8px rgba(255, 0, 0, 0.8); }
.qr-pc-list { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.qr-pc-list li { display: flex; align-items: flex-start; gap: 12px; font-family: 'DM Sans', sans-serif; padding: 7px 0; border-bottom: none; }
.qr-pc-list li:last-child { padding-bottom: 0; }
.qr-pc-list li:first-child { padding-top: 0; }
.qr-pc-list li .pc-marker-icon, .qr-pc-list li .pc-item-text { transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s ease; }
.qr-pc-list li:hover .pc-marker-icon, .qr-pc-list li:hover .pc-item-text { transform: translateX(4px); }
.qr-pc-list li:hover .pc-item-text { color: #ffffff !important; }
.qr-pc-list li .pc-marker-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: none; background: transparent; flex-shrink: 0; margin-top: 3px; }
.qr-pc-list li .pc-marker-icon.marker-yes { color: #00ff1e; }
.qr-pc-list li .pc-marker-icon.marker-no { color: #ff0000; }
.qr-pc-list li .pc-marker-icon svg { width: 20px; height: 20px; display: block; }
.qr-pc-list li .pc-item-text {
    font-size: 14px;
    /* font-weight: 500; */
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.qr-pc-list li .pc-item-text.status-muted { color: rgba(255, 255, 255, 0.45); }
/* FAQs Elements Layout Clones */
.qr-faq-wrapper { margin: 0 0 50px 0; padding: 0; box-sizing: border-box; max-width: 1300px; }
.qr-faq-item { border-bottom: 1px solid #ffffff14; background: #000000; }
.qr-faq-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    border: none;
    padding: 20px 0;
    color: #b3b3b3;
    cursor: pointer;
    text-align: left;
}
.qr-faq-q-group { display: flex; align-items: center; gap: 16px; }
.qr-faq-dot { width: 4px; height: 4px; background: #ff4400; flex-shrink: 0; }
.qr-faq-q { font-size: 20px; font-weight: 500; }
.qr-faq-icon-symbol { color: #ffffff; font-size: 18px; font-weight: 400; transition: transform 0.2s ease; margin-right: 10px; }
.qr-faq-toggle[aria-expanded="true"] .qr-faq-icon-symbol { transform: rotate(45deg); color: #ff4400; }
.qr-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1); background: #000000; }
.qr-faq-answer-inner { padding: 0 0 26px 20px; color: #888888; font-size: 14px; line-height: 1.6; }
.qr-faq-answer-inner p { margin: 0; }
/* CPT Archive Multi-column Registry Grids Setup */
.todey-card-grid-style4 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; padding-top: 0px !important; background: transparent !important; width: 100% !important; box-sizing: border-box !important; align-items: stretch !important; }

/* SPLIT PANEL BASE WITH STATIC BORDER LAYER */
.brutalist-split-panel {
    background-color: #000000 !important;
    border: 1px solid #141414 !important; /* MAIN STATIC CONSTRUCT LINE */
    display: grid !important;
    grid-template-columns: 64px 1fr !important; /* ASYMMETRIC VERTICAL DIVISION */
    min-height: 195px !important;
    position: relative !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    align-items: stretch !important;
    transition: border-color 0.15s ease !important;
}
.brutalist-split-panel:hover {
    border-color: #ffffff18 !important; /* Premium hover border */
}

/* LEFT SIDEBAR PANEL */
.panel-sidebar-left {
    border-right: 1px solid #141414 !important;
    padding: 24px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important; /* LOGO PERFECTLY ANCHORED AT THE TOP */
    background-color: #000000 !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease !important;
}
.brutalist-split-panel:hover .panel-sidebar-left {
    border-right-color: #ffffff18 !important;
}

/* SIDEBAR GEOMETRIC SVG LOGO */
.sidebar-logo-svg {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
}
.sidebar-logo-img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    display: block !important;
}

/* RIGHT CONTENT CONTAINER */
.panel-content-right {
    padding: 28px 24px 24px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    box-sizing: border-box !important;
}

/* TYPOGRAPHY */
.panel-headline {
    font-family: 'Clash Display';
    font-size: 20px !important;
    word-spacing: .2rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    color: #FFFFFF !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.panel-body-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 13px !important;
    color: #7A7A7A !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    padding-right: 40px !important; /* PREVENTS TEXT COLLISION WITH INTERACTIVE GLYPHS */
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: color 0.15s ease !important;
}
.brutalist-split-panel:hover .panel-body-text {
    color: #999999 !important;
}

/* FOOTER ACTIONS AREA */
.panel-footer-area {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 16px !important;
}

.panel-footer-mono {
    font-family: 'Roboto Mono', monospace !important;
    font-size: 11px !important;
    color: #3A3A3A !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: color 0.15s ease !important;
}
.brutalist-split-panel:hover .panel-footer-mono {
    color: #5A5A5A !important;
}

/* OPTION 10: Dynamic Expansion Container Component ([+] → [OPEN]) */
.vibe-expand-node::before {
    content: "[+]" !important;
    font-family: 'Roboto Mono', monospace !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #3A3A3A !important;
    transition: color 0.15s ease !important;
}
.brutalist-split-panel:hover .vibe-expand-node::before {
    content: "[OPEN]" !important;
    color: #FF4400 !important;
}

/* Verification Modal Styling */
.todey-badge-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999 !important;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    margin: 0 !important;
    padding: 0 !important;
}
.todey-badge-modal-overlay.todey-show {
    display: flex !important;
}
.todey-badge-modal-content {
    background: #020202 !important;
    padding: 40px !important;
    border-radius: 0 !important;
    max-width: 480px !important;
    width: 90% !important;
    position: relative !important;
    font-family: system-ui, -apple-system, sans-serif !important;
    text-align: left !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5) !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 auto !important;
    display: block !important;
}
.todey-badge-modal-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    cursor: pointer !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: #666 !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    transition: color 0.3s ease !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: inline-block !important;
}
.todey-badge-modal-close:hover {
    color: #fff !important;
}
.todey-badge-modal-title {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: none !important;
}
.todey-modal-title-badge {
    height: 16px !important;
    width: auto !important;
    margin-left: 6px !important;
    flex: 0 0 auto !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.todey-badge-modal-text {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-top: 0 !important;
    margin-bottom: 35px !important;
    color: #888 !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
.todey-badge-modal-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 28px !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.todey-badge-modal-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}
img.todey-grid-badge.verified-archive-badge {
    height: 17px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin-left: 6px !important;
    cursor: pointer !important;
    transition: transform 0.1s ease !important;
}
img.todey-grid-badge.verified-archive-badge:hover {
    transform: scale(1.1) !important;
}
.todey-referral-banner { background: #ff4400; padding: 32px 40px; margin: 0 0 50px 0; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.todey-referral-content { flex: 1; text-align: left; }
.todey-referral-title { font-size: 26px; font-weight: 900; color: #000; margin: 0 0 10px 0 !important; text-transform: uppercase; letter-spacing: -1px; line-height: 1.05; }
.todey-referral-subtitle { font-size: 15px; font-weight: 800; color: #000; margin: 0 0 50px 0 !important; text-transform: uppercase; line-height: 1.3; letter-spacing: 0.2px; }
.todey-referral-disclaimer { font-size: 12px; font-weight: 500; color: rgba(0,0,0,0.6); margin: 0 !important; line-height: 1.5; max-width: 100%; }
.todey-referral-action { margin-left: 40px; flex-shrink: 0; }
.todey-referral-btn { display: inline-flex; align-items: center; gap: 10px; background: #000; color: #fff !important; border: 1px solid #000; padding: 14px 28px; font-size: 11px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 1.2px; transition: all 0.3s ease; text-decoration: none !important; white-space: nowrap; }
.todey-referral-btn:hover { background: #fff; color: #000 !important; border-color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.todey-referral-btn svg { width: 15px; height: 15px; fill: currentColor; }
@media (max-width: 768px) {
    .todey-referral-banner { flex-direction: column; align-items: flex-start; padding: 30px 10px !important; gap: 24px; margin: 20px 0 35px 0 !important; }
    .todey-referral-content { text-align: left; }
    .todey-referral-action { margin-left: 0; align-self: center; }
}
@media (max-width: 991px) {
    .todey-card-grid-style4 { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
}
@media (max-width: 600px) {
    .todey-card-grid-style4 { grid-template-columns: 1fr !important; gap: 16px !important; }
}
@media (max-width: 767px) {
    .todey-qr-master-wrap { padding-left: 0 !important; padding-right: 0 !important; }
    .container { width: 100% !important; padding-right: 0px !important; padding-left: 0px !important; margin-right: auto !important; margin-left: auto !important; }
    .qr-section-headline { font-size: 24px !important; margin-bottom: 20px !important; padding: 0px 0px 10px !important; }
    .qr-brutalist-block { padding: 10px 10px !important; }
    .qr-matrix-grid { margin: 20px 0 !important; }
    .qr-matrix-header-row { grid-template-columns: 1fr !important; }
    .qr-matrix-header-label { display: none !important; }
    .qr-pc-wrapper { margin: 0 0 30px 0 !important; }
    .qr-faq-q { font-size: 16px !important; }
    .qr-faq-toggle { padding: 18px 0 !important; }
    .qr-faq-wrapper { margin: 0 0 20px 0 !important; }
    .qr-pc-list li .pc-item-text { font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, 0.70); line-height: 1.5; text-transform: uppercase; letter-spacing: 0.5px; }
}
@media (max-width: 991px) {
    .qr-matrix-row { grid-template-columns: 1fr !important; }
    .qr-matrix-cell { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; max-height: none !important; }
    .qr-pc-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
}
.todey-last-updated { font-size: 9px; color: #777; text-align: right; margin-top: 10px; margin-bottom: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; }
.todey-load-wrap { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 20px; width: 100%; }
.todey-load-btn { background: #ff4400; color: #000; border: 1px solid #ff4400; padding: 11px 24px; font-size: 11px; font-weight: 600; text-transform: uppercase; transform: skew(-22deg); font-family: Arial, Helvetica, sans-serif; cursor: pointer; text-decoration: none; user-select: none; display: inline-flex; justify-content: center; align-items: center; z-index: 1; position: relative; }
.todey-load-btn span { display: inline-flex; transform: skew(22deg); }
.todey-load-btn::before { content: ''; position: absolute; top: 0; bottom: 0; right: 100%; left: 0; background: #000; opacity: 0; z-index: -1; transition: all 0.5s ease; }
.todey-load-btn:hover { color: #ff4400; border-color: #ffffff14; }
.todey-load-btn:hover::before { left: 0; right: 0; opacity: 1; }

/* Dynamic CC Showcase canvas size override for singular QR payment pages */
.single-todey_qr .fccs-canvas {
    width: 200% !important;
}
