.actress-evolution .evo-bar-graph {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 20px;
    height: 250px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.actress-evolution .evo-bar-graph .bar {
    width: 50px;
    background-color: #3498db;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.actress-evolution .evo-bar-graph .bar span {
    position: absolute;
    top: -20px;
    width: 100%;
}

.actress-evolution .evo-timeline h2 {
    margin-top: 20px;
    font-size: 1.2em;
    color: #333;
}

.actress-evolution .evo-timeline ul {
    list-style: disc;
    margin-left: 20px;
}