.settings-button {
    position: absolute;
    top: 14px;
    right: 12px;
    cursor: pointer;
    margin: none;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #B5B5B5;
    transition: color 0.3s ease;
}

.settings-button svg circle {
    transition: fill 0.3s ease;
}

.settings-button:hover svg circle {
    fill: #6b6b6b;
}