.cross-chain-bridge-comparison-container,
.crypto-exchange-comparison-container,
.prop-firm-comparison-container,
.broker-comparison-container {
    max-width: 1540px;
    margin: 0 auto;
    border-radius: 20px;
    width: 100%;
}

.bridge-selector,
.exchange-selector,
.prop-firm-selector,
.broker-selector {
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 24px;
    background: #fff;
    border: 4px solid #FF6900;    
}
.bridge-selector h2,
.exchange-selector h2,
.prop-firm-selector h2,
.broker-selector h2 {
    margin-bottom: 20px;
    color: #ffffff;
}
.bridge-name,
.exchange-name,
.prop-firm-name,
.broker-name {
    font-weight: 500;
    color: #3C5388;
}

.compare-button {
    color: #c2c2c2;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.compare-button { 
        transform: translateY(-1px);  
}

.compare-button::before{
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 10px;
 padding: 1px;
}
.compare-button {
    color: #ffffff;
    border-radius: 10px;
    background: #3e5587;
}
.compare-button:hover, .compare-button:focus, .compare-button:active {
    color: #ffffff;
    background: #F68A20;
}
.comparison-tbl-broker-container,
.comparison-tbl-exchange-container,
.comparison-tbl-bridge-container,
.comparison-tbl-prop-firm-container {
    margin-top: 30px;
    border-radius: 8px;
    position: relative;
    background: #fff;
}

.comparison-tbl-broker-wrapper,
.comparison-tbl-exchange-wrapper,
.comparison-tbl-bridge-wrapper,
.comparison-tbl-prop-firm-wrapper {
    overflow-x: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #F68A20 rgb(26 26 26 / 50%);
    /* Ensure sticky positioning works properly */
    transform: translateZ(0);
}

.comparison-tbl-broker,
.comparison-tbl-exchange,
.comparison-tbl-bridge,
.comparison-tbl-prop-firm {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
    border-radius: 10px;
}

.comparison-tbl-broker th,
.comparison-tbl-broker td,
.comparison-tbl-exchange th,
.comparison-tbl-exchange td,
.comparison-tbl-bridge th,
.comparison-tbl-bridge td,
.comparison-tbl-prop-firm th,
.comparison-tbl-prop-firm td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #c2c2c2;
    word-wrap: break-word;
    border:none;
}

.comparison-tbl-broker th,
.comparison-tbl-exchange th,
.comparison-tbl-bridge th,
.comparison-tbl-prop-firm th {
    font-weight: 600;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Make first column (field labels) sticky horizontally */
.comparison-tbl-broker td:first-child,
.comparison-tbl-exchange td:first-child,
.comparison-tbl-bridge td:first-child,
.comparison-tbl-prop-firm td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    border-right: 1px solid #333;
    min-width: 200px;
    max-width: 250px;
}

.comparison-tbl-broker .section-header,
.comparison-tbl-exchange .section-header,
.comparison-tbl-bridge .section-header,
.comparison-tbl-prop-firm .section-header {
    position: sticky;
    top: 0;
    z-index: 10;
    color: #F68A20;
    font-weight: 600;
    font-size: 1.1em;
    border-bottom: 1px solid #F68A20 !important;
}

/* Ensure section headers stay above other content and remain sticky during horizontal scroll */
.comparison-tbl-broker .section-header td,
.comparison-tbl-exchange .section-header td,
.comparison-tbl-bridge .section-header td,
.comparison-tbl-prop-firm .section-header td {
    position: sticky;
    top: 0;
    background: #3f5484;
    left: 0;
}

/* Add shadow for better visual separation */
.comparison-tbl-broker .section-header td::after,
.comparison-tbl-exchange .section-header td::after,
.comparison-tbl-bridge .section-header td::after,
.comparison-tbl-prop-firm .section-header td::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    pointer-events: none;
}

.broker-header,
.exchange-header,
.bridge-header,
.prop-firm-header {
    position: relative;
    width: 100%;
}

.broker-header-content,
.exchange-header-content,
.bridge-header-content,
.prop-firm-header-content {
    text-align: center;
    padding: 15px;
    color: #ffffff;
    position: relative;
    padding-top: 30px;
}

.broker-header-content h3,
.exchange-header-content h3,
.bridge-header-content h3,
.prop-firm-header-content h3 {
    margin: 10px 0;
    color: #ffffff;
    font-size: clamp(16px, 1.2vw + 16px, 22px);
    line-height: 1.2;
}

.broker-header-content > a,
.exchange-header-content > a,
.bridge-header-content > a,
.prop-firm-header-content > a {
    display: block;
    width: 100%;
}

.broker-header-content h3,
.exchange-header-content h3,
.bridge-header-content h3,
.prop-firm-header-content h3 {
    display: block;
    width: 100%;
}

.broker-name-link,
.exchange-name-link,
.bridge-name-link,
.prop-firm-name-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.broker-name-link:hover,
.exchange-name-link:hover,
.bridge-name-link:hover,
.prop-firm-name-link:hover {
    color: #F68A20;
    text-decoration: none;
}

.broker-image,
.exchange-image,
.bridge-image,
.prop-firm-image {
    min-width: 160px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.broker-image a,
.exchange-image a,
.bridge-image a,
.prop-firm-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.broker-image:hover,
.exchange-image:hover,
.bridge-image:hover,
.prop-firm-image:hover {
    border-color: #F68A20;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.broker-image img,
.exchange-image img,
.bridge-image img,
.prop-firm-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.broker-actions,
.exchange-actions,
.bridge-actions,
.prop-firm-actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.remove-column {
    color: #F68A20;
    cursor: pointer;
    font-size: 15px;
    line-height: 0;
    position: absolute;
    padding: 9px 5px 10px;
    transition: all 0.3s ease;
    right: 4px;
    top: 4px;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: 3;
}

.remove-column:hover {
    color: #ff8c42;
    transform: scale(1.1);
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-rating i {
    color: #F68A20;
}

.score-value {
    margin-left: 5px;
    font-weight: bold;
    color: #c2c2c2;
}

.disclaimer-text {
    font-size: 12px;
    color: #888;
    margin: 8px 0 0;
    text-align: center;
    font-style: italic;
}

.license-badge {
    display: inline-block;
    padding: 2px 8px;
    background-color: rgb(26 26 26 / 50%);
    border-radius: 3px;
    margin-right: 5px;
    font-size: 0.9em;
    color: #c2c2c2;
    border: 1px solid #3e3e3e;
}

.scroll-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
}

.scroll-buttons button {
    padding: 8px 16px;
    background: rgb(26 26 26 / 80%);
    border: 1px solid #3e3e3e;
    border-radius: 4px;
    cursor: pointer;
    color: #c2c2c2;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-buttons button:hover {
    background: #3e3e3e;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table.comparison-tbl-broker colgroup+thead tr:first-child th, table.comparison-tbl-exchange colgroup+thead tr:first-child th, table.comparison-tbl-bridge colgroup+thead tr:first-child th, table.comparison-tbl-prop-firm colgroup+thead tr:first-child th {
    border: none;
}

/* First column (labels) */
.comparison-tbl-broker th:first-child,
.comparison-tbl-broker td:first-child,
.comparison-tbl-exchange th:first-child,
.comparison-tbl-exchange td:first-child,
.comparison-tbl-bridge th:first-child,
.comparison-tbl-bridge td:first-child,
.comparison-tbl-prop-firm th:first-child,
.comparison-tbl-prop-firm td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    /*background-color: #3f5484;*/
}

/* Make table headers sticky */
.comparison-tbl-broker thead th,
.comparison-tbl-exchange thead th,
.comparison-tbl-bridge thead th,
.comparison-tbl-prop-firm thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

/* Make first column header sticky both horizontally and vertically */
.comparison-tbl-broker thead th:first-child,
.comparison-tbl-exchange thead th:first-child,
.comparison-tbl-bridge thead th:first-child,
.comparison-tbl-prop-firm thead th:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 3;
}

/* Section headers - consolidated sticky positioning */
.comparison-tbl-broker .section-header,
.comparison-tbl-exchange .section-header,
.comparison-tbl-bridge .section-header,
.comparison-tbl-prop-firm .section-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #3f5484;
}

/* Make section header first column sticky both horizontally and vertically */
.comparison-tbl-broker .section-header td:first-child,
.comparison-tbl-exchange .section-header td:first-child,
.comparison-tbl-bridge .section-header td:first-child,
.comparison-tbl-prop-firm .section-header td:first-child {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 11;
    background: #3f5484;
    border-right: 2px solid #F68A20;
}

/* Add shadow for better visual separation */
.comparison-tbl-broker .section-header td::after,
.comparison-tbl-exchange .section-header td::after,
.comparison-tbl-bridge .section-header td::after,
.comparison-tbl-prop-firm .section-header td::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    pointer-events: none;
}

.broker-header,
.exchange-header,
.bridge-header,
.prop-firm-header {
    position: relative;
    width: 100%;
}

.broker-header-content,
.exchange-header-content,
.bridge-header-content,
.prop-firm-header-content {
    text-align: center;
    padding: 0px;
    color: #ffffff;
    position: relative;
    padding-top: 30px;
    border: 1px solid #F68A20;
    border-radius: 10px;
}

.broker-header-content h3,
.exchange-header-content h3,
.bridge-header-content h3,
.prop-firm-header-content h3 {
    margin: 10px 0;
    color: #3c5388;
}

.broker-name-link,
.exchange-name-link,
.bridge-name-link,
.prop-firm-name-link {
    color: #3c5388;
    text-decoration: none;
    transition: color 0.3s ease;
}

.broker-name-link:hover,
.exchange-name-link:hover,
.bridge-name-link:hover,
.prop-firm-name-link:hover {
    color: #F68A20;
    text-decoration: none;
}

.broker-image,
.exchange-image,
.bridge-image,
.prop-firm-image {
    min-width: 160px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 0px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.broker-image:hover,
.exchange-image:hover,
.bridge-image:hover,
.prop-firm-image:hover {
    border-color: #F68A20;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.broker-image img,
.exchange-image img,
.bridge-image img,
.prop-firm-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.broker-actions,
.exchange-actions,
.bridge-actions,
.prop-firm-actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.visit-website {
    display: inline-block;
    padding: 8px 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
}
.visit-website2 {
    display: inline-block;
    padding: 6px 10px;
    color: #3C5388;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #3C5388;
    font-size: 14px;
    border-radius: 24px;
}

.visit-website:hover, .visit-website2:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #3c5388;
}

.remove-column {
    color: #F68A20;
    cursor: pointer;
    font-size: 15px;
    line-height: 0;
    position: absolute;
    padding: 9px 5px 10px;
    transition: all 0.3s ease;
    right: 4px;
    top: 4px;
    border: 1px solid #333;
    border-radius: 50%;
    z-index: 3;
}

.remove-column:hover {
    color: #ff8c42;
    transform: scale(1.1);
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-rating i {
    color: #F68A20;
}

.score-value {
    margin-left: 5px;
    font-weight: bold;
    color: #c2c2c2;
}

.disclaimer-text {
    font-size: 12px;
    color: #3c5388;
    margin: 0px 0 10px;
    text-align: center;
    font-weight: normal;
}

/* Data columns */
.comparison-tbl-broker th:not(:first-child),
.comparison-tbl-broker td:not(:first-child),
.comparison-tbl-exchange th:not(:first-child),
.comparison-tbl-exchange td:not(:first-child),
.comparison-tbl-bridge th:not(:first-child),
.comparison-tbl-bridge td:not(:first-child),
.comparison-tbl-prop-firm th:not(:first-child),
.comparison-tbl-prop-firm td:not(:first-child) {
    width: calc((100% - 220px) / var(--column-count, 1));
}

/* Custom scrollbar for the table container */
.comparison-tbl-broker-container::-webkit-scrollbar,
.comparison-tbl-exchange-container::-webkit-scrollbar,
.comparison-tbl-bridge-container::-webkit-scrollbar,
.comparison-tbl-prop-firm-container::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.comparison-tbl-broker-container::-webkit-scrollbar-track,
.comparison-tbl-exchange-container::-webkit-scrollbar-track,
.comparison-tbl-bridge-container::-webkit-scrollbar-track,
.comparison-tbl-prop-firm-container::-webkit-scrollbar-track {
    background: #3C5388;
    border-radius: 4px;
}

.comparison-tbl-broker-container::-webkit-scrollbar-thumb,
.comparison-tbl-exchange-container::-webkit-scrollbar-thumb,
.comparison-tbl-bridge-container::-webkit-scrollbar-thumb,
.comparison-tbl-prop-firm-container::-webkit-scrollbar-thumb {
    background-color: #F68A20;
    border-radius: 4px;
}

.comparison-tbl-broker-container::-webkit-scrollbar-thumb:hover,
.comparison-tbl-exchange-container::-webkit-scrollbar-thumb:hover,
.comparison-tbl-bridge-container::-webkit-scrollbar-thumb:hover,
.comparison-tbl-prop-firm-container::-webkit-scrollbar-thumb:hover {
    background-color: #ff8c42;
}

.comparison-tbl-broker-container,
.comparison-tbl-exchange-container,
.comparison-tbl-bridge-container,
.comparison-tbl-prop-firm-container {
    scrollbar-width: thin;
    scrollbar-color: #F68A20 #3C5388;
}

/* For Microsoft Edge */
.comparison-tbl-broker-container::-ms-scrollbar {
    height: 8px;
    width: 8px;
}

.comparison-tbl-broker-container::-ms-scrollbar-track {
    background: #3C5388;
}

.comparison-tbl-broker-container::-ms-scrollbar-thumb {
    background-color: #F68A20;
    border-radius: 4px;
}
tr.section-header td {
    color: #F68A20;
}
.comparison-tbl-broker td img,
.comparison-tbl-exchange td img,
.comparison-tbl-bridge td img,
.comparison-tbl-prop-firm td img {
    width: 30px;
    border-radius: 2px;
    margin: 0px;
    cursor: pointer;
}

.broker-image a img,
.exchange-image a img,
.bridge-image a img,
.prop-firm-image a img {
    width: 100%;
}
.broker-header-content h3:hover,
.exchange-header-content h3:hover,
.bridge-header-content h3:hover,
.prop-firm-header-content h3:hover {
    color: #F68A20;
}

.broker-remove-item,
.exchange-remove-item,
.bridge-remove-item,
.prop-firm-remove-item {
    display: inline-block;
    font-weight: 400;
    color: #F68A20;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: transparent;
    line-height: 15px;
    border: 1px solid #F68A20;
    padding: 0px 4px 0px 4px;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.3s;
  }
.broker-remove-item:hover,
.exchange-remove-item:hover,
.bridge-remove-item:hover,
.prop-firm-remove-item:hover {
    color: #ffffff;
    background-color: #3c5388 !important;
    transform: scale(1.1);
}
.broker-remove-item.exbut,
.exchange-remove-item.exbut,
.bridge-remove-item.exbut,
.prop-firm-remove-item.exbut {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.broker-selection,
.exchange-selection,
.bridge-selection,
.prop-firm-selection {
    margin-bottom: 20px;
}

.broker-dropdown,
.exchange-dropdown,
.bridge-dropdown,
.prop-firm-dropdown {
    position: relative;
    margin-bottom: 15px;
}
.broker-selection input#broker-search, .prop-firm-selection input#prop-firm-search {
    border: 1px solid #F68A20;
}

.broker-search-input,
.exchange-search-input,
.bridge-search-input,
.prop-firm-search-input {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #c2c2c2;
    font-size: 16px;
}

.broker-list,
.exchange-list,
.bridge-list,
.prop-firm-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 24px;
    z-index: 1000;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #3C5388 #fff;
}

.broker-list::-webkit-scrollbar,
.exchange-list::-webkit-scrollbar,
.bridge-list::-webkit-scrollbar,
.prop-firm-list::-webkit-scrollbar {
    width: 8px;
}

.broker-list::-webkit-scrollbar-track,
.exchange-list::-webkit-scrollbar-track,
.bridge-list::-webkit-scrollbar-track,
.prop-firm-list::-webkit-scrollbar-track {
    background: #3C5388;
    border-radius: 4px;
}

.broker-list::-webkit-scrollbar-thumb,
.exchange-list::-webkit-scrollbar-thumb,
.bridge-list::-webkit-scrollbar-thumb,
.prop-firm-list::-webkit-scrollbar-thumb {
    background-color: #F68A20;
    border-radius: 4px;
}

.broker-list::-webkit-scrollbar-thumb:hover,
.exchange-list::-webkit-scrollbar-thumb:hover,
.bridge-list::-webkit-scrollbar-thumb:hover,
.prop-firm-list::-webkit-scrollbar-thumb:hover {
    background-color: #ff8c42;
}

.broker-option,
.exchange-option,
.bridge-option,
.prop-firm-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #c2c2c2;
}

.broker-option:hover,
.exchange-option:hover,
.bridge-option:hover,
.prop-firm-option:hover {
    background-color: rgb(26 26 26 / 50%);
}

.selected-brokers,
.selected-exchanges,
.selected-bridges,
.selected-prop-firms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.selected-broker,
.selected-exchange,
.selected-bridge,
.selected-prop-firm {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgb(26 26 26 / 49%);
    border-radius: 4px;
    border: 1px solid #3e3e3e;
}

.selected-broker .broker-name,
.selected-exchange .exchange-name,
.selected-bridge .bridge-name,
.selected-prop-firm .prop-firm-name {
    color: #c2c2c2;
}

.remove-broker,
.remove-exchange,
.remove-bridge,
.remove-prop-firm {
    color: #F68A20;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0 5px;
    transition: all 0.3s ease;
}

.remove-broker:hover,
.remove-exchange:hover,
.remove-bridge:hover,
.remove-prop-firm:hover {
    color: #ff8c42;
    transform: scale(1.1);
}

.comparison-tbl-broker td,
.comparison-tbl-exchange td,
.comparison-tbl-bridge td,
.comparison-tbl-prop-firm td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color: #3c5388;
    vertical-align: middle;
    font-size: 14px;
}

/* Style for bonus field */
.comparison-tbl-broker td:contains("%"),
.comparison-tbl-exchange td:contains("%"),
.comparison-tbl-bridge td:contains("%"),
.comparison-tbl-prop-firm td:contains("%") {
    font-weight: bold;
    color: #e94f17;
}


.rating-display {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}

.rating-display .rating-value {
    font-weight: bold;
    color: #3c5388;
    font-size: 20px;
}

.rating-display .rating-stars {
    color: #ff6016;
    margin-left: 10px;
}

.rating-display .rating-stars i {
    margin-right: 2px;
}

.rating-display .rating-stars .fa-star-half-o {
    position: relative;
}

.rating-display .rating-stars .fa-star-half-o:before {
    color: #ff6016;
}

.rating-display .rating-stars .fa-star-o {
    color: #6e6e6e;
}

.rating-display.overall-score {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.rating-display.overall-score .total-score-box {
    display: block;
}

.rating-display.overall-score .score-number {
    font-size: 24px;
    font-weight: bold;
    color: #F68A20;
}

.rating-display.overall-score .score-out-of {
    font-size: 16px;
    color: #c2c2c2;
}

.rating-display.overall-score .rating-stars {
    font-size: 18px;
}

.rating-display.overall-score .rating-stars i {
    margin: 0 2px;
}

.ave-rate {
    text-align: center;
}

.ave-rate .rating-value {
    align-items: center;
}

.ave-rate .total-score-box {
    display: block;
}

.ave-rate .score-number {
}

.ave-rate .score-out-of {
}

.ave-rate .average-rating {
    margin: 0;
    color: #ff6016;
}

.ave-rate .average-rating i {
    margin: 0 2px;
}

.ave-rate .average-rating .fa-star-half-o {
   
}

.ave-rate .average-rating .fa-star-half-o:before {
    color: #ff6016;
}

.ave-rate .average-rating .fa-star-o {
    color: #ddd;
}

.pros-list {
    color: #3C5388;
}

.pros-list::before {
    /*content: '+';*/
    margin-right: 5px;
    font-weight: bold;
}

.cons-list {
    color: #3C5388;
}

.cons-list::before {
    /*content: '−';*/
    margin-right: 5px;
    font-weight: bold;
}

.pros-list, .cons-list {
    line-height: 1.6;
}

.pros-list br, .cons-list br {
    margin-bottom: 5px;
    display: block;
    content: "";
}
.pros-list ul li, .cons-list ul li {
    position: relative;
    padding: 5px 5px 5px 30px;
    margin: 5px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    list-style: none;
}
.pros-list ul li::before {
    content: "✔";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #3C5388;
    font-weight: 800;
    font-size: 16px;
}
.cons-list ul li::before {
    content: "✖";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F54900;
    font-weight: 800;
    font-size: 16px;
}
.broker-footer,
.exchange-footer,
.bridge-footer,
.prop-firm-footer {
}

.broker-footer .broker-header,
.exchange-footer .exchange-header,
.bridge-footer .bridge-header,
.prop-firm-footer .prop-firm-header {
    padding: 0;
}

.broker-footer .broker-header-content,
.exchange-footer .exchange-header-content,
.bridge-footer .bridge-header-content,
.prop-firm-footer .prop-firm-header-content {
    margin: 5px;
}

.broker-footer .broker-image,
.exchange-footer .exchange-image,
.bridge-footer .bridge-image,
.prop-firm-footer .prop-firm-image {
    margin-bottom: 10px;
}

.broker-footer .broker-header-content h3,
.exchange-footer .exchange-header-content h3,
.bridge-footer .bridge-header-content h3,
.prop-firm-footer .prop-firm-header-content h3 {
    margin: 10px 0;
}

.broker-footer .broker-actions,
.exchange-footer .exchange-actions,
.bridge-footer .bridge-actions,
.prop-firm-footer .prop-firm-actions {
    margin-top: 10px;
} 

/* Responsive adjustments */
@media (max-width: 1280px) {
    .comparison-tbl-broker th:first-child,
    .comparison-tbl-broker td:first-child,
    .comparison-tbl-exchange th:first-child,
    .comparison-tbl-exchange td:first-child,
    .comparison-tbl-bridge th:first-child,
    .comparison-tbl-bridge td:first-child,
    .comparison-tbl-prop-firm th:first-child,
    .comparison-tbl-prop-firm td:first-child {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }
    
    .comparison-tbl-broker th:not(:first-child),
    .comparison-tbl-broker td:not(:first-child),
    .comparison-tbl-exchange th:not(:first-child),
    .comparison-tbl-exchange td:not(:first-child),
    .comparison-tbl-bridge th:not(:first-child),
    .comparison-tbl-bridge td:not(:first-child),
    .comparison-tbl-prop-firm th:not(:first-child),
    .comparison-tbl-prop-firm td:not(:first-child) {
        width: calc((100% - 200px) / var(--column-count, 1));
    }
}

@media (max-width: 768px) {
    .cross-chain-bridge-comparison-container,
    .crypto-exchange-comparison-container,
    .prop-firm-comparison-container,
    .broker-comparison-container {
        padding: 5px;
    }
    .comparison-tbl-broker th:first-child,
    .comparison-tbl-broker td:first-child,
    .comparison-tbl-exchange th:first-child,
    .comparison-tbl-exchange td:first-child,
    .comparison-tbl-bridge th:first-child,
    .comparison-tbl-bridge td:first-child,
    .comparison-tbl-prop-firm th:first-child,
    .comparison-tbl-prop-firm td:first-child {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        background: #ffefe2;
    }
    
    .comparison-tbl-broker th:not(:first-child),
    .comparison-tbl-broker td:not(:first-child),
    .comparison-tbl-exchange th:not(:first-child),
    .comparison-tbl-exchange td:not(:first-child),
    .comparison-tbl-bridge th:not(:first-child),
    .comparison-tbl-bridge td:not(:first-child),
    .comparison-tbl-prop-firm th:not(:first-child),
    .comparison-tbl-prop-firm td:not(:first-child) {
        min-width: 220px;
        max-width: 280px;
    }
    .comparison-tbl-broker td:first-child, .comparison-tbl-exchange td:first-child, .comparison-tbl-bridge td:first-child, .comparison-tbl-prop-firm td:first-child {
        font-size: 12px !important;
        padding: 6px;
    }
    td.section-header-label {
        min-width: 100px !important;
        padding: 6px !important;
        max-width: 100px !important;
        font-size: 14px !important;
    } 
    th.broker-header {
        background: #ffffff;
    }
}

/* Enhanced sticky positioning for broker headers */
.broker-header,
.exchange-header,
.bridge-header,
.prop-firm-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;
    /*background: #3f5484 !important;*/
}

/* Ensure section headers remain sticky during horizontal scroll */
.comparison-tbl-broker .section-header,
.comparison-tbl-exchange .section-header,
.comparison-tbl-bridge .section-header,
.comparison-tbl-prop-firm .section-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    font-size: 16px;
    /*background: #3f5484 !important;*/
}

.comparison-tbl-broker .section-header td,
.comparison-tbl-exchange .section-header td,
.comparison-tbl-bridge .section-header td,
.comparison-tbl-prop-firm .section-header td {
    position: sticky !important;
    top: 0 !important;
    /*background: #3f5484 !important;*/
}

/* Make first column sticky horizontally */
.comparison-tbl-broker td:first-child,
.comparison-tbl-exchange td:first-child,
.comparison-tbl-bridge td:first-child,
.comparison-tbl-prop-firm td:first-child {
    position: sticky !important;
    left: 0 !important;
    z-index: 5 !important;
    /*background: transparent !important;*/
    border-right: 1px solid #3c5388 !important;
    font-size: 16px;
}

/* Ensure table wrapper supports sticky positioning */
.comparison-tbl-broker-wrapper,
.comparison-tbl-exchange-wrapper,
.comparison-tbl-bridge-wrapper,
.comparison-tbl-prop-firm-wrapper {
    transform: translateZ(0) !important;
    will-change: scroll-position !important;
}

/* Ensure banana gradient stars are visible in comparison table (override global animation opacity) */
.comparison-tbl-broker .gradient-star, .comparison-tbl-prop-firm .gradient-star {
    opacity: 1 !important;
    transform: none !important;
}

/* Enhanced section header styling for better sticky positioning */
.section-header-label {
    position: sticky !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 11 !important;
    background: #3f5484 !important;
    color: #F68A20 !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
    padding: 5px 10px !important;
    min-width: 200px !important;
    max-width: 250px !important;
}

.section-header-cell {
}

/* Ensure section header rows have proper background */
.comparison-tbl-broker .section-header,
.comparison-tbl-exchange .section-header,
.comparison-tbl-bridge .section-header,
.comparison-tbl-prop-firm .section-header {
    background: #3f5484 !important;
}

/* Additional table structure support for sticky positioning */
.comparison-tbl-broker,
.comparison-tbl-exchange,
.comparison-tbl-bridge,
.comparison-tbl-prop-firm {
    position: relative !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* Ensure proper stacking context for sticky elements */
.comparison-tbl-broker thead,
.comparison-tbl-exchange thead,
.comparison-tbl-bridge thead,
.comparison-tbl-prop-firm thead {
    position: relative !important;
    z-index: 5 !important;
}

.comparison-tbl-broker tbody,
.comparison-tbl-exchange tbody,
.comparison-tbl-bridge tbody,
.comparison-tbl-prop-firm tbody {
    position: relative !important;
}

/* Prevent any overflow issues that might affect sticky positioning */
.comparison-tbl-broker-wrapper,
.comparison-tbl-exchange-wrapper,
.comparison-tbl-bridge-wrapper,
.comparison-tbl-prop-firm-wrapper {
    overflow: auto !important;
    position: relative !important;
    contain: layout style paint !important;
}