.bookmark-pos {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.bookmark-toggle {
    font-size: 2.8rem;
    color: #007bff;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.bookmark-toggle.active {
    color: #0b5ed7;
}

.bookmark-toggle {
    transition: transform 0.2s ease;
}

.bookmark-toggle.grow {
    transform: scale(1.3);
}