/* Ensures the menu is displayed horizontally */
.navbar-nav {
    display: flex; /* Flexbox for horizontal layout */
    justify-content: center; /* Center the items */
    padding-left: 0;
}
.text-white.mb-3.cstm-h5 {
    margin-left: 18px;
    font-size: 20px;
}
.cstm-h6-h{
	    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #aaa;
}
.tenplus{
	    font-size: 200px;
    line-height: 150px;
		font-weight: 700 !important;
	color: #fff !important;
}
.navbar-nav .menu-item {
    list-style-type: none;
    margin-right: 20px; /* Space between items */
}
.footer-section .cstm-h2 {
    font-size: 90px;
}
footer a{
	color:#fff !important;
	text-decoration: none !important;
}
.cstm-h6h{
	
}
.testimonial-left .item .cstm-h6 {
    font-size: 14px;
    color: #ccc;
}
.navbar-nav .menu-item a {
    text-decoration: none;
}

/* Optional: Add a hover effect */
.navbar-nav .menu-item a:hover {
    color: #007bff; /* Hover color */
}

.detail-item img{
	    filter: brightness(0) invert(1);
} 
.feature-item img{
	    filter: brightness(0) invert(1);
} 
.contact-form-fields {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    .input-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .wpcf7-form-control {
			    width: 100% !important;
        padding: 10px !important;
        margin-top: 5px !important;
        border-radius: 4px !important;
        border: 1px solid #ddd !important;
        font-size: 16px !important;
    }

    .wpcf7-form-control:focus {
        border-color: #ff8c00 !important;
        outline: none !important;
    }
.submit-btn-wrapper {
    text-align: center;
}

    .wpcf7-submit {
            background-color: #ff8c00 !important;
    color: white !important;
    padding: 12px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    border: none !important;
    font-size: 16px !important;
    width: auto !important; /* Adjust button width based on content */
    min-width: 150px !important; /* Ensure minimum width */
    margin-top: 20px !important;
    text-align: center !important;
    }

    .wpcf7-submit:hover {
       background-color: #e77e00 !important;    }

    label {
        font-weight: bold;
        font-size: 14px;
    }

    textarea {
         padding: 10px !important;
    resize: vertical !important;
    height: 150px !important;  /* Adjust height to match other fields */
    font-size: 16px !important;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
    width: 100% !important;  /* Ensure textarea width matches input fields */
    }
.wpcf7-spinner {
	display: none !important;}

/* TOFX: card text readable on dark theme */
.policy_area strong,.policy_area li,.policy_area p,.policy_area td,.policy_area h4,.policy_area h5,.category_inner strong,.category_inner li,.category_inner p,section.policy strong,section.policy li{color:#eaf0f8!important}
.policy_area a[style*="062553"],.category_inner a[style*="062553"],.policy_area a[style*="#212"]{color:#bcd3ff!important}

/* TOFX 11 Sep 2026 (f): two faults in the hub CSS I wrote earlier.
   1. The coupon chip was white on a #ff4fa3 -> #a855f7 gradient: 3.04:1 and 3.96:1 at
      11px. Coupon codes are the one thing on a hub card a reader has to be able to copy,
      so the gradient is deepened to 4.59:1 / 4.60:1. Same hues.
   2. Links in the hub intro had no colour set, so they fell back to Bootstrap blue
      (#0d6efd) at 4.27:1 on the dark hub background. Given the site link colour instead,
      which is 10.5:1 there. */
.tofx-hub-card__coupon{background-image:linear-gradient(90deg,#cb3f82,#9a4ee2)!important}
.tofx-hub-intro a{color:#c9b6ff;text-decoration:underline;text-underline-offset:2px}

/* TOFX 11 Sep 2026 (e): footer copy uses Bootstrap .text-white-50, which lands right on
   the 4.5:1 line over the dark footer - and one of those paragraphs is the affiliate
   disclosure, which is the last thing that should be hard to read. 50% -> 60% alpha
   clears it with margin and is barely perceptible as a change. */
.text-white-50{color:rgba(255,255,255,.6)!important}

/* TOFX 11 Sep 2026 (d): the "Visit Website" affiliate button is the highest-value CTA on
   the site and its white label sat on a gradient running #6c63ff -> #836fff, which is
   4.32:1 at the left edge and 3.70:1 at the right - both under the 4.5:1 WCAG AA minimum
   for 16px text. Same hue, deepened just enough to clear it: 4.61:1 and 4.59:1. */
a.visit-btn,.visit-btn,a.signup-btn,.signup-btn,.tf-badge,.tf-tab.active{background-image:linear-gradient(90deg,#685ff6,#7462e1)!important}
/* .signup-btn carries the same gradient and, in one variant, pale blue label text at 3.7:1.
   Same deepened gradient plus white text. */
a.signup-btn,.signup-btn{color:#fff!important}

/* TOFX 11 Sep 2026 (c): general form of the same bug. The dark-mode readability rules
   above repaint anything whose inline style mentions #062553, and anything inside
   .policy_area / .category_inline that is not a link, with light text. That is right for
   elements sitting on the dark page, but wrong for the few that carry their OWN light
   background inline - the amber CTA buttons and the coupon-code chips. Matching on BOTH
   "background" and the amber value keeps amber TEXT links (color:#fbbf24, no background)
   out of it, and picks up the gradient variant too. */
/* NARROWED 17 Sep 2026. The previous version of this rule matched ANY element whose
   inline style contained both "background" and the amber value, and forced dark navy
   text with !important. That was wrong: the amber note/callout boxes use a low-alpha
   amber TINT over the dark page (background:rgba(251,191,36,.08)) plus an amber left
   border, so they matched too and rendered navy-on-navy - invisible. It also beat the
   inline color:#ffe9b0 those callouts declared, because of the !important. Match only
   a SOLID or GRADIENT amber fill, which is what an actual amber button uses. */
main#main [style*="background:#fbbf24"],
main#main [style*="background: #fbbf24"],
main#main [style*="background:linear-gradient(135deg,#fbbf24"],
main#main [style*="background:linear-gradient(135deg, #fbbf24"],
main#main [style*="background:rgb(251, 191, 36)"],
.policy_area [style*="background:#fbbf24"],
.policy_area [style*="background:linear-gradient(135deg,#fbbf24"],
.category_inner [style*="background:#fbbf24"],
.category_inner [style*="background:linear-gradient(135deg,#fbbf24"]{color:#062553!important}

/* Companion: the amber-tint callouts sit on the dark page and need LIGHT text. No
   !important, so any inline color on the box still wins. */
main#main [style*="solid #fbbf24"][style*="background:rgba(251"],
.policy_area [style*="solid #fbbf24"][style*="background:rgba(251"],
.category_inner [style*="solid #fbbf24"][style*="background:rgba(251"]{color:#ffe9b0}

main#main [style*="solid #fbbf24"][style*="background:rgba(255"],
.policy_area [style*="solid #fbbf24"][style*="background:rgba(255"],
.category_inner [style*="solid #fbbf24"][style*="background:rgba(255"]{color:#e8eefc}

/* Bright teal/green chips and CTAs carry a LIGHT fill, so they need DARK text. The
   generic dark-page overrides above were repainting them light, leaving white-on-teal
   at 2.3:1 and one CTA link at 1.3:1. Measured after the fix: 5.7:1 and 6.9:1. */
html body main#main [style*="background:#00b48a"],
html body .policy_area [style*="background:#00b48a"],
html body .category_inner [style*="background:#00b48a"]{color:#03261e!important}

html body main#main a[style*="linear-gradient(135deg,#0fd0a0"],
html body .policy_area a[style*="linear-gradient(135deg,#0fd0a0"],
html body .category_inner a[style*="linear-gradient(135deg,#0fd0a0"]{color:#04372b!important}

/* ---- Site-wide contrast pass, 17 Sep 2026 -------------------------------------
   Found by rendering all 309 indexable URLs headless and measuring every text node
   against its real painted background. These are PRE-EXISTING, mostly on prop-firm
   pages: light-filled CTAs and chips that the generic dark-page overrides repaint
   light, leaving 1.3-2.8:1. Light fill => dark text. */
html body main#main a[style*="linear-gradient(135deg,#f59e0b"],
html body .policy_area a[style*="linear-gradient(135deg,#f59e0b"],
html body .category_inner a[style*="linear-gradient(135deg,#f59e0b"],
html body main#main a[style*="linear-gradient(135deg,#60a5fa"],
html body main#main a[style*="background:#0ea5e9"],
html body .policy_area a[style*="background:#0ea5e9"],
html body main#main [style*="background:#22c55e"],
html body .policy_area [style*="background:#22c55e"],
html body main#main [style*="background:#9ca3af"]{color:#062553!important}

/* Mid-grey CTA is DARK, so it needs light text - the generic button rule was giving
   it the same dark navy as the light buttons. */
html body main#main a[style*="linear-gradient(135deg,#6b7280"],
html body .policy_area a[style*="linear-gradient(135deg,#6b7280"]{color:#ffffff!important}

/* Warning copy authored in light-theme reds (#991b1b, #b91c1c) sits on the dark page
   and disappears. Lift to a red that reads on dark. */
html body main#main [style*="color:#991b1b"],
html body .policy_area [style*="color:#991b1b"],
html body main#main [style*="color:#b91c1c"],
html body .policy_area [style*="color:#b91c1c"]{color:#fca5a5!important}

/* ---- Contrast pass 2, 17 Sep 2026 -----------------------------------------
   Each of these was traced to the exact rule collision, not guessed.

   .tag chips in .firm-overview: custom.css paints them amber with black text,
   which is fine at ~11:1. Two later overrides broke it in OPPOSITE directions -
   a `body .tag{color:#fff!important}` turned the text white while the fill was
   still amber (1.44:1), and `.firm-overview .col-md-6 .tag` swapped the fill for
   a 5% white tint on the dark page but left the text black (1.08:1). Follow the
   fill: amber keeps dark text, the white tint gets light text. */
/* REVERTED 17 Sep: `html body .firm-overview .tags .tag{color:#1a0800!important}`
   was also wrong, for the mirror-image reason - it forced dark text on the pages
   whose chip fill IS the white tint on dark, giving 1.0:1 on 1,112 elements.
   Conclusion: the .tag fill genuinely differs page to page and the text colour
   CANNOT be set from these selectors. It needs fixing at the source in
   custom.css, or by keying the chip to a single fill site-wide. Left untouched. */
/* REVERTED 17 Sep: `html body .firm-overview .col-md-6 .tag{color:#eaf0f8!important}`
   was wrong. On MOST pages that selector matches a chip whose fill is still the
   amber from custom.css, so light text took those from ~11:1 to 1.26:1 - 1,418
   failures across 117 pages, measured immediately after. The white-tint fill is
   the page-specific exception, not the rule, so the text colour cannot be set
   from this selector. Left as-is until it can be keyed off the actual fill. */

/* Amber and blue gradient CTAs that sit OUTSIDE main#main were missed by the
   container-scoped rule in pass 1. Light fill, so dark text. */
html body a[style*="linear-gradient(135deg,#f59e0b"],
html body a[style*="linear-gradient(135deg,#60a5fa"]{color:#062553!important}

/* Light table rows need dark text. #f9fafb was missing from the row map, so the
   generic dark-page override repainted those cells light on a light row (1.1:1). */
html body .policy_area tr[style*="f9fafb"] td,
html body .policy_area tr[style*="f9fafb"] th,
html body main#main tr[style*="f9fafb"] td,
html body main#main tr[style*="f9fafb"] th{color:#22303f!important}

/* The side CTA card sits on a dark navy gradient but its heading and body text
   inherit a mid grey (2.18:1). */
html body .bsk-sd-wrap h3,
html body .bsk-sd-wrap p{color:#e8eefc!important}

/* TOFX 11 Sep 2026 (b): the table-link colour also hit CTA buttons that set an amber
   background inline, painting them pale lavender on amber (1.1:1). Restore navy there. */
main#main table td a[style*=background],
main#main table th a[style*=background]{color:#062553!important}

/* TOFX 11 Sep 2026: CTA buttons set their own background inline (background:#fbbf24;color:#062553 = 8.2:1, readable).
   The dark-mode link overrides above match on the #062553 substring and were repainting that text #bcd3ff,
   leaving pale blue on amber at 1.1:1 - effectively invisible affiliate buttons on 39 pages.
   A link that carries its own background chose its own colour to match it, so the override must not reach it. */
.policy_area a[style*="#fbbf24"],.category_inner a[style*="#fbbf24"],section a[style*="#fbbf24"],.policy_area a.btn[style*="background"],.category_inner a.btn[style*="background"],section a.btn[style*="background"]{color:#062553!important}

/* TOFX: extra contrast coverage (em/div/links/dark inline) */
.policy_area em,.policy_area b,.policy_area td,.policy_area h6,.category_inner em,.category_inner td{color:#eaf0f8!important}
.policy_area [style*="#212529"],.policy_area [style*="#212529"] *,.policy_area [style*="#062553"],.policy_area [style*="#062553"] *,.category_inner [style*="#212529"],.category_inner [style*="#212529"] *,.category_inner [style*="#062553"],.category_inner [style*="#062553"] *,section [style*="#212529"],section [style*="#212529"] *,section [style*="#062553"],section [style*="#062553"] *{color:#eaf0f8!important}
section a[style*="#062553"],.policy_area a[style*="#062553"]{color:#bcd3ff!important}

/* TOFX: definitive force-light review content text */
.policy_area *:not([class*="bsk"]):not(a),.category_inner *:not([class*="bsk"]):not(a){color:#eaf0f8!important}
.policy_area a:not([class*="bsk"]):not(.btn),.category_inner a:not([class*="bsk"]):not(.btn){color:#bcd3ff!important}

/* TOFX: show sticky promo note (bottom-left, dismissible) */
.bsk-sd-wrap{position:fixed!important;left:22px!important;right:auto!important;bottom:22px!important;top:auto!important;transform:none!important;z-index:9998!important;max-width:250px!important}
@media(min-width:1700px){body .bsk-sd-wrap{display:block!important}}
@media(max-width:1699px){html body .bsk-sd-wrap{display:none!important}}

/* TOFX cleanup: hide emptied affiliate-software section (was "Easily manage, track & find your Affiliate Partners") */
section.affiliate-section { display: none !important; }
/* TOFX cleanup: hide emptied fake-testimonials section ("What Our Customer Say About Us") */
section.customer-say-section { display: none !important; }

/* TOFX cleanup: hide unverifiable stats column ("10+ years experience" / "25K clients reviews" + stock avatars) */
.tm_about .tm_about_left { display: none !important; }

/* Hide empty testimonials block (no entries -> theme prints 'nothing found') */
.testimonial-container { display: none !important; }

/* cowork-5ers-logo (added by Cowork) */
body:has(a.visit-btn[href*='the5ers']) .firm-overview h1::before{background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/the-5ers-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}
body:has(a.visit-btn[href*='the5ers']) .bsk-sd-logo{content:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/the-5ers-logo.png')!important;object-fit:contain!important;background:#fff!important}
/* end cowork-5ers-logo */

/* cowork-justmarkets-logo */
body:has(a.visit-btn[href*='justmarket']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='justmarket']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/justmarkets-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}
/* end cowork-justmarkets-logo */

/* cowork-header-spacing */
.firm-overview .row.justify-content-between{padding-top:8px!important;padding-bottom:8px!important}
/* end cowork-header-spacing */

/* cowork-eightcap-btn */
body:has(a.visit-btn[href*='eightcap']) .bsk-sd-cta{color:#062553!important}
/* end cowork-eightcap-btn */

/* cowork-vantage-logo */
body:has(a.visit-btn[href*='vantage']) .firm-overview h1::before{background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/vantage-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}
body:has(a.visit-btn[href*='vantage']) .bsk-sd-logo{content:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/vantage-logo.png')!important;object-fit:contain!important;background:#fff!important}
/* end cowork-vantage-logo */

/* cowork-fortrade-logo */
body:has(a.visit-btn[href*='/fortrade/wp']) .firm-overview h1::before{background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/fortrade-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}
body:has(a.visit-btn[href*='/fortrade/wp']) .bsk-sd-logo{content:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/fortrade-logo.png')!important;object-fit:contain!important;background:#fff!important}
/* end cowork-fortrade-logo */

/* cowork-quotex-logo */
body:has(img.bsk-sd-logo[alt="Quotex"]) .firm-overview h1::before{background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/quotex-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}
img.bsk-sd-logo[alt="Quotex"]{content:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/quotex-logo.png')!important;object-fit:contain!important;background:#fff!important}
/* end cowork-quotex-logo */

/* cowork-fxgt-logo */
body:has(a.visit-btn[href*='/fxgt/']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='/fxgt/']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/fxgt-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-triumphfx-logo */
body:has(a.visit-btn[href*='triumphfx']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='triumphfx']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/triumphfx-mark.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;border-radius:14px!important}

/* cowork-weltrade-logo */
body:has(a.visit-btn[href*='weltrade']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='weltrade']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/weltrade-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-deriv-logo */
body:has(a.visit-btn[href*='/deriv/']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='/deriv/']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/deriv-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-amarkets-logo */
body:has(a.visit-btn[href*='/amarkets/']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='/amarkets/']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/amarkets-mark.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-libertex-logo */
body:has(a.visit-btn[href*='/libertex/']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='/libertex/']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/libertex-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-blackbull-logo */
body:has(a.visit-btn[href*='/blackbull/']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='/blackbull/']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:62px!important;height:62px!important;background-image:url('https://top30forexbrokers.com/wp-content/uploads/2026/07/blackbull-logo.png')!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#fff!important;border-radius:14px!important}

/* cowork-video-global */
.bsk-videos-section{padding:8px 0}
.bsk-videos-grid{display:grid;gap:14px;grid-template-columns:1fr}
@media(min-width:600px) and (max-width:991px){.bsk-videos-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:992px){.bsk-videos-grid{grid-template-columns:repeat(4,1fr)}}
.bsk-video-card{position:relative;display:block;cursor:pointer;border-radius:12px;overflow:hidden;background:#0a1736;transition:transform .2s ease;text-decoration:none}
.bsk-video-card:hover{transform:translateY(-3px)}
.bsk-video-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.bsk-video-play,.bsk-vplay{position:absolute!important;top:38%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:rgba(0,0,0,0.65);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;border:2px solid rgba(255,255,255,0.7);margin:0}
.bsk-video-title,.bsk-vt{padding:10px 12px;font-size:.88rem;line-height:1.35;color:#e8eefc;display:block}
.policy_area .col-md-6:has(.bsk-videos-section){width:100%!important;max-width:100%!important;flex:0 0 100%!important}

/* cowork-video-modal */
.bsk-video-modal{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:20px}
.bsk-video-modal-inner{position:relative;width:min(900px,100%)}
.bsk-video-frame{position:relative;padding-bottom:56.25%;height:0;border-radius:12px;overflow:hidden;background:#000}
.bsk-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.bsk-video-close{position:absolute;top:-46px;right:-2px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.95);border:none;color:#062553;font-size:1.5rem;font-weight:700;cursor:pointer;z-index:2;line-height:1}

/* cowork-hide-empty */
.policy_area:has(h2:empty){display:none!important}
.policy_area h2:empty,.policy_area h3:empty{display:none!important}

/* cowork-hide-dup-cta */
section.py-5.text-white .text-center.my-4:has(a.signup-btn){display:none!important}

/* cowork-cta-contrast */
html body .policy_area a[style*="#062553"]:not(.btn){color:#062553!important}
html body .policy_area a.octa-cta:not(.btn){color:#062553!important}
html body .category_inner a[style*="#062553"]:not(.btn){color:#062553!important}

/* cowork-justmarkets-layout */
body:has(a.visit-btn[href*='justmarket']) .policy_area .row > [class*="col-"]:only-child{flex:0 0 100%!important;max-width:100%!important}
body:has(a.visit-btn[href*='justmarket']) .policy_area .row > [class*="col-"]:has(.bsk-videos-section){flex:0 0 100%!important;max-width:100%!important;margin-top:18px}
body:has(a.visit-btn[href*='justmarket']) .bsk-videos-section{border-top:1px solid rgba(255,255,255,0.14);padding-top:22px;margin-top:6px}

/* cowork-header-align */
.firm-overview .row.justify-content-between{align-items:center!important}
.firm-overview .row.justify-content-between h1{margin-bottom:0!important}

/* cowork-hide-empty-sectiona */
.section_a:has(h2:empty){display:none!important}
.container > .text-center.section_a:has(h2:empty){display:none!important}

/* cowork-e8markets-logo */
body:has(a.visit-btn[href*='e8markets']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='e8markets']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:60px!important;height:60px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/e8-markets-logo-final.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#09090b!important;border-radius:14px!important;border:1px solid rgba(255,255,255,0.14)!important}

/* cowork-xchief-logo */
body:has(a.visit-btn[href*='xchief']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='xchief']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:60px!important;height:60px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/xchief-logo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:14px!important;border:1px solid rgba(255,255,255,0.2)!important}

/* cowork-eurotrader-logo */
body:has(a.visit-btn[href*='eurotrader']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
body:has(a.visit-btn[href*='eurotrader']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:60px!important;height:60px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/eurotrader-logo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:14px!important;border:1px solid rgba(255,255,255,0.2)!important}

/* cowork-lightcard-theme */
html body section [style*="background:#fff"],html body .policy_area [style*="background:#fff"],html body section [style*="background:#ffffff"],html body .policy_area [style*="background:#ffffff"],html body section [style*="background: #fff"],html body .policy_area [style*="background: #fff"]{background:rgba(255,255,255,0.055)!important;border-color:rgba(255,255,255,0.14)!important}
html body section [style*="background:#f0fbf4"],html body .policy_area [style*="background:#f0fbf4"]{background:rgba(34,197,94,0.14)!important;border-color:rgba(34,197,94,0.42)!important}
html body section [style*="background:#fef2f2"],html body .policy_area [style*="background:#fef2f2"]{background:rgba(239,68,68,0.14)!important;border-color:rgba(239,68,68,0.42)!important}
html body section [style*="background:#f3f9ff"],html body .policy_area [style*="background:#f3f9ff"],html body section [style*="#eef6ff"],html body .policy_area [style*="#eef6ff"]{background:rgba(59,130,246,0.14)!important;border-color:rgba(59,130,246,0.42)!important}
html body section [style*="background:#fff7ed"],html body .policy_area [style*="background:#fff7ed"]{background:rgba(255,150,60,0.14)!important;border-color:rgba(255,150,60,0.42)!important}
html body section [style*="#f3f6fb"],html body .policy_area [style*="#f3f6fb"]{background:rgba(255,255,255,0.08)!important;border-color:rgba(255,255,255,0.16)!important}
html body section [style*="background:#f0fbf4"] *,html body .policy_area [style*="background:#f0fbf4"] *,html body section [style*="background:#fef2f2"] *,html body .policy_area [style*="background:#fef2f2"] *,html body section [style*="background:#f3f9ff"] *,html body .policy_area [style*="background:#f3f9ff"] *,html body section [style*="background:#fff7ed"] *,html body .policy_area [style*="background:#fff7ed"] *,html body section [style*="background:#fff"] *,html body .policy_area [style*="background:#fff"] *,html body section [style*="#eef6ff"] *,html body .policy_area [style*="#eef6ff"] *{color:#eaf0f8!important}

/* cowork-batch5-logos */
body:has(a.visit-btn[href*='gurufocus/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='gurufocus/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:148px!important;height:54px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/gurufocus-logo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='tradeideas/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tradeideas/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:121px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradeideas-logo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='tradersconnect/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tradersconnect/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradersconnect.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='easymarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='easymarkets/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/easymarkets.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='torfx/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='torfx/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/torfx.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}

/* cowork-sd-buttons */
html body .bsk-sd-wrap a.bsk-sd-cta,html body .bsk-sd-wrap .bsk-sd-cta{background:linear-gradient(90deg,#6c63ff,#836fff)!important;background-color:#6c63ff!important;color:#ffffff!important;font-weight:700!important;border:none!important;text-shadow:none!important;opacity:1!important}
html body .bsk-sd-wrap .bsk-sd-promo{background:rgba(108,99,255,0.16)!important;color:#eef0ff!important;border:1px solid rgba(108,99,255,0.40)!important;text-shadow:none!important}

/* cowork-content-cta */
html body a[style*="22c55e"],html body .section_a a[style*="22c55e"],html body a[style*="16a34a"]{background:linear-gradient(90deg,#6c63ff,#836fff)!important;background-image:linear-gradient(90deg,#6c63ff,#836fff)!important;background-color:#6c63ff!important;color:#ffffff!important;border:none!important;text-shadow:none!important}

/* cowork-content-cta-fix */
html body .policy_area a[style*="22c55e"]:not(.btn),html body .policy_area a[style*="16a34a"]:not(.btn),html body .category_inner a[style*="22c55e"]:not(.btn),html body .category_inner a[style*="16a34a"]:not(.btn),html body .section_a a[style*="22c55e"]:not(.btn),html body .section_a a[style*="16a34a"]:not(.btn){color:#ffffff!important}

/* cowork-batch6-logos */
body:has(a.visit-btn[href*='t4trade/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='t4trade/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:187px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/t4trade.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='fxtrading/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='fxtrading/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:108px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fxtrading.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='vtmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='vtmarkets/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:206px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/vtmarkets.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='tmgm/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tmgm/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:183px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tmgm-logo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='ebc/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='ebc/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ebc.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='dooprime/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='dooprime/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/dooprime.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='forexmart/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='forexmart/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/forexmart.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='thefundedtraderprogram/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='thefundedtraderprogram/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:56px!important;height:56px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/thefundedtrader.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='icm/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='icm/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:180px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/icm.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}
body:has(a.visit-btn[href*='onequity/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='onequity/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:159px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/onequity.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(0,0,0,0.10)!important}

/* cowork-batch7-logos */
body:has(a.visit-btn[href='https://top30forexbrokers.com/capital/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href='https://top30forexbrokers.com/capital/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:224px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/capital.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='admirals/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='admirals/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:249px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/admirals.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='thinkmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='thinkmarkets/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:237px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/thinkmarkets.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='xs/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='xs/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:136px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/xs.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='hmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='hmarkets/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/hantec.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='tdmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tdmarkets/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:225px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tdmarkets.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='iux/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='iux/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/iux.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='ironfx/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='ironfx/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:103px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ironfx.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='24markets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='24markets/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:244px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/24markets.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='bullionbypost/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='bullionbypost/wp']) .firm-overview h1::before{content:'';flex:0 0 auto!important;width:234px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/bullionbypost.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}

/* cowork-batch7-sticky */
body:has(a.visit-btn[href*='admirals/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/admirals.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='xs/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/xs.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='hmarkets/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/hantec.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='tdmarkets/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tdmarkets.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='iux/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/iux.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='ironfx/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ironfx.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='24markets/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/24markets.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='bullionbypost/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/bullionbypost.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}

/* cowork-empty-card-fix */
.policy_area .col-md-6:has(> h3.cstm_head:empty):has(> p:empty){display:none!important}
.policy_area .col-md-6:has(> h3.cstm_head:empty):has(> p:only-child:empty){display:none!important}

/* cowork-batch8-logos */
body:has(a.visit-btn[href*='tradetron/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tradetron/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:204px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradetron.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='the5ers/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='the5ers/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:86px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/the5ers.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='apextraderfunding/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='apextraderfunding/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:185px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/apextraderfunding.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='ftuk/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='ftuk/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ftuk.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='ftmo/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='ftmo/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ftmo.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='elitetraderfunding/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='elitetraderfunding/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/elitetraderfunding.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0a0a0a!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='goatfundedtrader/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='goatfundedtrader/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/goatfundedtrader.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0a0a0a!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='blueberryfunded/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='blueberryfunded/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:145px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/blueberryfunded.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(a.visit-btn[href*='instantfunding/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='instantfunding/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/instantfunding.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#0b1020!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}
body:has(img.bsk-sd-logo[alt="Earn2Trade"]) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(img.bsk-sd-logo[alt="Earn2Trade"]) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:247px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/earn2trade.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;background-color:#ffffff!important;border-radius:12px!important;border:1px solid rgba(255,255,255,0.16)!important}

/* cowork-batch8-sticky */
body:has(a.visit-btn[href*='tradetron/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradetron.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='the5ers/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/the5ers.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='apextraderfunding/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/apextraderfunding.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='ftuk/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ftuk.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='elitetraderfunding/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/elitetraderfunding.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='goatfundedtrader/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/goatfundedtrader.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='blueberryfunded/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/blueberryfunded.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='instantfunding/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/instantfunding.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(img.bsk-sd-logo[alt="Earn2Trade"]) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/earn2trade.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}

/* cowork-batch9-logos START */
body:has(a.visit-btn[href*='cxmdirect/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='cxmdirect/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:107px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/cxmdirect.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='cxmdirect/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/cxmdirect.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='kot4x/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='kot4x/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:143px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/kot4x.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='axiory/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='axiory/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:273px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/axiory.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='axiory/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/axiory.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='finpros/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='finpros/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:130px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/finpros.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='finpros/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/finpros.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='fpmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='fpmarkets/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:205px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fpmarkets.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='fpmarkets/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fpmarkets.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='multibankfx/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='multibankfx/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:281px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/multibankfx.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='multibankfx/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/multibankfx.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='vaultmarkets/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='vaultmarkets/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/vaultmarkets.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='vaultmarkets/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/vaultmarkets.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='startrader/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='startrader/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:236px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/startrader.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='startrader/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/startrader.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='amazingtick/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='amazingtick/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:218px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/amazingtick.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='amazingtick/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/amazingtick.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
/* cowork-batch9-logos END */

/* cowork-magickeys-logo START */
body:has(a.visit-btn[href*='magickeys.trade']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='magickeys.trade']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:158px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/magickeys.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='magickeys.trade']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/magickeys.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
/* cowork-magickeys-logo END */

/* cowork-batch10-logos START */
body:has(a.visit-btn[href*='ufxone/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='ufxone/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:139px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ufx.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='lmax/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='lmax/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:268px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/lmax.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='lmax/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/lmax.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='mygtcportal/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='mygtcportal/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:129px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/gtc.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='mygtcportal/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/gtc.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='deriv/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='deriv/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:130px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/deriv.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='deriv/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/deriv.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='gobymylink/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='gobymylink/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:58px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpari.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='gobymylink/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpari.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='4t/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='4t/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:49px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/4t.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='4t/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/4t.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='tradenation/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='tradenation/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:256px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradenation.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='tradenation/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradenation.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='quantower/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='quantower/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/quantower.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='quantower/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/quantower.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
body:has(a.visit-btn[href*='fxify/wp']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href*='fxify/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:226px!important;height:52px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fxify.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href*='fxify/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fxify.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important}
/* cowork-batch10-logos END */

/* cowork-batch10-ufx START */
body:has(a.visit-btn[href*='ufxone/wp']) .bsk-hero-logo{display:none!important}
body:has(a.visit-btn[href*='ufxone/wp']) .bsk-sd-wrap img{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ufx.png)!important;width:auto!important;height:auto!important;max-width:130px!important;max-height:44px!important;object-fit:contain!important;background:transparent!important}
/* cowork-batch10-ufx END */

/* cowork-tradecom-logo START */
body:has(a.visit-btn[href^='https://www.trade.com']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}
body:has(a.visit-btn[href^='https://www.trade.com']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:300px!important;height:46px!important;background-image:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradecom.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:left center!important}
body:has(a.visit-btn[href^='https://www.trade.com']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/tradecom.png)!important;width:auto!important;height:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important;background:transparent!important}
/* cowork-tradecom-logo END */
/* cowork-mobile-grids 22 Sep 2026: inline grid styles in review content (video cards set to 4 columns, pros/cons and tile grids set to 2) overrode the responsive rules, squeezing text into very narrow columns on phones. Layout only, no colour changes. */
@media (max-width:767px){main#main .bsk-videos-grid{grid-template-columns:repeat(2,1fr)!important}}
@media (max-width:640px){main#main [style*="grid-template-columns:repeat(2,1fr)"]{grid-template-columns:1fr!important}}
/* cowork-mobile-grids END */

/* cowork-videosection-unhide START */
html body .policy_area .col-md-6:has(>h3.cstm_head:empty):has(>p:empty):has(.bsk-videos-grid){display:block!important}
html body .policy_area .col-md-6:has(.bsk-videos-section) h3.cstm_head:empty{display:none!important}
html body .policy_area .col-md-6:has(.bsk-videos-grid){display:block!important}
/* cowork-videosection-unhide END */

/* cowork-videothumb-cover START */
html body .bsk-video-card img{width:100%!important;aspect-ratio:16/9!important;height:auto!important;object-fit:cover!important;display:block!important}
html body .bsk-video-card{overflow:hidden!important}
/* cowork-videothumb-cover END */

/* cowork-batch11-logos START */
html body:has(a.visit-btn[href*='orbex']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='orbex']) .firm-overview h1::before{content:'';flex:0 0 auto;width:49px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/orbex.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='orbex']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/orbex.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='rcgmarkets']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='rcgmarkets']) .firm-overview h1::before{content:'';flex:0 0 auto;width:60px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/rcg.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='rcgmarkets']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/rcg.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='alphacapitalgroup']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='alphacapitalgroup']) .firm-overview h1::before{content:'';flex:0 0 auto;width:53px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpha.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='alphacapitalgroup']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpha.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='alpinefunded']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='alpinefunded']) .firm-overview h1::before{content:'';flex:0 0 auto;width:49px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpine.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='alpinefunded']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/alpine.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='aquafunded']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='aquafunded']) .firm-overview h1::before{content:'';flex:0 0 auto;width:87px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/aqua.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='aquafunded']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/aqua.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='atfx.com']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='atfx.com']) .firm-overview h1::before{content:'';flex:0 0 auto;width:53px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/atfx.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='atfx.com']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/atfx.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-batch11-logos END */

/* cowork-batch11-logos2 START */
html body:has(a.visit-btn[href*='naga.com']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='naga.com']) .firm-overview h1::before{content:'';flex:0 0 auto;width:53px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/naga.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='naga.com']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/naga.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.pgmark-1of1) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(.pgmark-1of1) .firm-overview h1::before{content:'';flex:0 0 auto;width:52px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/1of1.png) center/contain no-repeat;border-radius:8px}
html body:has(.pgmark-1of1) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/1of1.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-batch11-logos2 END */

/* cowork-batch11-nsfx START */
html body:has(a.visit-btn[href*='nsfx.com']) .firm-overview h1{display:inline-flex!important;align-items:center;gap:14px}
html body:has(a.visit-btn[href*='nsfx.com']) .firm-overview h1::before{content:'';flex:0 0 auto;width:52px;height:52px;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/nsfx.png) center/contain no-repeat;border-radius:8px}
html body:has(a.visit-btn[href*='nsfx.com']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/nsfx.png)!important;width:auto!important;max-width:140px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-batch11-nsfx END */

/* cowork-batch11-nsfx-video START */
html body .policy_area:has(.bsk-videos-grid){display:block!important}
html body .policy_area .row:has(.bsk-videos-grid) .col-md-6{flex:0 0 100%!important;max-width:100%!important;width:100%!important}
html body .bsk-videos-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:100%!important}
html body .bsk-videos-grid .bsk-video-card img{width:100%!important;aspect-ratio:16/9!important;height:auto!important;object-fit:cover!important}
/* cowork-batch11-nsfx-video END */

/* cowork-section-unhide-fix START */
html body .policy_area:has(h3.cstm_head:not(:empty)){display:block!important}
html body .policy_area:has(.bsk-videos-grid){display:block!important}
html body .policy_area:has(.row .col-md-6 .cstm_head:not(:empty)){display:block!important}
/* cowork-section-unhide-fix END */

/* cowork-list-align-fix START */
html body .policy_area ul[style*="padding-left"],
html body .category_inner ul[style*="padding-left"],
html body .section_a ul[style*="padding-left"],
html body .policy_area ol[style*="padding-left"]{text-align:left!important}
html body .policy_area ul[style*="padding-left"] li,
html body .category_inner ul[style*="padding-left"] li{text-align:left!important}
/* cowork-list-align-fix END */

/* cowork-verdict-center-fix START */
html body .category .section_a.text-center,
html body .category .section_a.text-center h2,
html body .category .section_a.text-center h3,
html body .category .section_a.text-center p,
html body .category .section_a.text-center span:not([style*="left"]){text-align:center!important}
html body .category .section_a.text-center a[style*="background"],
html body .category .section_a.text-center a[class*="btn"],
html body .category .section_a.text-center .btn{display:inline-block!important;float:none!important;margin-left:auto!important;margin-right:auto!important}
html body .category .section_a.text-center > div{margin-left:auto!important;margin-right:auto!important}
/* cowork-verdict-center-fix END */

/* cowork-batch12-logos START */
html body:has(a.visit-btn[href*='aquafutures']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='aquafutures']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:53px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/aquafutures.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='aquafutures']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/aquafutures.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='arcticfunding']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='arcticfunding']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:206px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/arctic.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='arcticfunding']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/arctic.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='audacitycapital']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='audacitycapital']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:78px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/audacity.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='audacitycapital']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/audacity.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='blueguardian']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='blueguardian']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:53px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/guardian.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='blueguardian']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/guardian.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='blusky']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='blusky']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/blusky.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='blusky']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/blusky.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(a.visit-btn[href*='directfundedtrader']) .firm-overview h1{display:inline-flex!important;align-items:center!important;gap:14px!important}
html body:has(a.visit-btn[href*='directfundedtrader']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/directfunded.png) center/contain no-repeat!important;border-radius:8px!important}
html body:has(a.visit-btn[href*='directfundedtrader']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/directfunded.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-batch12-logos END */

/* cowork-sticky-column-fix START */
.bsk-sd-wrap{flex-direction:column!important;align-items:stretch!important;gap:8px!important;text-align:center!important;width:210px!important;max-width:230px!important}
.bsk-sd-wrap .bsk-sd-logo{margin:0 auto 4px!important;display:block!important}
.bsk-sd-wrap .bsk-sd-name,.bsk-sd-wrap .bsk-sd-tagline,.bsk-sd-wrap .bsk-sd-stat,.bsk-sd-wrap .bsk-sd-promo{width:100%!important}
.bsk-sd-wrap .bsk-sd-cta{display:block!important;width:100%!important;box-sizing:border-box!important}
.bsk-sd-wrap .bsk-sd-x{position:absolute!important;top:6px!important;right:8px!important}
/* cowork-sticky-column-fix END */

/* cowork-logo-bulenox START */
html body:has(a.visit-btn[href*='bulenox/wp']) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/bulenox.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(a.visit-btn[href*='bulenox/wp']) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/bulenox.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-logo-bulenox END */

/* cowork-logo-befunding START */
html body:has(.pgmark-befunding) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/befunding.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.pgmark-befunding) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/befunding.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-logo-befunding END */


/* cowork-content-darktheme START */
html body .policy_area [style*="ecfdf5"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .policy_area [style*="ecfdf5"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .policy_area [style*="f0fdf4"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .policy_area [style*="f0fdf4"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .policy_area [style*="fffbeb"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .policy_area [style*="fffbeb"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .policy_area [style*="fef3c7"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .policy_area [style*="fef3c7"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .policy_area [style*="fefce8"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .policy_area [style*="fefce8"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .policy_area [style*="eff6ff"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .policy_area [style*="eff6ff"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .policy_area [style*="e0f2fe"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .policy_area [style*="e0f2fe"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .policy_area [style*="fdf4ff"]:not(td):not(th):not(tr){background:rgba(192,132,252,0.10)!important;border-left:3px solid #c084fc!important;color:#f3e8ff!important}
html body .policy_area [style*="fdf4ff"]:not(td):not(th):not(tr) *{color:#f3e8ff!important}
html body .policy_area [style*="f8fafc"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .policy_area [style*="f8fafc"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .policy_area [style*="f1f5f9"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .policy_area [style*="f1f5f9"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .policy_area tr[style*="f8fafc"]{background:rgba(255,255,255,0.04)!important}
html body .policy_area tr[style*="f8fafc"] td,html body .policy_area tr[style*="f8fafc"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
html body .policy_area tr[style*="f1f5f9"]{background:rgba(255,255,255,0.04)!important}
html body .policy_area tr[style*="f1f5f9"] td,html body .policy_area tr[style*="f1f5f9"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
html body .category_inner [style*="ecfdf5"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .category_inner [style*="ecfdf5"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .category_inner [style*="f0fdf4"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .category_inner [style*="f0fdf4"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .category_inner [style*="fffbeb"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .category_inner [style*="fffbeb"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .category_inner [style*="fef3c7"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .category_inner [style*="fef3c7"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .category_inner [style*="fefce8"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .category_inner [style*="fefce8"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .category_inner [style*="eff6ff"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .category_inner [style*="eff6ff"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .category_inner [style*="e0f2fe"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .category_inner [style*="e0f2fe"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .category_inner [style*="fdf4ff"]:not(td):not(th):not(tr){background:rgba(192,132,252,0.10)!important;border-left:3px solid #c084fc!important;color:#f3e8ff!important}
html body .category_inner [style*="fdf4ff"]:not(td):not(th):not(tr) *{color:#f3e8ff!important}
html body .category_inner [style*="f8fafc"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .category_inner [style*="f8fafc"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .category_inner [style*="f1f5f9"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .category_inner [style*="f1f5f9"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .category_inner tr[style*="f8fafc"]{background:rgba(255,255,255,0.04)!important}
html body .category_inner tr[style*="f8fafc"] td,html body .category_inner tr[style*="f8fafc"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
html body .category_inner tr[style*="f1f5f9"]{background:rgba(255,255,255,0.04)!important}
html body .category_inner tr[style*="f1f5f9"] td,html body .category_inner tr[style*="f1f5f9"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
html body .section_a [style*="ecfdf5"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .section_a [style*="ecfdf5"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .section_a [style*="f0fdf4"]:not(td):not(th):not(tr){background:rgba(74,222,128,0.08)!important;border-left:3px solid #4ade80!important;color:#dbeafe!important}
html body .section_a [style*="f0fdf4"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .section_a [style*="fffbeb"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .section_a [style*="fffbeb"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .section_a [style*="fef3c7"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .section_a [style*="fef3c7"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .section_a [style*="fefce8"]:not(td):not(th):not(tr){background:rgba(245,158,11,0.10)!important;border-left:3px solid #f59e0b!important;color:#fde9c8!important}
html body .section_a [style*="fefce8"]:not(td):not(th):not(tr) *{color:#fde9c8!important}
html body .section_a [style*="eff6ff"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .section_a [style*="eff6ff"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .section_a [style*="e0f2fe"]:not(td):not(th):not(tr){background:rgba(96,165,250,0.10)!important;border-left:3px solid #60a5fa!important;color:#dbeafe!important}
html body .section_a [style*="e0f2fe"]:not(td):not(th):not(tr) *{color:#dbeafe!important}
html body .section_a [style*="fdf4ff"]:not(td):not(th):not(tr){background:rgba(192,132,252,0.10)!important;border-left:3px solid #c084fc!important;color:#f3e8ff!important}
html body .section_a [style*="fdf4ff"]:not(td):not(th):not(tr) *{color:#f3e8ff!important}
html body .section_a [style*="f8fafc"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .section_a [style*="f8fafc"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .section_a [style*="f1f5f9"]:not(td):not(th):not(tr){background:rgba(255,255,255,0.05)!important;border-left:3px solid rgba(255,255,255,0.22)!important;color:#eaf0f8!important}
html body .section_a [style*="f1f5f9"]:not(td):not(th):not(tr) *{color:#eaf0f8!important}
html body .section_a tr[style*="f8fafc"]{background:rgba(255,255,255,0.04)!important}
html body .section_a tr[style*="f8fafc"] td,html body .section_a tr[style*="f8fafc"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
html body .section_a tr[style*="f1f5f9"]{background:rgba(255,255,255,0.04)!important}
html body .section_a tr[style*="f1f5f9"] td,html body .section_a tr[style*="f1f5f9"] th{color:#cbd5e1!important;border-color:rgba(255,255,255,0.08)!important}
/* cowork-content-darktheme END */

/* cowork-logos-batch13 START */
html body:has(.tofx-pm765) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/dominion.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm765) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/dominion.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm461) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/e8.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm461) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/e8.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm778) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/expressfunded.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm778) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/expressfunded.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm781) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fintokei.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm781) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fintokei.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1076) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fortraders.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1076) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fortraders.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm784) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/forexive.jpg) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm784) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/forexive.jpg)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm785) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fortuna.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm785) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fortuna.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm806) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fundedelite.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm806) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fundedelite.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm809) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ffn.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm809) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/ffn.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm974) .firm-overview h1::before{content:''!important;flex:0 0 auto!important;width:52px!important;height:52px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fundingtraders.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm974) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/07/fundingtraders.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* cowork-logos-batch13 END */


/* ===== BATCH14 LOGOS START ===== */
html body:has(.tofx-pm977) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/leeloo.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm977) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/leeloo.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm984) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/fundyourfx-logo.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm984) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/fundyourfx-logo.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm985) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/propfirmmatch.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm985) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/propfirmmatch.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm988) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/guardeer-logo.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm988) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/guardeer-logo.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm989) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/paradise.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm989) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/paradise.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm994) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/ment.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm994) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/ment.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1000) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/oneup.jpg) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1000) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/oneup.jpg)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1223) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/fundingfrontier.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1223) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/fundingfrontier.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1230) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/lionheart.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1230) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/lionheart.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm2883) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/funderpro.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm2883) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/funderpro.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* ===== BATCH14 LOGOS END ===== */

/* STICKY-CARD-CAP */
html body .bsk-sd-wrap{max-height:78vh!important;overflow-y:auto!important}

/* ===== BATCH15 LOGOS START ===== */
html body:has(.tofx-pm981) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tentrade.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm981) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tentrade.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1002) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tickticktrader.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1002) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tickticktrader.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1007) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/titan.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1007) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/titan.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1012) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradeday.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1012) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradeday.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1014) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradezella.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1014) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradezella.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1232) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/quantum.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1232) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/quantum.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1236) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/rebels.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1236) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/rebels.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1238) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/rocket21.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1238) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/rocket21.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1764) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/concept.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1764) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/concept.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm2905) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/relentless.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm2905) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/relentless.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* ===== BATCH15 LOGOS END ===== */

/* ===== BATCH16 LOGOS START ===== */
html body:has(.tofx-pm355) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/gurufocus.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm355) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/gurufocus.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1016) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/wfunded.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1016) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/wfunded.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1249) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradingfunds.jpg) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1249) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/tradingfunds.jpg)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1254) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/ultimatetraders.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1254) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/ultimatetraders.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1733) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/myfundedfx.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1733) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/myfundedfx.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1734) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/3commas.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1734) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/3commas.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1735) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/cryptohopper.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1735) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/cryptohopper.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1761) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/vanadium.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1761) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/vanadium.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1762) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/vitalmarkets.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1762) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/vitalmarkets.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
html body:has(.tofx-pm1769) .firm-overview h1::before{content:''!important;display:inline-block!important;flex:0 0 auto!important;width:52px!important;height:52px!important;vertical-align:middle!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/c7.png) center/contain no-repeat!important;border-radius:8px!important;margin-right:12px!important}
html body:has(.tofx-pm1769) .bsk-sd-logo{content:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/c7.png)!important;width:auto!important;max-width:150px!important;max-height:44px!important;object-fit:contain!important}
/* ===== BATCH16 LOGOS END ===== */

/* ===== BATCH16 FIXES START ===== */

html body:has(.tofx-pm1016) .bsk-sd-wrap::before{content:''!important;display:block!important;width:100%!important;height:42px!important;margin:0 auto 10px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/wfunded.png) center/contain no-repeat!important}

html body:has(.tofx-pm1761) .bsk-sd-wrap::before{content:''!important;display:block!important;width:100%!important;height:42px!important;margin:0 auto 10px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/vanadium.png) center/contain no-repeat!important}

html body:has(.tofx-pm1016) .bsk-video-card{background:#062553!important;color:#e6eefc!important;border:1px solid rgba(255,255,255,0.08)!important}
html body:has(.tofx-pm1016) .bsk-video-card div,html body:has(.tofx-pm1016) .bsk-video-card div[style*="font-weight:600"]{color:#e6eefc!important}
html body:has(.tofx-pm1016) .bsk-why-grid > div{background:rgba(255,255,255,0.04)!important;color:#cbd5e1!important;border:1px solid rgba(255,255,255,0.10)!important}
html body:has(.tofx-pm1016) .bsk-why-grid > div h4{color:#ffffff!important}
html body:has(.tofx-pm1016) .bsk-sd-wrap{background:linear-gradient(135deg,#062553,#0a3a8c)!important;border:1px solid rgba(251,191,36,0.35)!important}
html body:has(.tofx-pm1016) .bsk-sd-wrap h4{color:#ffffff!important}
html body:has(.tofx-pm1016) .bsk-sd-wrap p,html body:has(.tofx-pm1016) .bsk-sd-wrap{color:#cbd5e1!important}
html body:has(.tofx-pm1016) .bsk-vs-table{color:#e6eefc!important}
html body:has(.tofx-pm1016) .bsk-vs-table tbody td{color:#e6eefc!important;background:rgba(255,255,255,0.03)!important}
html body:has(.tofx-pm1016) .bsk-vs-table tr:hover td{background:rgba(255,255,255,0.08)!important}
html body:has(.tofx-pm1016) .bsk-pricing-wrap > div > div{color:#e6eefc!important}
html body:has(.tofx-pm1016) .bsk-pricing-wrap > div > div > div:first-child{color:#cbd5e1!important}
/* ===== BATCH16 FIXES END ===== */

/* ===== BATCH17 LOGOS ===== */
html body:has(.tofx-pm2930) .firm-overview h1::before{content:''!important;display:inline-block!important;width:46px!important;height:46px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/fxleaders-logo.png) center/contain no-repeat!important;background-color:#fff!important;border-radius:8px!important;padding:4px!important;margin-right:12px!important;vertical-align:middle!important}
html body:has(.tofx-pm1737) .firm-overview h1::before{content:''!important;display:inline-block!important;width:46px!important;height:46px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/learn2trade-logo.png) center/contain no-repeat!important;background-color:#fff!important;border-radius:8px!important;padding:4px!important;margin-right:12px!important;vertical-align:middle!important}

/* ForexGump logo */
html body:has(.tofx-pm1757) .firm-overview h1::before{content:''!important;display:inline-block!important;width:46px!important;height:46px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/forexgump-fg.png) center/contain no-repeat!important;background-color:#fff!important;border-radius:8px!important;padding:4px!important;margin-right:12px!important;vertical-align:middle!important}
html body:has(.tofx-pm1757) .bsk-sd-wrap::before{content:''!important;display:block!important;width:100%!important;height:42px!important;margin:0 auto 10px!important;background:url(https://top30forexbrokers.com/wp-content/uploads/2026/08/forexgump-fg.png) center/contain no-repeat!important}

/* B17-STICKY-LOGO-SIZE */
html body .bsk-sd-wrap img.bsk-sd-logo{max-width:150px!important;max-height:52px!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:8px!important;padding:5px!important;display:block!important;margin:0 auto 8px!important}
html body .bsk-sm-wrap img.bsk-sm-logo{max-width:120px!important;max-height:32px!important;width:auto!important;height:auto!important;object-fit:contain!important}
