.cv-collapsed {
    width: 240px !important;
    padding: .5em !important;
}
.cv-collapsed h2 {
    margin-bottom: 0 !important;
    font-size: 1rem !important;
}
.cv-popout-arrow {
    margin-top: .325em;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv-collapsed .cv-popout-arrow {
    margin-top: .25em;
}

@media (max-width: 768px) {
    .cv-collapsed {
        top: unset !important;
        bottom: 150px !important;
    }
}
