/* .chart-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.label-table {
    border-collapse: collapse;
    min-width: 200px;
}

.label-table th, 
.label-table td {
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.label-table th {
    background-color: #f4f4f4;
} */
.wb-eur-heading{
    color: #002141;
}

.wb-date{
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.1em;
}
 
.wb-de-warning-addon{
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

.wb-important-info-text p{
    margin-bottom: 5px;
}


.chart-panel{
    overflow-x: auto;
}

.wb-chart {
    margin-bottom: 60px;
}

.charts-tabs-nav {
    /* height: 55px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    margin-bottom: 10px;
    background-color: #002141;
    list-style: none;
    gap: 20px;
    overflow-x: auto;
}

.charts-tabs-nav li {
    display: block;
    /* width: 150px; */
    text-align: center;
}

.charts-tabs-nav li a {
    display: block;
    font-weight: 700;
    font-size: 22px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
    color: #19BCCC;
    /* margin: 0 20px; */
    /* padding: 0 20px; */
    padding-bottom: 5px;
}

.charts-tabs-nav li a:hover,
.charts-tabs-nav li.ui-tabs-active a {
    color: #FFF;
    border-color: #19BCCC;
}

.price .wb-lp-container {
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1em;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wb-lp-container p {
    margin: 0;
}

.wb-section-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #002141;
    margin-bottom: 60px;
    margin-top: 100px;
}

.wb-section-title#performance{
    margin-top: 40px;
}

/* #13243D */

.performance-table {
    margin-top: 40px;
    margin-bottom: 25px;
}

.wb-kes-c {
    margin-top: 25px;
}

.wb-kes-cols {
    display: flex;
    flex-direction: row;
}

@media (min-width: 978px) {
    .wb-kes-list:first-child li {
        padding-right: 70px !important;
    }

    .wb-kes-list:last-child li {
        padding-left: 70px !important;
    }
}

.wb-performance-text {
    margin-bottom: 40px;
}

/* top holdings */

.wb-top-holdings {
    margin-top: 60px;
    margin-bottom: 60px;
}

.subsection-title {
    color: #13243D;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #13243D, #53C6D3) 1;
    padding-bottom: 10px;
    font-size: 24px !important;
}

.wb-top-holdings-cols {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.wb-top-holdings-list,
.wb-kes-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(50% - 10px);
}

.wb-top-holdings-list li,
.wb-kes-list li {
    border-bottom: 1px solid #29B8C8;
    padding: 10px 30px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wb-top-holdings-list p,
.wb-kes-list p {
    margin: 0;
}



/* key informations  */
.wb-key-info-wrap {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 60px;
}

.wb-key-info-col {
    width: calc(50% - 25px);
}


.wb-key-info-list-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.wb-key-info-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wb-key-info-list li {
    border-bottom: 1px solid #29B8C8;
    padding: 10px 30px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wb-key-info-list p {
    margin: 0;
}


.wb-kes-kfis-b {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.wb-kes-kfis-b .wb-kes-list {
    width: 100%;
}

.wb-kfis-list .wb-kes-list:last-child li {
    padding-left: 10px !important;
}

.wb-kfis-list .wb-kes-list:first-child li {
    padding-right: 20px !important;
}


.wb-kes-b {
    width: calc(65% - 60px);
}

.wb-kes-kfis-b .wb-kfis {
    width: 35%;
}

.wb-blank-table th{
    background-color: #fff !important;
    border: none;
    border-bottom: 2px solid #000;
    text-align: center;
    vertical-align: middle;
}

.wb-blank-table td{
    background-color: #fff !important;
    border: none;
    text-align: center;
    vertical-align: middle;
}


/* ====== Risk Scale ====== */
.wb-risk-indicator {
    margin-top: 45px;
}

.wb-risk-indicator p{
    margin-top: 35px;
    font-size: 15px;
}

.risk-scale {
    --dark: #0f2132;
    --teal: #11b6be;
    --text: #0f2132;
    --tile-size: 56px;
    --radius: 12px;

    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
    max-width: 720px;
    margin: 24px auto;
}

.steps {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}

.steps li {
    width: var(--tile-size);
    height: var(--tile-size);
    border-radius: var(--radius);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(135deg, var(--dark), var(--teal));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 4px 10px rgba(0, 0, 0, .15);
}

/* Active step (outlined/white tile like in the image) */
.steps li.active {
    background: #fff;
    color: var(--text);
    box-shadow: none;
    border: 3px solid var(--teal);
}

/* Axis with gradient line and arrow */
.axis {
    position: relative;
    height: 26px;
}

.axis::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 3px;
    background: linear-gradient(90deg, var(--dark), var(--teal));
    border-radius: 2px;
}

.axis::after {
    /* arrow head */
    content: "";
    position: absolute;
    right: -2px;
    top: 5px;
    border-left: 10px solid var(--teal);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.axis .left-arrow {
    content: "";
    position: absolute;
    left: -2px;
    top: 5px;
    border-right: 10px solid var(--dark);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.axis .label {
    position: absolute;
    top: 16px;
    font-weight: 800;
    font-size: 1rem;
    white-space: nowrap;
}

.axis .label.left {
    left: 0;
}

.axis .label.right {
    right: 0;
}

/* Small screens */
@media (max-width:520px) {
    .risk-scale {
        --tile-size: 48px;
    }

    .steps {
        gap: 10px;
    }

    .axis .label {
        font-size: .9rem;
    }
}


.wb-bold {
    font-weight: bold;
}


/* tables */
.wb-tables-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.returns-table {
    margin-bottom: 60px;
    width: 100%;
}

.blue-noouterborders-table {
    text-align: center;
    width: 100%;
}

.blue-noouterborders-table tr:hover td {
    background-color: #fff !important;
}

.blue-noouterborders-table th {
    border-top: none;
    border-color: #19BCCC;
    background-color: #fff !important;
    vertical-align: middle !important;
}

.blue-noouterborders-table th:first-child,
.blue-noouterborders-table td:first-child {
    border-left: none;
}

.blue-noouterborders-table th:last-child,
.blue-noouterborders-table td:last-child {
    border-right: none;
}


.blue-noouterborders-table td {
    border-bottom: none;
    border-color: #19BCCC;
}

.blue-noouterborders-table td {
    vertical-align: middle;
}



.wb-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

.wb-table-wrap table {
    margin-bottom: 10px;
}

.blue-noouterborders-table td,
.blue-noouterborders-table th {
    width: 200px !important;
}

.blue-noouterborders-table td.wb-extra-with {
    width: 250px !important;
}



html[lang=de] .wb-kes-kfis-b,
html[lang=it] .wb-kes-kfis-b{
    flex-direction: column;
}

html[lang=de] .wb-kes-b,
html[lang=it] .wb-kes-b{
    width: 100%;
}

html[lang=de] .wb-kfis,
html[lang=it] .wb-kfis{
    width: 100%;
}


@media (max-width: 1200px) {
    .wb-kes-kfis-b {
        flex-direction: column;
    }

    .wb-kes-b {
        width: 100%;
    }

    .wb-kes-kfis-b .wb-kfis {
        width: 100%;
    }
}


@media (max-width: 978px){

    .wb-kes-list:first-child li {
        padding-right: 30px !important;
    }

    .wb-kes-list:last-child li {
        padding-left: 30px !important;
    }

}

@media (max-width: 840px){

    .wb-kes-cols {
        flex-direction: column;
    }

    .wb-kes-list {
        width: 100%;
    }

    .wb-kes-list li {
        padding: 10px !important;
    }

    .wb-kes-list:first-child li {
        padding-right: 10px !important;
    }

    .wb-kes-list:last-child li {
        padding-left: 10px !important;
    }

}

@media (max-width: 768px) {
    .wb-key-info-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .wb-key-info-col {
        width: 100%;
    }
    
    .wb-top-holdings-cols {
        flex-direction: column;
        gap: 0;
    }

    .wb-top-holdings-list {
        width: 100%;
    }


    .wb-tables-container {
        flex-direction: column;
    }

    .wb-table-wrap{
        width: 100%;
    }

    .blue-noouterborders-table {
        table-layout: fixed;
        border-collapse: collapse;
    }

    .blue-noouterborders-table td,
    .blue-noouterborders-table th {
        width: 120px !important;          
        /* max-width: 150px !important; */
        min-width: 120px !important;
        box-sizing: border-box;
    }

    .wb-tables-container{
        gap: 15px;
    }

    




    .wb-list-items{
        font-size: 14px;
    }

    .wb-section-title{
        font-size: 30px !important;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .subsection-title {
        font-size: 20px !important;
    }

    .charts-tabs-nav .ui-tabs-anchor{
        font-size: 16px !important;
    }

    .blue-noouterborders-table{
        font-size: 14px;
    }

    .wb-risk-indicator p{
        margin-top: 25px;
        font-size: 13px;
    }

}