.elementor-23 .elementor-element.elementor-element-27eb046{--display:flex;--min-height:25vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-23 .elementor-element.elementor-element-27eb046:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-27eb046 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://profik.two.testovaciverze.cz/wp-content/uploads/2025/08/Group-7455-1.webp");background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-ea61979 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23 .elementor-element.elementor-element-684fc54 img{width:100%;height:70px;}.elementor-23 .elementor-element.elementor-element-1d35ea8{--display:flex;}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-27eb046{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-23 .elementor-element.elementor-element-684fc54 img{width:46%;}}/* Start custom CSS for shortcode, class: .elementor-element-459f7b4 *//*
=================================================================
CSS pro fond/investiční tabulku - Dluhopisář design
=================================================================

Mapování tříd:
- investment-section → hlavní kontejner
- data-grid → tabulka
- company-title → název fondu
- performance-value → výnosové hodnoty
- date-info → datum vzniku
- investment-row → řádek tabulky
- table-responsive → wrapper pro responsivní scrollování

=================================================================
*/

/* Investment Table Container */
.investment-section {
    margin: 40px 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.investment-section > h2 {
    background: #1e3a8a;
    margin: 0;
    padding: 24px 32px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    position: relative;
    letter-spacing: -0.025em;
}

/* Table Styling */
.data-grid {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    border-radius: 0;
    overflow: hidden;
}

/* Table Header */
.data-grid thead {
    background: #f8fafc;
    color: #001932;
    border-bottom: 2px solid #e5e7eb;
}

.data-grid thead th {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #001932;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
    vertical-align: middle;
    text-align: left;
    background: #f8fafc;
}

.data-grid thead th.performance-value,
.data-grid thead th.date-info {
    text-align: center;
}

.data-grid thead th a {
    color: #001932;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 600;
}

.data-grid thead th a:hover {
    background: #e5e7eb;
    color: #1e3a8a;
}

.data-grid thead th a span {
    margin-left: 8px;
    font-size: 12px;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.data-grid thead th a:hover span {
    opacity: 1;
}

/* Table Body */
.data-grid tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
}

.data-grid tbody tr:hover {
    background: #f9fafb;
}

.data-grid tbody tr:last-child {
    border-bottom: none;
}

.data-grid tbody td {
    padding: 16px 20px;
    font-size: 14px;
    color: #001932;
    vertical-align: middle;
    border-right: none;
}

/* Fund Name Column */
.data-grid .company-title {
    font-weight: 500;
    min-width: 280px;
}

.data-grid .company-title a {
    color: #001932;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
}

.data-grid .company-title a:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

/* Investment Columns */
.data-grid .performance-value {
    text-align: center;
    font-weight: 500;
    min-width: 110px;
    font-variant-numeric: tabular-nums;
    color: #001932;
}

.data-grid .date-info {
    text-align: center;
    color: #001932;
    opacity: 0.7;
    min-width: 120px;
    font-size: 13px;
}

/* Custom Scrollbar for Horizontal Scroll */
.table-responsive {
    overflow-x: auto;
    border-radius: 0;
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f3f4f6;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Loading and Empty States */
.investment-section p {
    text-align: center;
    padding: 40px;
    color: #001932;
    opacity: 0.6;
    font-size: 14px;
    background: #ffffff;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .investment-section {
        margin: 30px 0;
    }
    
    .data-grid {
        font-size: 13px;
    }
    
    .data-grid thead th,
    .data-grid tbody td {
        padding: 12px 16px;
    }
    
    .data-grid .company-title {
        min-width: 220px;
    }
    
    .data-grid .performance-value {
        min-width: 100px;
    }
}

@media (max-width: 768px) {
    .investment-section {
        margin: 20px 0;
        border-radius: 12px;
    }
    
    .investment-section > h2 {
        padding: 20px 24px;
        font-size: 20px;
        border-radius: 12px 12px 0 0;
    }
    
    .data-grid thead th {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .data-grid tbody td {
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .data-grid .company-title {
        min-width: 180px;
    }
    
    .data-grid .performance-value {
        min-width: 85px;
    }
    
    .data-grid thead th a span {
        display: none;
    }
}

@media (max-width: 480px) {
    .investment-section {
        margin: 15px 0;
        border-radius: 8px;
    }
    
    .investment-section > h2 {
        padding: 16px 20px;
        font-size: 18px;
        border-radius: 8px 8px 0 0;
    }
    
    .data-grid {
        font-size: 12px;
    }
    
    .data-grid thead th,
    .data-grid tbody td {
        padding: 10px 12px;
    }
    
    .data-grid .company-title {
        min-width: 140px;
    }
    
    .data-grid .performance-value,
    .data-grid .date-info {
        min-width: 70px;
        font-size: 11px;
    }
    
    /* Hide some columns on very small screens */
    .data-grid .performance-value:nth-child(6),
    .data-grid .performance-value:nth-child(7) {
        display: none;
    }
}

/* Performance optimizations */
.data-grid * {
    box-sizing: border-box;
}

.data-grid tbody tr {
    will-change: background;
}

/* Additional refinements */
.data-grid thead th:first-child {
    padding-left: 32px;
}

.data-grid tbody td:first-child {
    padding-left: 32px;
}

.data-grid thead th:last-child {
    padding-right: 32px;
}

.data-grid tbody td:last-child {
    padding-right: 32px;
}

@media (max-width: 768px) {
    .data-grid thead th:first-child,
    .data-grid tbody td:first-child {
        padding-left: 24px;
    }
    
    .data-grid thead th:last-child,
    .data-grid tbody td:last-child {
        padding-right: 24px;
    }
}

@media (max-width: 480px) {
    .data-grid thead th:first-child,
    .data-grid tbody td:first-child {
        padding-left: 20px;
    }
    
    .data-grid thead th:last-child,
    .data-grid tbody td:last-child {
        padding-right: 20px;
    }
}/* End custom CSS */