/* ===================================================================
   TABELE DE ACTIVE EINVEST - DESIGN ATOMIC V6.0
   ================================================================
   Specificitate MAXIMĂ + !important peste TOT
   Override TOTAL tema WordPress
   Design minimalist UX 2025
   =================================================================== */

/* ===== WRAPPER - SPECIFICITATE MAXIMĂ ===== */
.ecs-assets-table-wrapper.ecs-assets-table-wrapper {
    width: 100% !important;
    margin: 2rem 0 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
    color: #f1f1f1 !important;
    box-sizing: border-box !important;
}

/* Reset BRUTAL pe toate elementele */
.ecs-assets-table-wrapper *,
.ecs-assets-table-wrapper *::before,
.ecs-assets-table-wrapper *::after {
    box-sizing: border-box !important;
    font-family: inherit !important;
}

/* ===== TITLU ===== */
.ecs-assets-table-wrapper .ecs-assets-table__title {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__title-icon {
    color: #2ada49 !important;
    width: 22px !important;
    height: 22px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__title-label {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    padding: 0.2rem 0.6rem !important;
    border-radius: 4px !important;
    background: rgba(42, 218, 73, 0.12) !important;
    border: 1px solid rgba(42, 218, 73, 0.3) !important;
    color: #2ada49 !important;
    font-weight: 600 !important;
    margin: 0 0 0 auto !important;
    font-family: 'Poppins', sans-serif !important;
}

/* ===== CONTROALE ===== */
.ecs-assets-table-wrapper .ecs-assets-table__controls {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.65rem !important;
    margin: 0 0 1rem 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__search {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    min-width: 220px !important;
}

/* ===== FILTRE & SEARCH ===== */
.ecs-assets-table-wrapper .ecs-assets-table__filter-select,
.ecs-assets-table-wrapper .ecs-assets-table__search-input {
    width: 100% !important;
    padding: 0.55rem 0.9rem !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 400 !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__filter-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 12px !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding-right: 2.25rem !important;
    cursor: pointer !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__filter-select:hover,
.ecs-assets-table-wrapper .ecs-assets-table__search-input:hover {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__filter-select:focus,
.ecs-assets-table-wrapper .ecs-assets-table__search-input:focus {
    border-color: #2ada49 !important;
    box-shadow: 0 0 0 2px rgba(42, 218, 73, 0.1) !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__search-input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

/* ===== WRAPPER TABEL ===== */
.ecs-assets-table-wrapper .ecs-assets-table__table-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    background: rgba(40, 42, 46, 0.4) !important;
    border-radius: 10px !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table-wrapper::-webkit-scrollbar {
    height: 6px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(42, 218, 73, 0.4) !important;
    border-radius: 10px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(42, 218, 73, 0.6) !important;
}

/* ===== TABEL ===== */
.ecs-assets-table-wrapper .ecs-assets-table__table {
    width: 100% !important;
    min-width: 650px !important;
    border-collapse: collapse !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    table-layout: auto !important;
}

/* ===== THEAD - SUBȚIRE ===== */
.ecs-assets-table-wrapper .ecs-assets-table__table thead th {
    padding: 0.65rem 0.85rem !important;
    text-align: left !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    white-space: nowrap !important;
    background: #282a2e !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    width: auto !important;
    min-width: 80px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th:first-child {
    border-top-left-radius: 10px !important;
    min-width: 180px !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th:last-child {
    border-top-right-radius: 10px !important;
}

/* ===== SORTARE ===== */
.ecs-assets-table-wrapper .ecs-assets-table__table thead th[data-sortable="1"] {
    cursor: pointer !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    position: relative !important;
    padding-right: 1.75rem !important;
    transition: color 0.2s ease !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th[data-sortable="1"]:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th[data-sortable="1"]::after {
    content: "" !important;
    position: absolute !important;
    right: 0.5rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid transparent !important;
    border-top: 4px solid rgba(255, 255, 255, 0.35) !important;
    opacity: 0.6 !important;
    transition: opacity 0.2s ease !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th[data-sortable="1"]:hover::after {
    opacity: 1 !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th.ecs-assets-table__th--sorted-asc::after {
    border-top: 0 !important;
    border-bottom: 4px solid #2ada49 !important;
    opacity: 1 !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table thead th.ecs-assets-table__th--sorted-desc::after {
    border-top: 4px solid #2ada49 !important;
    opacity: 1 !important;
}

/* ===== TBODY - HOVER SIMPLU ===== */
.ecs-assets-table-wrapper .ecs-assets-table__table tbody tr {
    transition: background-color 0.15s ease !important;
    cursor: pointer !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table tbody tr:hover {
    background: rgba(42, 218, 73, 0.05) !important;
}

.ecs-assets-table-wrapper .ecs-assets-table__table tbody td {
    padding: 0.85rem 0.85rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.5 !important;
    vertical-align: middle !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    border-left: 0 !important;
    border-right: 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    width: auto !important;
    min-width: 80px !important;
}

/* ===== LOGO + NAME LAYOUT - PĂSTRĂM FLEX! ===== */
.ecs-assets-table-wrapper .ecs-asset-cell {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* LOGO MARE - 48px */
.ecs-assets-table-wrapper .ecs-asset-logo {
    flex-shrink: 0 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    background: #282a2e !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem !important;
    overflow: hidden !important;
    border: 0 !important;
    margin: 0 !important;
}

.ecs-assets-table-wrapper .ecs-asset-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-asset-logo-fallback {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #2ada49 !important;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-asset-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-asset-symbol {
    font-weight: 600 !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecs-assets-table-wrapper .ecs-asset-company {
    font-size: 0.78rem !important;
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== PAGINARE ===== */
.ecs-assets-table-wrapper .ecs-assets-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.4rem !important;
    margin: 1.25rem 0 0 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
}

.ecs-assets-table-wrapper .ecs-assets-page-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 0.7rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
}

.ecs-assets-table-wrapper .ecs-assets-page-link:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(42, 218, 73, 0.3) !important;
    color: #2ada49 !important;
}

.ecs-assets-table-wrapper .ecs-assets-page-link-current {
    background: rgba(42, 218, 73, 0.15) !important;
    border-color: rgba(42, 218, 73, 0.4) !important;
    color: #2ada49 !important;
    font-weight: 600 !important;
}

/* ===== RESPONSIVE TABLET ===== */
@media (max-width: 1024px) {
    .ecs-assets-table-wrapper .ecs-assets-table__table {
        min-width: 600px !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-logo {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        padding: 0.45rem !important;
    }
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 768px) {
    .ecs-assets-table-wrapper.ecs-assets-table-wrapper {
        margin: 1.25rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__title {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.45rem !important;
        font-size: 1.2rem !important;
        margin: 0 0 0.85rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__title-label {
        margin: 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__controls {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0.55rem !important;
        margin: 0 0 0.85rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__filters {
        flex-direction: column !important;
        gap: 0.55rem !important;
        width: 100% !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__filter-select {
        width: 100% !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__search {
        margin: 0 !important;
        width: 100% !important;
        min-width: auto !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table {
        min-width: 560px !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table thead th {
        padding: 0.6rem 0.7rem !important;
        font-size: 0.68rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table tbody td {
        padding: 0.7rem 0.7rem !important;
        font-size: 0.82rem !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-logo {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        padding: 0.4rem !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-symbol {
        font-size: 0.88rem !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-company {
        font-size: 0.72rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-pagination {
        margin: 1rem 0 0 0 !important;
        gap: 0.35rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-page-link {
        min-width: 30px !important;
        height: 30px !important;
        padding: 0 0.6rem !important;
        font-size: 0.78rem !important;
    }
}

/* ===== RESPONSIVE MOBILE MIC ===== */
@media (max-width: 480px) {
    .ecs-assets-table-wrapper.ecs-assets-table-wrapper {
        margin: 1rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__title {
        font-size: 1.1rem !important;
        gap: 0.35rem !important;
        margin: 0 0 0.75rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__title-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__title-label {
        font-size: 0.65rem !important;
        padding: 0.18rem 0.5rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__controls {
        gap: 0.45rem !important;
        margin: 0 0 0.75rem 0 !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__filter-select,
    .ecs-assets-table-wrapper .ecs-assets-table__search-input {
        font-size: 0.8rem !important;
        padding: 0.5rem 0.8rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__filter-select {
        background-size: 11px !important;
        padding-right: 2rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table {
        min-width: 500px !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table thead th {
        padding: 0.55rem 0.6rem !important;
        font-size: 0.65rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-table__table tbody td {
        padding: 0.65rem 0.6rem !important;
        font-size: 0.78rem !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-logo {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        padding: 0.35rem !important;
        border-radius: 7px !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-symbol {
        font-size: 0.82rem !important;
    }

    .ecs-assets-table-wrapper .ecs-asset-company {
        font-size: 0.68rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-pagination {
        margin: 0.85rem 0 0 0 !important;
        gap: 0.3rem !important;
    }

    .ecs-assets-table-wrapper .ecs-assets-page-link {
        min-width: 28px !important;
        height: 28px !important;
        padding: 0 0.5rem !important;
        font-size: 0.72rem !important;
    }
}

/* ===================================================================
   FIX-URI CRITICE V9.0 - DECEMBRIE 2025
   =================================================================== */

/* FIX 1: SHORTCODE OUTPUT - VIZIBILITATE FORȚATĂ */
.ecs-assets-table-wrapper .ecs-shortcode-output,
.ecs-assets-table__table .ecs-shortcode-output,
span.ecs-shortcode-output {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Toate elementele din shortcode vizibile */
.ecs-shortcode-output *,
.ecs-shortcode-output > * {
    visibility: visible !important;
    opacity: 1 !important;
    display: inline !important;
}

/* Widget-uri stock specifice */
.ecs-assets-table-wrapper .stock-market-widget,
.ecs-assets-table-wrapper [class*="stock-"],
.ecs-assets-table-wrapper [class*="smw-"],
.ecs-shortcode-output .stock-market-widget,
.ecs-shortcode-output [class*="stock-"],
.ecs-shortcode-output [class*="smw-"] {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
}

/* FIX 2: BUTON INVESTEȘTE - SPECIFICITATE ATOMICĂ */
.ecs-assets-table-wrapper button.ecs-invest-btn,
.ecs-assets-table__table button.ecs-invest-btn,
button.ecs-invest-btn.ecs-invest-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem 1rem !important;
    background: #2ada49 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: 'Poppins', sans-serif !important;
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
    min-height: 36px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative !important;
    z-index: 1 !important;
}

.ecs-assets-table-wrapper button.ecs-invest-btn:hover,
.ecs-assets-table__table button.ecs-invest-btn:hover,
button.ecs-invest-btn.ecs-invest-btn:hover {
    background: #3fef5c !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(42, 218, 73, 0.3) !important;
}

/* FIX 3: BUTON VEZI ANALIZA - SPECIFICITATE ATOMICĂ */
.ecs-assets-table-wrapper a.ecs-view-analysis-btn,
.ecs-assets-table__table a.ecs-view-analysis-btn,
a.ecs-view-analysis-btn.ecs-view-analysis-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5rem 1rem !important;
    background: transparent !important;
    color: #2ada49 !important;
    border: 1.5px solid #2ada49 !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1.2 !important;
    min-height: 36px !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative !important;
    z-index: 1 !important;
}

.ecs-assets-table-wrapper a.ecs-view-analysis-btn:hover,
.ecs-assets-table__table a.ecs-view-analysis-btn:hover,
a.ecs-view-analysis-btn.ecs-view-analysis-btn:hover {
    background: rgba(42, 218, 73, 0.1) !important;
    border-color: #3fef5c !important;
    color: #3fef5c !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(42, 218, 73, 0.15) !important;
}

/* FIX 4: LĂȚIMI COLOANE DINAMICE INTELIGENTE */
/* Coloana logo+name */
.ecs-assets-table__table thead th:first-child,
.ecs-assets-table__table tbody td:first-child {
    min-width: 180px !important;
    width: auto !important;
}

/* Coloane cu butoane */
.ecs-assets-table__table thead th[data-col-key*="invest"],
.ecs-assets-table__table tbody td[data-col-key*="invest"],
.ecs-assets-table__table thead th[data-col-key*="analysis"],
.ecs-assets-table__table tbody td[data-col-key*="analysis"],
.ecs-assets-table__table thead th[data-col-key*="action"],
.ecs-assets-table__table tbody td[data-col-key*="action"],
.ecs-assets-table__table thead th[data-col-key*="view"],
.ecs-assets-table__table tbody td[data-col-key*="view"] {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Coloane numerice */
.ecs-assets-table__table thead th[data-col-key*="price"],
.ecs-assets-table__table tbody td[data-col-key*="price"],
.ecs-assets-table__table thead th[data-col-key*="market"],
.ecs-assets-table__table tbody td[data-col-key*="market"],
.ecs-assets-table__table thead th[data-col-key*="cap"],
.ecs-assets-table__table tbody td[data-col-key*="cap"],
.ecs-assets-table__table thead th[data-col-key*="volume"],
.ecs-assets-table__table tbody td[data-col-key*="volume"],
.ecs-assets-table__table thead th[data-col-key*="change"],
.ecs-assets-table__table tbody td[data-col-key*="change"] {
    min-width: 100px !important;
    width: auto !important;
    white-space: nowrap !important;
}

/* FIX 5: RESPONSIVE BUTOANE */
@media (max-width: 768px) {
    .ecs-view-analysis-btn,
    .ecs-invest-btn {
        padding: 0.45rem 0.85rem !important;
        font-size: 0.8rem !important;
        min-height: 34px !important;
    }
    
    .ecs-assets-table__table [data-col-key*="invest"],
    .ecs-assets-table__table [data-col-key*="analysis"],
    .ecs-assets-table__table [data-col-key*="view"] {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
    }
}

@media (max-width: 480px) {
    .ecs-view-analysis-btn,
    .ecs-invest-btn {
        padding: 0.4rem 0.75rem !important;
        font-size: 0.75rem !important;
        min-height: 32px !important;
    }
    
    .ecs-assets-table__table [data-col-key*="invest"],
    .ecs-assets-table__table [data-col-key*="analysis"],
    .ecs-assets-table__table [data-col-key*="view"] {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
    }
}
