.vinted-go-to-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    line-height: 1.5;
}

.vinted-go-to-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
} 