.elementor-kit-10{--e-global-color-primary:#00A3FF;--e-global-color-secondary:#FFD700;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1A2338;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#0A0F1C;color:#E0E0E0;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.8px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#00A3FF;font-family:"Inter", Sans-serif;}.elementor-kit-10 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:64px;font-weight:600;line-height:1.2px;letter-spacing:-0.5px;}.elementor-kit-10 h2{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:48px;font-weight:600;line-height:1.2px;letter-spacing:-0.5px;}.elementor-kit-10 h3{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:32px;font-weight:600;line-height:1.1px;letter-spacing:-0.5px;}.elementor-kit-10 h4{color:#FFFFFF;font-family:"Inter", Sans-serif;}.elementor-kit-10 h5{color:#FFFFFF;font-family:"Inter", Sans-serif;}.elementor-kit-10 h6{color:#FFFFFF;font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Blog card hover - matches GPUSeeker screenshots */
.elementor-post__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,163,255,0.15);
}

/* Clean dark tables - matches OpenClaw post */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0;
}
th {
    background: #1A2338;
    color: #FFD700;
    padding: 14px;
}
td, th {
    border: 1px solid #333;
    padding: 14px;
    text-align: left;
}

/* Code block window style */
pre, code {
    background: #0F1626;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    font-family: monospace;
}

/* Mobile hero fix (add class to your hero container first) */
@media (max-width: 767px) {
    .single-post-hero { height: 280px !important; }
}/* End custom CSS */