/*
Theme Name: RPI Dark Mode
Theme URI: https://rightpathind.com
Author: RightPath Industries
Description: Custom dark mode theme for RightPath Industries
Version: 1.1
Text Domain: rpi-darkmode
*/
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--blue:#4A8FD4;--blue-light:#6AAFE8;--blue-dark:#0A0F1A;--orange:#F07040;--orange-light:#FF8C60;--green:#5EBD4E;--green-light:#7ED86E;--white:#12161E;--off-white:#0E1219;--gray-50:#1A2030;--gray-100:#222A3A;--gray-200:#2E3848;--gray-400:#8899AA;--gray-600:#A0B0C0;--gray-700:#C0CDD8;--gray-800:#D8E2EC;--gray-900:#EDF2F7;--shadow-sm:0 1px 3px rgba(0,0,0,0.3);--shadow-md:0 4px 16px rgba(0,0,0,0.4);--shadow-lg:0 12px 40px rgba(0,0,0,0.5);--shadow-xl:0 20px 60px rgba(0,0,0,0.6);--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-800);line-height:1.7;background:var(--white);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{display:inline-block;font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--orange);background:rgba(240,112,64,0.15);padding:6px 16px;border-radius:50px;margin-bottom:16px}.section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--gray-900);line-height:1.2;margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:var(--gray-600);max-width:640px;line-height:1.8}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:0.95rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all 0.3s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.4)}.btn-secondary:hover{border-color:var(--white);background:rgba(255,255,255,0.1)}.btn-outline{background:transparent;color:var(--orange);border:2px solid var(--orange)}.btn-outline:hover{background:var(--orange);color:#0E1219}.topbar{background:#060A12;color:rgba(255,255,255,0.6);font-size:0.82rem;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;align-items:center}.topbar a{color:var(--orange-light);text-decoration:none;font-weight:600}.topbar a:hover{color:var(--orange)}.navbar{background:#0D1117;border-bottom:1px solid rgba(255,255,255,0.06);position:sticky;top:0;z-index:1000;transition:box-shadow 0.3s}.navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,0.5)}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:flex;align-items:center;text-decoration:none}.logo svg{height:52px;width:auto}.nav-links{display:flex;gap:8px;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--gray-700);font-weight:500;font-size:0.9rem;padding:8px 16px;border-radius:8px;transition:all 0.2s}.nav-links a:hover{color:var(--orange);background:rgba(255,255,255,0.05)}.nav-cta{background:var(--orange) !important;color:var(--white) !important;padding:10px 24px !important;border-radius:50px !important}.nav-cta:hover{background:var(--orange-light) !important}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle span{display:block;width:24px;height:2px;background:#C0CDD8;margin:6px 0;transition:0.3s;border-radius:2px}.hero{background:linear-gradient(135deg,#060A12 0%,#0D1B2E 50%,#142840 100%);color:#EDF2F7;padding:120px 0 100px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:700px;height:700px;background:radial-gradient(circle,rgba(224,90,36,0.12) 0%,transparent 70%);border-radius:50%}.hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(78,154,58,0.1) 0%,transparent 70%);border-radius:50%}.hero .container{position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-content{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.12);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);padding:8px 20px;border-radius:50px;font-size:0.82rem;font-weight:500;margin-bottom:28px;color:rgba(255,255,255,0.9)}.hero-badge .badge-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);display:inline-block}.hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--orange-light)}.hero p{font-size:1.15rem;line-height:1.8;color:rgba(255,255,255,0.8);margin-bottom:36px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hero-stat{background:rgba(255,255,255,0.08);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:transform 0.3s}.hero-stat:hover{transform:translateY(-4px)}.hero-stat:nth-child(2){margin-top:30px}.hero-stat:nth-child(3){margin-top:-30px}.hero-stat .number{font-size:2.5rem;font-weight:800;display:block;line-height:1;margin-bottom:8px}.hero-stat:nth-child(1) .number{color:var(--orange-light)}.hero-stat:nth-child(2) .number{color:var(--green-light)}.hero-stat:nth-child(3) .number{color:#64B5F6}.hero-stat:nth-child(4) .number{color:var(--orange-light)}.hero-stat .label{font-size:0.85rem;color:rgba(255,255,255,0.7);font-weight:500}.features{background:var(--off-white)}.features-header{text-align:center;margin-bottom:64px}.features-header .section-subtitle{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:40px 32px;transition:all 0.3s ease;border:1px solid var(--gray-100);position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.feature-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;opacity:0;transition:opacity 0.3s}.feature-card:hover::after{opacity:1}.feature-card:nth-child(1)::after,.feature-card:nth-child(4)::after{background:var(--blue)}.feature-card:nth-child(2)::after,.feature-card:nth-child(5)::after{background:var(--orange)}.feature-card:nth-child(3)::after,.feature-card:nth-child(6)::after{background:var(--green)}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}.feature-card:nth-child(1) .feature-icon,.feature-card:nth-child(4) .feature-icon{background:rgba(74,143,212,0.15)}.feature-card:nth-child(2) .feature-icon,.feature-card:nth-child(5) .feature-icon{background:rgba(240,112,64,0.15)}.feature-card:nth-child(3) .feature-icon,.feature-card:nth-child(6) .feature-icon{background:rgba(94,189,78,0.15)}.feature-card h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.feature-card p{font-size:0.92rem;color:var(--gray-600);line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image{position:relative}.about-image-main{width:100%;height:480px;background:linear-gradient(135deg,#0D1B2E,#1A3560);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about-image-main::before{content:'';position:absolute;width:300px;height:300px;border:2px solid rgba(255,255,255,0.1);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.about-image-main::after{content:'';position:absolute;width:200px;height:200px;border:2px solid rgba(255,255,255,0.06);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.about-image-text{position:relative;z-index:2;text-align:center;color:white}.about-image-text .big{font-size:4rem;font-weight:800;line-height:1;display:block}.about-image-text .small{font-size:1rem;opacity:0.7;display:block;margin-top:4px}.about-float{position:absolute;bottom:-20px;right:-20px;background:#1A2030;border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius);padding:20px 28px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:14px;z-index:3}.about-float-icon{width:48px;height:48px;background:rgba(240,112,64,0.15);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.about-float-text .num{font-size:1.3rem;font-weight:800;color:var(--gray-900)}.about-float-text .desc{font-size:0.78rem;color:var(--gray-600)}.about-text h2{margin-bottom:24px}.about-text p{color:var(--gray-600);margin-bottom:20px;font-size:0.98rem}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.highlight{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#161C28;border:1px solid rgba(255,255,255,0.06);border-radius:var(--radius);font-size:0.88rem;font-weight:600;color:var(--gray-700)}.highlight::before{content:'â';width:24px;height:24px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.7rem;flex-shrink:0}.products{background:var(--off-white)}.products-header{text-align:center;margin-bottom:64px}.products-header .section-subtitle{margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.product-card{background:var(--white);border-radius:var(--radius);padding:28px 20px;text-align:center;border:1px solid var(--gray-100);transition:all 0.3s ease;text-decoration:none;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--orange)}.product-icon{width:52px;height:52px;border-radius:14px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:white;transition:transform 0.3s}.product-card:hover .product-icon{transform:scale(1.1)}.product-card:nth-child(3n+1) .product-icon{background:linear-gradient(135deg,var(--blue),var(--blue-light))}.product-card:nth-child(3n+2) .product-icon{background:linear-gradient(135deg,var(--orange),var(--orange-light))}.product-card:nth-child(3n+3) .product-icon{background:linear-gradient(135deg,var(--green),var(--green-light))}.product-card h3{font-size:0.9rem;font-weight:700;color:var(--gray-800)}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:48px 40px;border:1px solid var(--gray-100);transition:all 0.3s;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;opacity:0;transition:opacity 0.3s}.service-card:hover::before{opacity:1}.service-card:nth-child(1)::before{background:var(--blue)}.service-card:nth-child(2)::before{background:var(--orange)}.service-card:nth-child(3)::before{background:var(--green)}.service-card:nth-child(4)::before{background:var(--blue)}.service-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:24px}.service-card:nth-child(1) .service-icon{background:rgba(74,143,212,0.15)}.service-card:nth-child(2) .service-icon{background:rgba(240,112,64,0.15)}.service-card:nth-child(3) .service-icon{background:rgba(94,189,78,0.15)}.service-card:nth-child(4) .service-icon{background:rgba(74,143,212,0.15)}.service-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:16px}.service-card p{color:var(--gray-600);font-size:0.95rem;line-height:1.8}.case-study{background:linear-gradient(135deg,#060A12,#0D1B2E);color:var(--white)}.case-study-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.case-study .section-label{background:rgba(224,90,36,0.2);color:var(--orange-light)}.case-study .section-title{color:var(--white)}.case-study-text p{font-size:1.05rem;line-height:1.9;color:rgba(255,255,255,0.8);margin-bottom:32px}.case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-metric{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius);padding:24px;text-align:center}.case-metric .val{font-size:1.8rem;font-weight:800;color:var(--orange-light);display:block}.case-metric .lbl{font-size:0.78rem;color:rgba(255,255,255,0.6);margin-top:4px}.news{background:var(--off-white)}.news-header{text-align:center;margin-bottom:64px}.news-header .section-subtitle{margin:0 auto}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.news-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-100);transition:all 0.3s;text-decoration:none;display:block}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.news-thumb{height:180px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.news-card:nth-child(1) .news-thumb{background:linear-gradient(135deg,var(--blue),var(--blue-light))}.news-card:nth-child(2) .news-thumb{background:linear-gradient(135deg,var(--orange),var(--orange-light))}.news-card:nth-child(3) .news-thumb{background:linear-gradient(135deg,var(--green),var(--green-light))}.news-body{padding:28px}.news-tag{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.news-body h3{font-size:1.05rem;font-weight:700;color:var(--gray-900);margin-bottom:12px;line-height:1.4}.news-body p{font-size:0.88rem;color:var(--gray-600);line-height:1.7}.news-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:0.85rem;font-weight:600;color:var(--orange)}.news-link::after{content:'â';transition:transform 0.2s}.news-card:hover .news-link::after{transform:translateX(4px)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.contact-info h2{margin-bottom:24px}.contact-info>p{color:var(--gray-600);margin-bottom:40px;font-size:0.98rem}.contact-methods{display:flex;flex-direction:column;gap:20px}.contact-method{display:flex;align-items:center;gap:16px;padding:18px;background:#161C28;border:1px solid rgba(255,255,255,0.06);border-radius:var(--radius)}.contact-method-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:white;flex-shrink:0}.contact-method:nth-child(1) .contact-method-icon{background:var(--blue)}.contact-method:nth-child(2) .contact-method-icon{background:var(--orange)}.contact-method:nth-child(3) .contact-method-icon{background:var(--green)}.contact-method:nth-child(4) .contact-method-icon{background:var(--blue)}.contact-method-text .label{font-size:0.78rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:0.08em;font-weight:600}.contact-method-text .value{font-size:1rem;font-weight:600;color:var(--gray-900)}.contact-form{background:#161C28;border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-lg);padding:44px;box-shadow:var(--shadow-md)}.contact-form h3{font-size:1.3rem;font-weight:700;margin-bottom:28px;color:var(--gray-900)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full{grid-column:1 / -1}.form-group label{font-size:0.82rem;font-weight:600;color:var(--gray-700)}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1.5px solid rgba(255,255,255,0.1);border-radius:10px;font-size:0.92rem;font-family:inherit;color:#D8E2EC;background:#1A2030;transition:border-color 0.2s,box-shadow 0.2s;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#556070}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(240,112,64,0.15)}.form-group textarea{min-height:120px;resize:vertical}.form-submit{margin-top:24px;width:100%;padding:16px;background:var(--orange);color:var(--white);font-size:1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;font-family:inherit;transition:all 0.3s}.form-submit:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.footer{background:#060A12;color:rgba(255,255,255,0.7);padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,0.08)}.footer-brand .logo{margin-bottom:16px}.footer-brand .logo svg{height:44px;width:auto}.footer-brand .logo svg .logo-text{fill:#FFFFFF}.footer-brand .logo svg .circle-blue{stroke:#6B9BD2}.footer-brand .logo svg .circle-orange{stroke:#F09070}.footer-brand .logo svg .circle-green{stroke:#8BC78A}.footer-brand p{font-size:0.88rem;line-height:1.8;color:rgba(255,255,255,0.5)}.footer h4{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:var(--white);margin-bottom:20px}.footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer ul a{color:rgba(255,255,255,0.5);text-decoration:none;font-size:0.88rem;transition:color 0.2s}.footer ul a:hover{color:var(--orange-light)}.footer-bottom{padding:24px 0;display:flex;justify-content:space-between;align-items:center;font-size:0.82rem;color:rgba(255,255,255,0.35)}@media (max-width:1024px){.hero-grid,.about-grid,.case-study-inner,.contact-grid{grid-template-columns:1fr;gap:48px}.hero-visual{max-width:400px}.features-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:72px 0}.topbar .container{flex-direction:column;gap:4px;text-align:center}.nav-links{display:none}.mobile-toggle{display:block}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:80px;left:0;right:0;background:#0D1117;padding:20px;box-shadow:var(--shadow-lg);border-top:1px solid rgba(255,255,255,0.06)}.hero{padding:80px 0 60px}.features-grid,.services-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:1fr}.case-metrics{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.about-highlights{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}.page-title{color:#ffffff;font-family:"Inter",sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;padding-top:1rem}.entry-content{color:rgba(255,255,255,0.85);font-family:"Inter",sans-serif;font-size:1.05rem;line-height:1.8}.entry-content p{margin-bottom:1.25rem}.entry-content a{color:#60a5fa;text-decoration:underline;text-decoration-color:rgba(96,165,250,0.3);text-underline-offset:2px;transition:color 0.2s ease}.entry-content a:hover{color:#93c5fd;text-decoration-color:rgba(147,197,253,0.5)}.entry-content strong{color:#ffffff;font-weight:600}.entry-content h2,.entry-content h3{color:#ffffff;font-family:"Inter",sans-serif;margin-top:2rem;margin-bottom:1rem}.entry-content img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.entry-content ul,.entry-content ol{color:rgba(255,255,255,0.85);padding-left:1.5rem;margin-bottom:1.25rem}.entry-content li{margin-bottom:0.5rem}.wpforms-container{font-family:"Inter",sans-serif}.wpforms-field-label{color:rgba(255,255,255,0.9) !important;font-weight:500}.wpforms-field-sublabel{color:rgba(255,255,255,0.5) !important}.wpforms-field input[type="text"],.wpforms-field input[type="email"],.wpforms-field input[type="tel"],.wpforms-field input[type="url"],.wpforms-field textarea,.wpforms-field select{background:rgba(255,255,255,0.06) !important;border:1px solid rgba(255,255,255,0.15) !important;color:#ffffff !important;border-radius:8px !important;padding:12px 16px !important;font-family:"Inter",sans-serif !important;font-size:1rem !important;transition:border-color 0.2s ease !important}.wpforms-field input:focus,.wpforms-field textarea:focus{border-color:rgba(59,130,246,0.5) !important;outline:none !important;box-shadow:0 0 0 3px rgba(59,130,246,0.1) !important}.wpforms-field input::placeholder,.wpforms-field textarea::placeholder{color:rgba(255,255,255,0.3) !important}.wpforms-submit-container{padding-top:1rem}button.wpforms-submit,.wpforms-submit{background:linear-gradient(135deg,#3b82f6,#2563eb) !important;color:#ffffff !important;border:none !important;border-radius:8px !important;padding:14px 32px !important;font-family:"Inter",sans-serif !important;font-size:1rem !important;font-weight:600 !important;cursor:pointer !important;transition:all 0.3s ease !important}button.wpforms-submit:hover,.wpforms-submit:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;transform:translateY(-1px) !important;box-shadow:0 4px 12px rgba(37,99,235,0.3) !important}.wpforms-required-label{color:#f87171 !important}body .entry-content .wp-block-table table,body .entry-content .wp-block-table.is-style-stripes table,body .rpi-woo-content .wp-block-table table{border-collapse:collapse;width:100%;background:transparent !important}body .entry-content .wp-block-table table th,body .entry-content .wp-block-table table td,body .rpi-woo-content .wp-block-table table th,body .rpi-woo-content .wp-block-table table td{color:rgba(255,255,255,0.85) !important;border:1px solid rgba(255,255,255,0.15) !important;padding:10px 14px;background:transparent !important}body .entry-content .wp-block-table table thead th,body .rpi-woo-content .wp-block-table table thead th{background:rgba(255,255,255,0.1) !important;color:#fff !important;font-weight:600}body .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,body .rpi-woo-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td{background:rgba(255,255,255,0.05) !important}body .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),body .rpi-woo-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:rgba(255,255,255,0.05) !important}body .entry-content .wp-block-table table a,body .rpi-woo-content .wp-block-table table a{color:#4da3ff !important}body .entry-content .wp-block-table table a:hover,body .rpi-woo-content .wp-block-table table a:hover{color:#7dbdff !important}