.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);
}

.bookmark-pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}

.bookmark-pos .bookmark-pos-col-1 {
    display: flex;
    flex-direction: column;
}

.bookmark-pos p {
    white-space: none;
    margin-bottom: 0 !important;
}

.bookmark-pos form {
    flex-shrink: 0;
    align-self: center;
}
