/*
Theme Name: Efekta
Theme URI: https://efekta.cz
Author: SnugDesign s.r.o. 
Author URI: https://www.snugdesign.cz/
Description: Custom WordPress theme for Efekta
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: efekta
*/

td.fund-table__yield-date {
    min-width: 120px;
}

.investment-chart-container.is--iframe {
    height: 600px;
}

.investment-chart-container:not(.is--generated) #investment-chart {
    display: none;
}

section.with-box.fund-summary+section.with-box.why-invest {
    margin-top: 120px;
}

#fund-earnings .investment-chart-container.is--image img {
    display: block;
}

.introduction-inner:has(.introduction-inner__text)>.img-holder img {
    object-fit: contain;
    object-position: top;
}