.toggle-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    /* padding-bottom: 2px; */
    transition: all 0.3s ease;
    font-size: 12px;
}


.toggle-link .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.toggle-link .arrow.rotated {
    transform: rotate(180deg);
}
