.component-fund-header .header__container{padding:32px 0}
.component-fund-header .header__container .brand{display:flex;align-items:center;gap:8px}
.component-fund-header .header__container .brand .logo{width:36px;height:36px;object-fit:cover}
.component-fund-header .header__container .brand .gestora{color:#707070}
.component-fund-header .header__container .main-row{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px}
@media(min-width:1024px){.component-fund-header .header__container .main-row{flex-direction:row;gap:0}
}
.component-fund-header .header__container .main-row .details{display:flex;flex-direction:column;gap:20px}
.component-fund-header .header__container .main-row .details .title{margin:0 0 15px 0;color:#0b0b0b}
@media(min-width:1024px){.component-fund-header .header__container .main-row .details .title{flex-direction:row;gap:0}
}
.component-fund-header .header__container .main-row .details .meta{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.component-fund-header .header__container .main-row .details .meta .risk-mini{display:flex;gap:4px}
.component-fund-header .header__container .main-row .details .meta .risk-mini .risk-box{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#707070}
.component-fund-header .header__container .main-row .details .meta .risk-mini .risk-box.is-active{background:#0b0b0b;color:#fff}
.component-fund-header .header__container .main-row .details .meta .isin{color:#707070}
.component-fund-header .header__container .main-row .status{text-align:left;display:flex;flex-direction:column;gap:11px}
@media(min-width:1024px){.component-fund-header .header__container .main-row .status{text-align:right}
}
.component-fund-header .header__container .main-row .status .value{color:#0b0b0b}
.component-fund-header .header__container .main-row .status .performance .percent.is-positive{color:#256603}
.component-fund-header .header__container .main-row .status .performance .percent.is-negative{color:#d93025}
.component-fund-header .header__container .main-row .status .performance .period{color:#707070}
.component-fund-header .header__container .main-row .status .date{color:#707070}