.earnings-page{display:flex;gap:24px;flex-direction:column}.earnings-page .earnings-card{display:flex;flex-direction:column;border-radius:8px;background:var(--surface-primary);border:1px solid var(--border-strong)}.earnings-page .earnings-card .card-content{padding:8px 16px;display:flex;flex-direction:column}.earnings-page .earnings-card .card-content.border-b{margin-bottom:12px;border-bottom:.5px solid var(--border-strong)}.earnings-page .earnings-card .card-content.header{color:var(--text-primary);font-size:16px;font-style:normal;font-weight:600;line-height:16px;font-family:var(--font-figtree)}.earnings-page .earnings-card .card-content.header h4{color:var(--text-primary);font-size:20px;font-style:normal;font-weight:500;line-height:120%;display:flex;align-items:center;flex-wrap:wrap}html[screen-format=mobile] .earnings-page .earnings-card .card-content.header h4{font-size:16px}@media screen and (max-width:600px){.earnings-page .earnings-card .card-content.header h4{width:100%;display:flex;justify-content:space-between}}.earnings-page .earnings-card .card-content.header h4 .action-btns{max-width:700px;margin-left:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:8px}html[screen-format=mobile] .earnings-page .earnings-card .card-content.header h4 .action-btns,html[screen-format=tablet] .earnings-page .earnings-card .card-content.header h4 .action-btns{margin-left:0;grid-template-columns:2fr 1fr 1fr}@media screen and (max-width:600px){.earnings-page .earnings-card .card-content.header h4 .action-btns{display:flex;flex-wrap:wrap}.earnings-page .earnings-card .card-content.header h4 .action-btns .p-dropdown{flex:1}}.earnings-page .earnings-card .card-content.header h4 .action-btns.history{grid-template-columns:2fr 1fr 1fr}.earnings-page .earnings-card .card-content.body h5{color:var(--text-secondary);font-family:var(--font-figtree);font-size:14px;font-style:normal;font-weight:500;line-height:16px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.earnings-page .earnings-card .card-content.body h5 .edit-link{cursor:pointer;text-decoration:unset;color:var(--border-active);font-size:12px;font-style:normal;font-weight:400;line-height:16px}html[data-theme=dark] .earnings-page .earnings-card .card-content.body h5 .edit-link{color:var(--text-primary)}.earnings-page .earnings-card .card-content.body .value-row{display:flex;flex-direction:row;gap:8px;align-items:center;margin-bottom:12px}.earnings-page .earnings-card .card-content.body .value-row.bottom{padding-bottom:8px}.earnings-page .earnings-card .card-content.body .value-row .value{color:var(--text-primary);font-family:var(--font-figtree);font-size:20px;font-style:normal;font-weight:600;line-height:24px}.earnings-page .earnings-card .card-content.body .value-row .value.percentage-value{margin-left:auto;font-size:16px}.earnings-page .earnings-card .card-content.body .value-row .percentage{align-items:center;display:flex;flex-direction:row;gap:8px;padding:0 8px;color:var(--text-primary);font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-decoration:none}.earnings-page .container-row{display:flex;gap:24px}html[screen-format=mobile] .earnings-page .container-row,html[screen-format=tablet] .earnings-page .container-row{flex-direction:column}.earnings-page .container-row .summary{width:min(360px,100%)}html[screen-format=mobile] .earnings-page .container-row .summary,html[screen-format=tablet] .earnings-page .container-row .summary{width:100%}.earnings-page .container-row .evolution,.earnings-page .details,.earnings-page .history{flex:1}.investiment-type-badge{display:flex;padding:4px 8px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background-color:var(--surface-secondary);color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:capitalize}.investiment-type-badge:before{content:"";width:16px;height:16px;background-image:url(/images/theme/badge-fiis.svg);background-size:cover;background-repeat:no-repeat}html[data-basepath=wallet] .investiment-type-badge:before{background-image:url(/wallet/images/theme/badge-fiis.svg)}.investiment-type-badge.Ações:before{background-image:url(/images/theme/badge-ticker.svg)}html[data-basepath=wallet] .investiment-type-badge.Ações:before{background-image:url(/wallet/images/theme/badge-ticker.svg)}.investiment-type-badge.FIIs:before{background-image:url(/images/theme/badge-fiis.svg)}html[data-basepath=wallet] .investiment-type-badge.FIIs:before{background-image:url(/wallet/images/theme/badge-fiis.svg)}.investiment-type-badge.b3:before{background-image:url(/images/theme/badge-b3.svg)}html[data-basepath=wallet] .investiment-type-badge.b3:before{background-image:url(/wallet/images/theme/badge-b3.svg)}.investiment-type-badge.manual{text-transform:capitalize}.investiment-type-badge.manual:before{display:none}.investiment-type-badge.evento{text-transform:capitalize}.investiment-type-badge.evento:before{display:none}.card-trend{overflow:hidden!important}.card-trend h4{color:var(--text-primary);font-size:14px;font-weight:500;display:flex;gap:8px;align-items:center;margin-bottom:12px}